Version

Report Class Members

The following tables list the members exposed by Report.

Public Constructors
 NameDescription
Public ConstructorReport ConstructorInitializes a new instance of the Report class.  
Public Properties
 NameDescription
Public PropertyBookmarksGets bookmarks.  
Public PropertyCallbackGets or sets the callback.  
Public PropertyFileBufferGets or sets the temporary file storage.  
Public PropertyFontLoaderGets or sets the font loader used when loading a report from an XML file.  
Public PropertyFontMapperGets or sets the font mapper.  
Public PropertyImageLoaderGets or sets the image loader used when loading a report from an XML file.  
Public PropertyInfoGets info properties.  
Public PropertyMetafileLoaderGets or sets the metafile loader used when loading a report from an XML file.  
Public PropertyPathResolverGets or sets the path resolver.  
Public PropertyPreferencesGets preferences.  
Public Methods
 NameDescription
Public MethodAddSectionCreates a new section object that implements the Infragistics.Documents.Reports.Report.Section.ISection interface and adds it to the internal collection of objects.  
Public MethodAttachFileOverloaded. Attaches a file to the report.  
Public MethodGenerateGenerates the collection of output pages. This is useful to create thumbnails and other page relative output.  
Public MethodLoadOverloaded. Loads the content from XML file.  
Public MethodPrintOverloaded. Prints the report.  
Public MethodPublishOverloaded. Publishes the report.  
Public MethodResetResets the report. Call this method to make sure all of the content is up to date.  
Public MethodSaveOverloaded. Saves the content to XML file.  
Public Events
 NameDescription
Public EventReportPublishingTriggered 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.  
See Also

View on GitHub