The following tables list the members exposed by Report.
Name | Description | |
---|---|---|
Report Constructor | Initializes a new instance of the Report class. |
Name | Description | |
---|---|---|
Bookmarks | Gets bookmarks. | |
Callback | Gets or sets the callback. | |
FileBuffer | Gets or sets the temporary file storage. | |
FontLoader | Gets or sets the font loader used when loading a report from an XML file. | |
FontMapper | Gets or sets the font mapper. | |
ImageLoader | Gets or sets the image loader used when loading a report from an XML file. | |
Info | Gets info properties. | |
MetafileLoader | Gets or sets the metafile loader used when loading a report from an XML file. | |
PathResolver | Gets or sets the path resolver. | |
Preferences | Gets preferences. |
Name | Description | |
---|---|---|
AddSection | Creates a new section object that implements the Infragistics.Documents.Reports.Report.Section.ISection interface and adds it to the internal collection of objects. | |
AttachFile | Overloaded. Attaches a file to the report. | |
Generate | Generates the collection of output pages. This is useful to create thumbnails and other page relative output. | |
Load | Overloaded. Loads the content from XML file. | |
Overloaded. Prints the report. | ||
Publish | Overloaded. Publishes the report. | |
Reset | Resets the report. Call this method to make sure all of the content is up to date. | |
Save | Overloaded. Saves the content to XML file. |
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 progress by using its Percentage property. |