Version

Report Class Members

The following tables list the members exposed by Report.

Public Constructors
 NameDescription
Public ConstructorReport ConstructorCreates a new instance of the Report class  
Public Properties
 NameDescription
Public PropertyIsGeneratingPreviewReturns whether the report is currently generating a preview (read-only)  
Public PropertyLogicalPageNumberThe logical page part number of the current page being printed (read-only).  
Public PropertyLogicalPagePartNumberThe logical page part number of the current page being printed (read-only).  
Public PropertyPageContentTemplate (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageContentTemplateSelector (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageFooter (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageFooterTemplate (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageFooterTemplateSelector (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageHeader (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageHeaderTemplate (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageHeaderTemplateSelector (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageImageableAreaExtent (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageOrigin (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPagePresenterStyle (Inherited from Infragistics.Windows.Reporting.ReportBase)
Public PropertyPageSizeResolvedOverridden. The actual size of the page used during a report generation or export operation (read-only).  
Public PropertyPhysicalPageNumberThe physical page number of the current page being printed within the report (read-only).  
Public PropertyReportSettingsOverridden. Gets the object that contains the settings for the entire Report (read-only)  
Public PropertySectionLogicalPageNumberThe logical page number of the current page being printed within this section (read-only).  
Public PropertySectionLogicalPagePartNumberThe logical page part number of the current page being printed (read-only).  
Public PropertySectionPhysicalPageNumberThe physical page number of the current page being printed within this section (read-only).  
Public PropertySectionsReturns a collection of Infragistics.Windows.Reporting.ReportSection objects.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodExportOverloaded. Exports the Report to a file in a specified output format. The Infragistics.Windows.Reporting.ReportSettings.FileName determinates the exported file name.  
Public MethodPrintOverloaded. Prints the report first showing a standard print dialog but without showing a progress dialog.  
Public MethodShowPrintDialogShows a standard PrintDialog and saves settings from it in the ReportSettings object.  
Protected Methods
 NameDescription
Protected MethodClearCachedOriginAndSize (Inherited from Infragistics.Windows.Reporting.ReportBase)
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPrintProgressCalled when the new page is printed.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnWritingCanceledCalled when the printing is canceled.  
Protected MethodOnWritingCompletedCalled when the printing is completed.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPrintEndedOccurs when a print or export operation ends.  
Public EventPrintProgressOccurs as each page is printed or exported.  
Public EventPrintStartOccurs when a print or export operation is about to begin.  
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also