Back to Devexpress

XtraReportPreviewExtensions Members

windowsforms-devexpress-dot-xtrareports-dot-ui-dot-xtrareportpreviewextensions-dot-underscore-members.md

latest7.4 KB
Original Source

XtraReportPreviewExtensions Members

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

Methods

NameDescription
AssignPrintTool(IReport, ReportPrintTool) staticFor internal use.
ClosePreview(IReport) staticCloses the standard Print Preview form in which the report document is shown.
CloseRibbonPreview(IReport) staticCloses the ribbon-based Print Preview form in which the report document is shown.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
Print(IReport, String) staticPrints the report document on the specified printer.
Print(IReport) staticPrints the report document.
PrintDialog(IReport) staticRuns the Print dialog to select a printer, specify the print options and print the document.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ShowPageSetupDialog(IReport) staticDisplays the Page Setup dialog that allows users to customize page settings.
ShowPreview(IReport, UserLookAndFeel) staticOpens the report document in the standard Print Preview form with the specified look and feel settings.
ShowPreview(IReport) staticOpens the report document in the standard Print Preview form.
ShowPreviewDialog(IReport, UserLookAndFeel) staticOpens the report document in the standard Print Preview form modally with the specified look and feel settings.
ShowPreviewDialog(IReport) staticOpens the report document in the standard Print Preview form modally.
ShowRibbonPreview(IReport, UserLookAndFeel) staticOpens the report document in the ribbon-based Print Preview form with the specified look and feel settings.
ShowRibbonPreview(IReport) staticOpens the report document in the ribbon-based Print Preview form.
ShowRibbonPreviewDialog(IReport, UserLookAndFeel) staticOpens the report document in the ribbon-based Print Preview form modally with the specified look and feel settings.
ShowRibbonPreviewDialog(IReport) staticOpens 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

XtraReportPreviewExtensions Class

DevExpress.XtraReports.UI Namespace