Version

ReportBase Class Members

The following tables list the members exposed by ReportBase.

Public Properties
 NameDescription
Public PropertyPageContentTemplateThe template used to display the content of ReportPagePresenter control.  
Public PropertyPageContentTemplateSelectorA DataTemplateSelector that can be used to provide custom logic for choosing the template for the ReportPagePresenter's content.  
Public PropertyPageFooterGets or sets the content of the footer used inside the ReportPagePresenter element.  
Public PropertyPageFooterTemplateThe template used to display the footer content of ReportPagePresenter control.  
Public PropertyPageFooterTemplateSelectorA DataTemplateSelector that can be used to provide custom logic for choosing the template for the footer in the ReportPagePresenter control.  
Public PropertyPageHeaderGets or sets the content of the header used inside the ReportPagePresenter element.  
Public PropertyPageHeaderTemplateThe template used to display the header content of ReportPagePresenter control.  
Public PropertyPageHeaderTemplateSelectorA DataTemplateSelector that can be used to provide custom logic for choosing the template for the header in the ReportPagePresenter control.  
Public PropertyPageImageableAreaExtentThe size of the imageable area that the printer will support.  
Public PropertyPageOriginThe origin of the page i.e. offset to allow for the capabilities of the printer.  
Public PropertyPagePresenterStyleGets or sets the style for the ReportPagePresenter  
Public PropertyPageSizeResolvedThe actual size of the page used during a report generation or export operation (read-only).  
Public PropertyReportSettingsGets the object that contains the settings for the entire Report (read-only)  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodClearCachedOriginAndSizeClears the cached orign and image area sizes so they can be re-cacluated the next time they are asked for  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also