Publishes the report. Overload List
Triggered while the report is being generated, for PDF and XPS reports. Is not triggered for text reports. The process will be finished when the IsFinished returns true. You can also know the current progress by using its Percentage property. Syntax Event Data The event handler receives an argument of type Publish...
Resets the report. Call this method to make sure all of the content is up to date. Syntax
Saves the content to a stream. Syntax Parameters stream Stream to store XML data.
Saves the content to XML file. Syntax Parameters fileName Full file path and name.
Saves the content to a text writer. Syntax Parameters writer Text writer to store XML data.
Saves the content to XML text writer. Syntax Parameters writer XML text writer to store the data.
Saves the content to XML file. Overload List
Initializes a new instance of the Report class. Syntax
Represents a section decoration. Syntax Remarks A decoration element acts as a container element that can allow the repetition of its content across a specified page range (MasterRange or AddRange(Int32,Int32)).