Represents the base element from which all documents are built. Syntax
For a list of all members of this type, see Report members. Public Events Name Description ReportPublishing 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 progres...
Public Constructors Public Properties Public Methods Public Events
Public Methods
Public Properties
Creates a new section object that implements the Infragistics.Documents.Reports.Report.Section.ISection interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Section.ISection interface.
Attaches a file to the report. Syntax Parameters stream Stream containing the data for the attachment.name Display name for the attachment.mimeType Mime type of the attachment.description Description for the attachment.
Attaches a file to the report. Syntax Parameters fileName Full file path including the name of the file.name Display name for the attachment.mimeType Mime type of the attachment.description Description for the attachment.
Attaches a file to the report. Overload List
Gets bookmarks. Syntax