The following tables list the members exposed by Report.
Name | Description | |
---|---|---|
Report Constructor | Creates a new instance of the Report class |
Name | Description | |
---|---|---|
IsGeneratingPreview | Returns whether the report is currently generating a preview (read-only) | |
LogicalPageNumber | The logical page part number of the current page being printed (read-only). | |
LogicalPagePartNumber | The logical page part number of the current page being printed (read-only). | |
PageContentTemplate | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageContentTemplateSelector | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageFooter | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageFooterTemplate | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageFooterTemplateSelector | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageHeader | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageHeaderTemplate | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageHeaderTemplateSelector | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageImageableAreaExtent | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageOrigin | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PagePresenterStyle | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
PageSizeResolved | Overridden. The actual size of the page used during a report generation or export operation (read-only). | |
PhysicalPageNumber | The physical page number of the current page being printed within the report (read-only). | |
ReportSettings | Overridden. Gets the object that contains the settings for the entire Report (read-only) | |
SectionLogicalPageNumber | The logical page number of the current page being printed within this section (read-only). | |
SectionLogicalPagePartNumber | The logical page part number of the current page being printed (read-only). | |
SectionPhysicalPageNumber | The physical page number of the current page being printed within this section (read-only). | |
Sections | Returns a collection of Infragistics.Windows.Reporting.ReportSection objects. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
Export | Overloaded. Exports the Report to a file in a specified output format. The Infragistics.Windows.Reporting.ReportSettings.FileName determinates the exported file name. | |
Overloaded. Prints the report first showing a standard print dialog but without showing a progress dialog. | ||
ShowPrintDialog | Shows a standard PrintDialog and saves settings from it in the ReportSettings object. |
Name | Description | |
---|---|---|
ClearCachedOriginAndSize | (Inherited from Infragistics.Windows.Reporting.ReportBase) | |
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPrintProgress | Called when the new page is printed. | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnWritingCanceled | Called when the printing is canceled. | |
OnWritingCompleted | Called when the printing is completed. | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PrintEnded | Occurs when a print or export operation ends. | |
PrintProgress | Occurs as each page is printed or exported. | |
PrintStart | Occurs when a print or export operation is about to begin. | |
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |