Skip to main content
A newer version of this page is available. .

XtraReportPreviewExtensions Members

Provides extension methods that enable you to show a report in a WinForms Print Preview.

Methods

Name Description
AssignPrintTool(IReport, ReportPrintTool) static For internal use.
ClosePreview(IReport) static Closes the standard Print Preview form in which the report document is shown.
CloseRibbonPreview(IReport) static Closes the ribbon-based Print Preview form in which the report document is shown.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Print(IReport, String) static Prints the report document on the specified printer.
Print(IReport) static Prints the report document.
PrintDialog(IReport) static Runs the Print dialog to select a printer, specify the print options and print the document.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowPageSetupDialog(IReport) static Displays the Page Setup dialog that allows users to customize page settings.
ShowPreview(IReport, UserLookAndFeel) static Opens the report document in the standard Print Preview form with the specified look and feel settings.
ShowPreview(IReport) static Opens the report document in the standard Print Preview form.
ShowPreviewDialog(IReport, UserLookAndFeel) static Opens the report document in the standard Print Preview form modally with the specified look and feel settings.
ShowPreviewDialog(IReport) static Opens the report document in the standard Print Preview form modally.
ShowRibbonPreview(IReport, UserLookAndFeel) static Opens the report document in the ribbon-based Print Preview form with the specified look and feel settings.
ShowRibbonPreview(IReport) static Opens the report document in the ribbon-based Print Preview form.
ShowRibbonPreviewDialog(IReport, UserLookAndFeel) static Opens the report document in the ribbon-based Print Preview form modally with the specified look and feel settings.
ShowRibbonPreviewDialog(IReport) static Opens the report document in the ribbon-based Print Preview form modally.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also