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

ReportPrintTool Members

An instrument for publishing reports in WinForms applications.

Constructors

Name Description
ReportPrintTool(IReport) Initializes a new instance of the ReportPrintTool class with the specified report.

Properties

Name Description
AutoShowParametersPanel Specifies whether the Parameters panel is visible in the Print Preview window.
PreviewForm Provides access to a Print Preview form of the PrintTool. Inherited from PrintTool.
PreviewRibbonForm Provides access to a Ribbon Print Preview form of the PrintTool. Inherited from PrintTool.
PrinterSettings Provides access to the corresponding printer settings. Inherited from PrintToolBase.
PrintingSystem Provides access to the Printing System of the PrintToolBase. Inherited from PrintToolBase.
Report Provides access to the settings of the report assigned to the ReportPrintTool.

Methods

Name Description
ClosePreview() Closes the Print Preview form. Inherited from PrintTool.
CloseRibbonPreview() Closes the Ribbon Print Preview form. Inherited from PrintTool.
Dispose() Disposes of the PrintTool object. Inherited from PrintTool.
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.
LoadPrinterSettings(String) Applies the printer settings restored from the specified file to the system default printer. Inherited from PrintTool.
LoadPrinterSettingsFromRegistry(String) Applies the printer settings restored from the specified registry to the system default printer. Inherited from PrintTool.
LoadPrinterSettingsFromStream(Stream) Applies the printer settings restored from the specified stream to the system default printer. Inherited from PrintTool.
MakeCommandResponsive(PrintingSystemBase) static For internal use. Inherited from PrintTool.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Print() Prints the current document. Inherited from PrintToolBase.
Print(String) Prints the current document on the specified printer. Inherited from PrintToolBase.
PrintDialog() Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. Inherited from PrintTool.
PrintDialog(UserLookAndFeel) Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. Inherited from PrintTool.
PrintDialog(IWin32Window, UserLookAndFeel) Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. Inherited from PrintTool.
PrintDialog(IWin32Window) Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. Inherited from PrintTool.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SavePrinterSettings(String) Saves the settings of the system default printer to the specified file. Inherited from PrintTool.
SavePrinterSettingsToRegistry(String) Saves the settings of the system default printer to the specified registry. Inherited from PrintTool.
SavePrinterSettingsToStream(Stream) Saves the settings of the system default printer to the specified stream. Inherited from PrintTool.
ShowPageSetup() Displays a customized Page Setup dialog that reflects the application’s current Look And Feel settings.
ShowPreview() Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. Inherited from PrintTool.
ShowPreview(UserLookAndFeel) Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. Inherited from PrintTool.
ShowPreview(IWin32Window, UserLookAndFeel) Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. Inherited from PrintTool.
ShowPreviewDialog() Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. Inherited from PrintTool.
ShowPreviewDialog(UserLookAndFeel) Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. Inherited from PrintTool.
ShowPreviewDialog(IWin32Window, UserLookAndFeel) Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. Inherited from PrintTool.
ShowRibbonPreview() Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. Inherited from PrintTool.
ShowRibbonPreview(UserLookAndFeel) Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. Inherited from PrintTool.
ShowRibbonPreview(IWin32Window, UserLookAndFeel) Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. Inherited from PrintTool.
ShowRibbonPreviewDialog() Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. Inherited from PrintTool.
ShowRibbonPreviewDialog(UserLookAndFeel) Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. Inherited from PrintTool.
ShowRibbonPreviewDialog(IWin32Window, UserLookAndFeel) Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked as a child of the specified parent window, using the specified look-and-feel settings. Inherited from PrintTool.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also