
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraPrinting.v14.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraPrinting.Preview.RibbonControllerBase">
<summary>
<para>Represents the base class for Ribbon Controller classes that embed their specific functionality into the existing <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.BeginInit">
<summary>
<para>Starts the RibbonControllerBase's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.EndInit">
<summary>
<para>Ends the RibbonControllerBase's initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.Initialize(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.XtraBars.Ribbon.RibbonStatusBar)">
<summary>
<para>Performs basic initialization of the created <b>Ribbon Controller</b>, and assigns the specified <b>Ribbon Control</b> and <b>Ribbon Status Bar</b> to it.
</para>
</summary>
<param name="ribbonControl">
A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object, specifying the Ribbon Control to be assigned to the <see cref="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonControl"/> property.
</param>
<param name="ribbonStatusBar">
A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object, specifying the Ribbon status bar to be assigned to the <see cref="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonStatusBar"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonControl">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the <b>Ribbon Controller</b> belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the <b>Ribbon Controller</b> belongs.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonStatusBar">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the <b>Ribbon Controller</b> belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the <b>Ribbon Controller</b> belongs.
</value>
</member>
<member name="T:DevExpress.XtraPrintingLinks.DataGridLink">
<summary>
<para>A link to print the <see cref="T:System.Windows.Forms.DataGrid"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the DataGridLink class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a DataGridLink class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the DataGridLink class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor">
<summary>
<para>Initializes a new instance of the DataGridLink class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLink.Images">
<summary>
<para>A collection of images which can be added to the page's headers and footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrintingLinks.RichTextBoxLink">
<summary>
<para>A link to print the <see cref="T:System.Windows.Forms.RichTextBox"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor">
<summary>
<para>Initializes a new instance of the RichTextBoxLink class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the RichTextBoxLink class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrintingLinks.CompositeLink">
<summary>
<para>A composite link that can be used to combine several printing links together into a composite document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the CompositeLink class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the CompositeLink class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a CompositeLink class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor">
<summary>
<para>Initializes a new instance of the CompositeLink class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the Printing System of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLink.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview">
<summary>
<para>Invokes the Print Preview form with the document created from this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview form with the document created from this link.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog">
<summary>
<para>Invokes the modal Print Preview form with the document created from this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Print Preview form with the document created from this link.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the modal Print Preview form with the document created from this link.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrintingLinks.TreeViewLink">
<summary>
<para>A link to print the <see cref="T:System.Windows.Forms.TreeView"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor">
<summary>
<para>Initializes a new instance of the TreeViewLink class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the TreeViewLink class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrintingLinks.ListViewLink">
<summary>
<para>A link to print the <see cref="T:System.Windows.Forms.ListView"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.#ctor">
<summary>
<para>Initializes a new instance of the ListViewLink class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLink.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx">
<summary>
<para>A print preview form with a ribbon toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.#ctor">
<summary>
<para>Initializes a new instance of the PrintPreviewRibbonFormEx class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.PrintRibbonController">
<summary>
<para>Gets the <b>PrintRibbonController</b> of the Print Preview form with a Ribbon.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> object which represents the <b>Print Ribbon Controller</b> of the Print Preview form with a Ribbon.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonControl">
<summary>
<para>Gets the <b>RibbonControl</b> of the Print Preview form with a Ribbon.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object which represents the <b>Ribbon Control</b> of the Print Preview form with a Ribbon.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonStatusBar">
<summary>
<para>Gets the <b>RibbonStatusBar</b> of the Print Preview form with a Ribbon.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object which represents the <b>Ribbon Status Bar</b> of the Print Preview form with a Ribbon.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintRibbonController">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a ribbon toolbar to a Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor">
<summary>
<para>Initializes a new instance of the PrintRibbonController class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the PrintRibbonController class with the specified context.
</para>
</summary>
<param name="contextSpecifier">
A <see cref="T:System.Object"/> which contains information about the current context.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the PrintRibbonController class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.BeginInit">
<summary>
<para>Starts the PrintRibbonController's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.EndInit">
<summary>
<para>Ends the PrintRibbonController's initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Gets a bar item within the Ribbon Control by its command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be executed by the bar item to be found.
</param>
<returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object that represents the bar item which executes the specified command.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.ImageCollection">
<summary>
<para>Gets the collection of images used in the PrintRibbonController UI.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PreviewRibbonPages">
<summary>
<para>Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance.
</para>
</summary>
<value>An object of the <see cref="T:System.Collections.Generic.IEnumerable"/> generic type, representing a collection of Ribbon pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PrintControl">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Ribbon Controller</b> belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Ribbon Controller</b> belongs.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.UpdateCommands">
<summary>
<para>Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection">
<summary>
<para>Represents the collection of images used in the Ribbon UI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.#ctor">
<summary>
<para>Initializes a new instance of the RibbonImageCollection class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.GetImage(System.String)">
<summary>
<para>Gets the specified image from the collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the image name.
</param>
<returns>An <see cref="T:System.Drawing.Image"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.SetImage(System.String,System.Drawing.Image)">
<summary>
<para>Sets the specified image in the collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the image name.
</param>
<param name="value">
An <see cref="T:System.Drawing.Image"/> object.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PrintTool">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the PrintTool class with the specified Printing System.
</para>
</summary>
<param name="printingSystem">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the Print Tool's Printing System. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrintTool.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ClosePreview">
<summary>
<para>Closes the Print Preview form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.CloseRibbonPreview">
<summary>
<para>Closes the Ribbon Print Preview form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.Dispose">
<summary>
<para>Disposes of the PrintTool object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettings(System.String)">
<summary>
<para>Applies the printer settings restored from the specified file to the system default printer.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromRegistry(System.String)">
<summary>
<para>Applies the printer settings restored from the specified registry to the system default printer.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/>, specifying the system registry path from where the printer settings should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromStream(System.IO.Stream)">
<summary>
<para>Applies the printer settings restored from the specified stream to the system default printer.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> from where the printer settings should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.MakeCommandResponsive(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="printingSystem">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintTool.PreviewForm">
<summary>
<para>Provides access to a Print Preview form of the PrintTool.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintTool.PreviewRibbonForm">
<summary>
<para>Provides access to a Ribbon Print Preview form of the PrintTool.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.Print">
<summary>
<para>Prints the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.Print(System.String)">
<summary>
<para>Prints the current document on the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> representing the name of the printer on which the current document should be printed.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog">
<summary>
<para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
</para>
</summary>
<returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the <b>Print</b> dialog.
</param>
<returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the <b>Print</b> dialog.
</param>
<returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintTool.PrintingSystem">
<summary>
<para>Provides access to the Printing System of the PrintTool.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettings(System.String)">
<summary>
<para>Saves the settings of the system default printer to the specified file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) to where the printer settings should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToRegistry(System.String)">
<summary>
<para>Saves the settings of the system default printer to the specified registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/>, specifying the system registry path to where the printer settings should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToStream(System.IO.Stream)">
<summary>
<para>Saves the settings of the system default printer to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> to where the printer settings should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPageSetup">
<summary>
<para>Displays a customized <b>Page Setup</b> dialog that reflects the application's current Look And Feel settings.
</para>
</summary>
<returns><b>true</b> if a user clicks <b>OK</b>; <b>false</b> if a user clicks <b>Cancel</b>, otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview">
<summary>
<para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog">
<summary>
<para>Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview">
<summary>
<para>Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog">
<summary>
<para>Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>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.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.DocumentViewer">
<summary>
<para>A control to publish (preview, print and export) documents in Windows Forms applications.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.DocumentSource">
<summary>
<para>Specifies a document supplier for the DocumentViewer.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.InitiateDocumentCreation">
<summary>
<para>Specifies whether to create a document automatically, or on a user request.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.PrintingSystem">
<summary>
<para>Specifies a Printing System assigned to the DocumentViewer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.RequestDocumentCreation">
<summary>
<para>Specifies whether to create a document automatically, or on a user request.
</para>
</summary>
<value><b>true</b> to create a document on a user request; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ReportPrintTool">
<summary>
<para>An instrument for report printing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportPrintTool.#ctor(DevExpress.XtraReports.IReport)">
<summary>
<para>Initializes a new instance of the ReportPrintTool class with the specified report.
</para>
</summary>
<param name="report">
An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface (usually, it is the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class instance).
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintTool.AutoShowParametersPanel">
<summary>
<para>Specifies whether the <b>Parameters</b> panel is visible in the <b>Print Preview</b> window.
</para>
</summary>
<value><b>true</b> to always show the <b>Parameters</b> UI; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportPrintTool.Dispose">
<summary>
<para>Disposes of the ReportPrintTool object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintTool.Report">
<summary>
<para>Provides access to the settings of the report assigned to the ReportPrintTool.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface (which is typically the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class instance).
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportPrintTool.ShowPageSetup">
<summary>
<para>Displays a customized <b>Page Setup</b> dialog that reflects the application's current Look And Feel settings.
</para>
</summary>
<returns><b>true</b> if a user clicks <b>OK</b>; <b>false</b> if a user clicks <b>Cancel</b>, otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase">
<summary>
<para>The base class for the print preview forms with a standard toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.#ctor">
<summary>
<para>Initializes a new instance of the PrintPreviewFormExBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintControl">
<summary>
<para>Gets the <b>Print Control</b> of the <b>Print Preview Form</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object which represents the <b>Print Control</b> of the form.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SaveState">
<summary>
<para>Specifies whether the <b>Print Preview Form</b>'s size, position and zoom setting are saved to the Windows registry.
</para>
</summary>
<value><b>true</b> if <b>Print Preview Form</b> settings are saved in the Windows registry; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SelectedPageIndex">
<summary>
<para>Gets or sets the index of the currently selected page in the form's <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
<value>An integer value which represents the index of the selected page.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Displays the <b>Print Preview Form</b> using the specified Look-and-Feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the Look-and-Feel settings to apply to the <b>Print Preview Form</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show">
<summary>
<para>Displays the <b>Print Preview Form</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the <b>Print Preview Form</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog">
<summary>
<para>Invokes the <b>Print Preview Form</b> form which is shown modally.
</para>
</summary>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the <b>Print Preview Form</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the <b>Print Preview Form</b> form which is shown modally using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Print Preview Form</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintBarManager">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides the toolbar, status bar and menu elements in a Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor">
<summary>
<para>Initializes a new instance of the PrintBarManager class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the PrintBarManager class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ColorPopupControlContainer">
<summary>
<para>Gets or sets the popup control which is used to specify a color within the printing bar manager.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.ColorPopupControlContainer"/> object which represents the popup control used to select a color.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Gets a bar item within the bar manager by its command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command to be executed by the bar item to be found.
</param>
<returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object that is the bar item which executes the specified command.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.Images">
<summary>
<para>Gets the source of images that can be displayed within items.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Images"/> object which provides images for bar items.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ImageStream">
<summary>
<para>Gets or sets a stream which contains the images used to display <b>Print Bar Manager</b> items.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object which represents the stream of images.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.Initialize(DevExpress.XtraPrinting.Control.PrintControl)">
<summary>
<para>Performs basic initialization of the created PrintBarManager object, and assigns the specified <b>Print Control</b> to it.
</para>
</summary>
<param name="printControl">
A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object which specifies the print control to be assigned.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.LargeImages">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which provides large images for bar button items.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.MultiplePagesControlContainer">
<summary>
<para>Gets or sets the popup control which is used to specify the number of pages to preview within the printing bar manager.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.MultiplePagesControlContainer"/> object which represents the popup control used to select the number of pages to preview.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PreviewBar">
<summary>
<para>Gets or sets the print preview bar controlled by this preview bar manager.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Bar"/> object which represents the print preview bar of this bar manager.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PrintControl">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Bar Manager</b> belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Bar Manager</b> belongs.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ScaleControlContainer">
<summary>
<para>Gets or sets the popup control which is used to specify the document scaling options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.ScaleControlContainer"/> object which represents the popup control used to specify scaling options.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.UpdateCommands">
<summary>
<para>Updates print bar manager items according to the current visibility state of the corresponding Printing System commands.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ZoomItem">
<summary>
<para>Gets or sets the editor which is used to specify the zoom level within the printing bar manager.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.ZoomBarEditItem"/> object which represents the zoom editor.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx">
<summary>
<para>A print preview form with a standard toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.#ctor">
<summary>
<para>Initializes a new instance of the PrintPreviewFormEx class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.PrintBarManager">
<summary>
<para>Gets the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> of the <b>Print Preview Form</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> object which represents the <b>Print Bar Manager</b> of the <b>Print Preview Form</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Links.LinkPrintTool">
<summary>
<para>An instrument to print documents created by links.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Links.LinkPrintTool.#ctor(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Initializes a new instance of the LinkPrintTool class with the specified link.
</para>
</summary>
<param name="link">
A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> descendant.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.Control.BrickEventHandler">
<summary>
<para>Represents a method that will handle all brick events within the <b>XtraPrinting Library</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.BrickEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.Control.BrickEventArgs)">
<summary>
<para>A method that will handle all brick events within the <b>XtraPrinting Library</b>.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> object that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.Control.BrickEventArgs">
<summary>
<para>Provides data for all brick events within the <b>XtraPrinting Library</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Initializes a new instance of the BrickEventArgs class with the specified brick.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> value, which represents the event's brick. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(System.EventArgs,DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page,System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Initializes a new instance of the BrickEventArgs class with the specified settings.
</para>
</summary>
<param name="args">
A <see cref="T:System.EventArgs"/> object.
</param>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object.
</param>
<param name="brickScreenBounds">
A <see cref="T:System.Drawing.Rectangle"/> structure.
</param>
<param name="x">
A <see cref="T:System.Single"/> value.
</param>
<param name="y">
A <see cref="T:System.Single"/> value.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args">
<summary>
<para>Gets actual event arguments.
</para>
</summary>
<value>The actual event arguments.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds">
<summary>
<para>Gets the custom editor that is shown when clicking a brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page">
<summary>
<para>Gets the page on which the brick associated with the event is located.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying the page on which the brick is located.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X">
<summary>
<para>Gets the X-coordinate offset of the brick associated with the event.
</para>
</summary>
<value>A float value specifying the brick's X-offset in three hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y">
<summary>
<para>Gets the Y-coordinate offset of the brick associated with the event.
</para>
</summary>
<value>A float value specifying the brick's Y-offset in three hundredths of an inch.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrintableComponentLink">
<summary>
<para>A link to print components that implement the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the PrintableComponentLink class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a PrintableComponentLink class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor">
<summary>
<para>Initializes a new instance of the PrintableComponentLink class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the PrintableComponentLink class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintableComponentLink.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value, specifying the printer name.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintableComponentLink.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.XtraPageSettings">
<summary>
<para>Provides functionality to print reports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the XtraPageSettings class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object, which identifies the printing system to be used.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.PageSettings)">
<summary>
<para>Assigns the specified page settings.
</para>
</summary>
<param name="pageSettings">
A <see cref="T:System.Drawing.Printing.PageSettings"/> object providing the page settings.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.String,System.Boolean)">
<summary>
<para>Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously.
</para>
</summary>
<param name="margins">
A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the margins of the document.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> value which specifies one of the standard paper sizes.
</param>
<param name="paperName">
A <see cref="T:System.String"/> value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on.
</param>
<param name="landscape">
<b>true</b> to print a page in landscape orientation; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings">
<summary>
<para>Assigns the default printer's settings to the <see cref="T:DevExpress.XtraPrinting.XtraPageSettings"/> object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings(DevExpress.XtraPrinting.PrinterSettingsUsing)">
<summary>
<para>Assigns the default printer settings to the current page settings according to the specified <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> value.
</para>
</summary>
<param name="settingsUsing">
A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignPrinterSettings(System.String,System.String,DevExpress.XtraPrinting.PrinterSettingsUsing)">
<summary>
<para>Assigns the specified printer's settings to the XtraPageSettings object.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value specifying the printer name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PrinterName"/> property.
</param>
<param name="paperName">
A <see cref="T:System.String"/> value specifying the paper name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PaperName"/> property.
</param>
<param name="settingsUsing">
A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettings.PageSettings">
<summary>
<para>Provides access to the current page settings.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object representing the current page settings.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Control.PrintControl">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a canvas on which document pages are drawn in a Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.#ctor">
<summary>
<para>Initializes a new instance of the PrintControl class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickClick">
<summary>
<para>Occurs when the region of a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is clicked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDoubleClick">
<summary>
<para>Occurs when a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is double-clicked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDown">
<summary>
<para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is pressed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseDown">
<summary>
<para>Occurs when pressing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseMove">
<summary>
<para>Occurs when moving the mouse over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseUp">
<summary>
<para>Occurs when releasing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMove">
<summary>
<para>Occurs when the mouse pointer moves over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickUp">
<summary>
<para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is released.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.CanExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Checks whether or not the specified command can be executed.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.
</param>
<returns><b>true</b> if the command can be executed; otherwise <b>false</b>.
</returns>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.CommandChanged">
<summary>
<para>Occurs after the status of a printing system command has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockManager">
<summary>
<para>Provides access to the Print Control's dock manager.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object, representing the dock manager.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentHasBookmarks">
<summary>
<para>Specifies whether or not bookmarks are specified for a document associated with the PrintControl.
</para>
</summary>
<value><b>true</b> if the document contains bookmarks; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Executes the printing system command without any parameters.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value representing the command to be executed.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[])">
<summary>
<para>Executes the specified printing system command and passes the specified parameters.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value representing the command to be executed.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the executing command.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrick(System.Drawing.Point)">
<summary>
<para>Finds a brick based on specific screen coordinates.
</para>
</summary>
<param name="screenPoint">
A screen coordinate point used to locate a brick.
</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> class instance to which a specific point belongs.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrickBy(System.Drawing.Point,DevExpress.XtraPrinting.Page@,System.Drawing.RectangleF@)">
<summary>
<para>Finds a <see cref="T:DevExpress.XtraPrinting.Brick"/> instance that corresponds to the specified parameters.
</para>
</summary>
<param name="screenPoint">
A <see cref="T:System.Drawing.Point"/> structure.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object.
</param>
<param name="brickBounds">
A <see cref="T:System.Drawing.RectangleF"/> structure.
</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetBrickScreenBounds(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Obtains the location and size of the specified brick on the screen.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick whose bounds should be determined.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page containing the brick whose bounds should be determined.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> object representing brick bounds on the screen.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.InvalidateBrick(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Redraws the region specified by a brick within a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> class instance whose visual representation needs to be redrawn.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.IsCommandEnabled(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Specifies whether or not the printing system command is enabled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.
</param>
<returns><b>true</b> if the command is enabled; otherwise <b>false</b>.
</returns>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintBookmarkArea">
<summary>
<para>Occurs after a selection border has been drawn around an element in Print Preview.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.PrintingSystem">
<summary>
<para>Specifies the Printing System that is used to create and print a document for the link associated with the PrintControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetDocumentMapVisibility(System.Boolean)">
<summary>
<para>Sets the visibility of the <b>Document Map</b> which is available if the document, represented by the Print Control, contains at least one bookmark.
</para>
</summary>
<param name="value">
<b>true</b> to show the <b>Document Map</b>; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Moves the print control's focus to the specified brick which is printed on the specified page.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick to which focus is moved.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page where the brick is printed. Note that if a brick is split across two or more pages, then only the part of the brick which is printed on the specified page will be focused.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PrintingSystem">
<summary>
<para>Implements the basic printing functionality of the XtraPrinting Library.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance and adds it to the form's container.
</para>
</summary>
<param name="container">
An <b>IContainer</b> that contains a <b>XtraPrintingSystem</b> component, if any.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor">
<summary>
<para>Initializes a new instance of the PrintingSystem class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.About">
<summary>
<para>Activates the <b>About</b> dialog.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystem.Links">
<summary>
<para>Gets the collection of links, defined for the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</para>
</summary>
<value>The link collection of the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystem.PageSettings">
<summary>
<para>Gets the current page settings.
</para>
</summary>
<value>Current page settings.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.PageSetup">
<summary>
<para>Displays the <b>PageSetup</b> dialog.
</para>
</summary>
<returns><b>true</b>, if the "OK" button is clicked in the <b>PageSetup</b> dialog, <b>false</b>, if the "Cancel" button is clicked in the <b>PageSetup</b> dialog.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewFormEx">
<summary>
<para>Gets the form used to display the document preview.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object which represents the current preview form.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewRibbonFormEx">
<summary>
<para>Gets the Ribbon form used to display the document preview.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object which represents the current preview form.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.Print">
<summary>
<para>Prints the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> representing the name of the printer on which to print the document.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystem.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value containing the return value of the print dialog box.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystem.Watermark">
<summary>
<para>Provides access to watermark settings of the printing system's document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object containing watermark settings.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Link">
<summary>
<para>A printing link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the Link class with the specified container.
</para>
</summary>
<param name="container">
An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a Link class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor">
<summary>
<para>Initializes a new instance of the Link class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the Link class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Link.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified <b>PrintingSystem</b>.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.
</param>
<param name="args">
A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Link.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Link.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Link.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Link.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> representing the name of the printer on which to print the document.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.PrintDlg">
<summary>
<para>Displays the standard <b>Print</b> dialog and prints the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Link.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the <b>Print Preview Form</b> which shows the print preview of the document for this link using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreview">
<summary>
<para>Invokes the <b>Print Preview Form</b> which shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the <b>Print Preview Form</b>, which modally shows the print preview of the document for this link as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog">
<summary>
<para>Invokes the <b>Print Preview Form</b> which modally shows the print preview of the document for this link.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the <b>Print Preview Form</b> which modally shows the print preview of the document for this link as a <i>child</i> of the specified <i>parent</i> window, using the specified look and feel settings.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.
</para>
</summary>
<param name="lookAndFeel">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.ExportOptionsTool">
<summary>
<para>Enables editing the export options of a report before saving it to a third-party format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Invokes the <b>Export Options</b> dialog.
</para>
</summary>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ExportOptionsTool"/> descendant that specifies the report export options.
</param>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.
</returns>
</member>
</members>
</doc>
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478<?xml version="1.0"?><doc><assembly><name>DevExpress.XtraPrinting.v14.1</name></assembly><members><member name="T:DevExpress.XtraPrinting.Preview.RibbonControllerBase"><summary><para>Represents the base class for Ribbon Controller classes that embed their specific functionality into the existing <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.BeginInit"><summary><para>Starts the RibbonControllerBase's initialization. Initialization occurs at runtime.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.EndInit"><summary><para>Ends the RibbonControllerBase's initialization.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.Initialize(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.XtraBars.Ribbon.RibbonStatusBar)"><summary><para>Performs basic initialization of the created <b>Ribbon Controller</b>, and assigns the specified <b>Ribbon Control</b> and <b>Ribbon Status Bar</b> to it.</para></summary><param name="ribbonControl">A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object, specifying the Ribbon Control to be assigned to the <see cref="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonControl"/> property.</param><param name="ribbonStatusBar">A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object, specifying the Ribbon status bar to be assigned to the <see cref="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonStatusBar"/> property.</param></member><member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonControl"><summary><para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the <b>Ribbon Controller</b> belongs.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the <b>Ribbon Controller</b> belongs.</value></member><member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonStatusBar"><summary><para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the <b>Ribbon Controller</b> belongs.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the <b>Ribbon Controller</b> belongs.</value></member><member name="T:DevExpress.XtraPrintingLinks.DataGridLink"><summary><para>A link to print the <see cref="T:System.Windows.Forms.DataGrid"/> control.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the DataGridLink class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a DataGridLink class instance.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the DataGridLink class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor"><summary><para>Initializes a new instance of the DataGridLink class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.DataGridLink.Images"><summary><para>A collection of images which can be added to the page's headers and footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrintingLinks.DataGridLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"><summary><para>A link to print the <see cref="T:System.Windows.Forms.RichTextBox"/> control.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor"><summary><para>Initializes a new instance of the RichTextBoxLink class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the RichTextBoxLink class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrintingLinks.CompositeLink"><summary><para>A composite link that can be used to combine several printing links together into a composite document.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the CompositeLink class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the CompositeLink class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a CompositeLink class instance.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor"><summary><para>Initializes a new instance of the CompositeLink class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the Printing System of the link.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.CompositeLink.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrintingLinks.CompositeLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview"><summary><para>Invokes the Print Preview form with the document created from this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview form with the document created from this link.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog"><summary><para>Invokes the modal Print Preview form with the document created from this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Print Preview form with the document created from this link.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the modal Print Preview form with the document created from this link.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrintingLinks.TreeViewLink"><summary><para>A link to print the <see cref="T:System.Windows.Forms.TreeView"/> control.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor"><summary><para>Initializes a new instance of the TreeViewLink class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the TreeViewLink class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrintingLinks.ListViewLink"><summary><para>A link to print the <see cref="T:System.Windows.Forms.ListView"/> control.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.#ctor"><summary><para>Initializes a new instance of the ListViewLink class with the default settings.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrintingLinks.ListViewLink.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrintingLinks.ListViewLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"><summary><para>A print preview form with a ribbon toolbar.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.#ctor"><summary><para>Initializes a new instance of the PrintPreviewRibbonFormEx class with the default settings.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.PrintRibbonController"><summary><para>Gets the <b>PrintRibbonController</b> of the Print Preview form with a Ribbon.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> object which represents the <b>Print Ribbon Controller</b> of the Print Preview form with a Ribbon.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonControl"><summary><para>Gets the <b>RibbonControl</b> of the Print Preview form with a Ribbon.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object which represents the <b>Ribbon Control</b> of the Print Preview form with a Ribbon.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonStatusBar"><summary><para>Gets the <b>RibbonStatusBar</b> of the Print Preview form with a Ribbon.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object which represents the <b>Ribbon Status Bar</b> of the Print Preview form with a Ribbon.</value></member><member name="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"><summary><para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a ribbon toolbar to a Print Preview.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor"><summary><para>Initializes a new instance of the PrintRibbonController class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.Object)"><summary><para>Initializes a new instance of the PrintRibbonController class with the specified context.</para></summary><param name="contextSpecifier">A <see cref="T:System.Object"/> which contains information about the current context.</param></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the PrintRibbonController class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.BeginInit"><summary><para>Starts the PrintRibbonController's initialization. Initialization occurs at runtime.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.EndInit"><summary><para>Ends the PrintRibbonController's initialization.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)"><summary><para>Gets a bar item within the Ribbon Control by its command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be executed by the bar item to be found.</param><returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object that represents the bar item which executes the specified command.</returns></member><member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.ImageCollection"><summary><para>Gets the collection of images used in the PrintRibbonController UI.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PreviewRibbonPages"><summary><para>Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance.</para></summary><value>An object of the <see cref="T:System.Collections.Generic.IEnumerable"/> generic type, representing a collection of Ribbon pages.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PrintControl"><summary><para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Ribbon Controller</b> belongs.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Ribbon Controller</b> belongs.</value></member><member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.UpdateCommands"><summary><para>Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands.</para></summary></member><member name="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"><summary><para>Represents the collection of images used in the Ribbon UI.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.#ctor"><summary><para>Initializes a new instance of the RibbonImageCollection class.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.GetImage(System.String)"><summary><para>Gets the specified image from the collection.</para></summary><param name="name">A <see cref="T:System.String"/> value specifying the image name.</param><returns>An <see cref="T:System.Drawing.Image"/> object.</returns></member><member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.SetImage(System.String,System.Drawing.Image)"><summary><para>Sets the specified image in the collection.</para></summary><param name="name">A <see cref="T:System.String"/> value specifying the image name.</param><param name="value">An <see cref="T:System.Drawing.Image"/> object.</param></member><member name="T:DevExpress.XtraPrinting.PrintTool"><summary><para>The base class for the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> class.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)"><summary><para>Initializes a new instance of the PrintTool class with the specified Printing System.</para></summary><param name="printingSystem">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the Print Tool's Printing System. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrintTool.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ClosePreview"><summary><para>Closes the Print Preview form.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.CloseRibbonPreview"><summary><para>Closes the Ribbon Print Preview form.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.Dispose"><summary><para>Disposes of the PrintTool object.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettings(System.String)"><summary><para>Applies the printer settings restored from the specified file to the system default printer.</para></summary><param name="filePath">A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromRegistry(System.String)"><summary><para>Applies the printer settings restored from the specified registry to the system default printer.</para></summary><param name="path">A <see cref="T:System.String"/>, specifying the system registry path from where the printer settings should be loaded.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromStream(System.IO.Stream)"><summary><para>Applies the printer settings restored from the specified stream to the system default printer.</para></summary><param name="stream">A <see cref="T:System.IO.Stream"/> from where the printer settings should be loaded.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.MakeCommandResponsive(DevExpress.XtraPrinting.PrintingSystemBase)"><summary><para>For internal use.</para></summary><param name="printingSystem">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param></member><member name="P:DevExpress.XtraPrinting.PrintTool.PreviewForm"><summary><para>Provides access to a Print Preview form of the PrintTool.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object.</value></member><member name="P:DevExpress.XtraPrinting.PrintTool.PreviewRibbonForm"><summary><para>Provides access to a Ribbon Print Preview form of the PrintTool.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object.</value></member><member name="M:DevExpress.XtraPrinting.PrintTool.Print"><summary><para>Prints the current document.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.Print(System.String)"><summary><para>Prints the current document on the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which the current document should be printed.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog"><summary><para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para></summary><returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window)"><summary><para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the <b>Print</b> dialog.</param><returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Runs the <b>Print</b> dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the <b>Print</b> dialog.</param><returns><b>true</b> if the user clicks <b>OK</b> in the dialog box; <b>false</b> if the user clicks <b>Cancel</b>; otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="P:DevExpress.XtraPrinting.PrintTool.PrintingSystem"><summary><para>Provides access to the Printing System of the PrintTool.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value></member><member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettings(System.String)"><summary><para>Saves the settings of the system default printer to the specified file.</para></summary><param name="filePath">A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) to where the printer settings should be saved.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToRegistry(System.String)"><summary><para>Saves the settings of the system default printer to the specified registry.</para></summary><param name="path">A <see cref="T:System.String"/>, specifying the system registry path to where the printer settings should be saved.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToStream(System.IO.Stream)"><summary><para>Saves the settings of the system default printer to the specified stream.</para></summary><param name="stream">A <see cref="T:System.IO.Stream"/> to where the printer settings should be saved.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPageSetup"><summary><para>Displays a customized <b>Page Setup</b> dialog that reflects the application's current Look And Feel settings.</para></summary><returns><b>true</b> if a user clicks <b>OK</b>; <b>false</b> if a user clicks <b>Cancel</b>, otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview"><summary><para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog"><summary><para>Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview"><summary><para>Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog"><summary><para>Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>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.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrinting.Preview.DocumentViewer"><summary><para>A control to publish (preview, print and export) documents in Windows Forms applications.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.#ctor"><summary><para>Initializes a new instance of the DocumentViewer class with default settings.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.DocumentSource"><summary><para>Specifies a document supplier for the DocumentViewer.</para></summary><value>A <see cref="T:System.Object"/> value.</value></member><member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.InitiateDocumentCreation"><summary><para>Specifies whether to create a document automatically, or on a user request.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.PrintingSystem"><summary><para>Specifies a Printing System assigned to the DocumentViewer.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</value></member><member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.RequestDocumentCreation"><summary><para>Specifies whether to create a document automatically, or on a user request.</para></summary><value><b>true</b> to create a document on a user request; otherwise <b>false</b>.</value></member><member name="T:DevExpress.XtraReports.UI.ReportPrintTool"><summary><para>An instrument for report printing.</para></summary></member><member name="M:DevExpress.XtraReports.UI.ReportPrintTool.#ctor(DevExpress.XtraReports.IReport)"><summary><para>Initializes a new instance of the ReportPrintTool class with the specified report.</para></summary><param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface (usually, it is the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class instance).</param></member><member name="P:DevExpress.XtraReports.UI.ReportPrintTool.AutoShowParametersPanel"><summary><para>Specifies whether the <b>Parameters</b> panel is visible in the <b>Print Preview</b> window.</para></summary><value><b>true</b> to always show the <b>Parameters</b> UI; otherwise <b>false</b>.</value></member><member name="M:DevExpress.XtraReports.UI.ReportPrintTool.Dispose"><summary><para>Disposes of the ReportPrintTool object.</para></summary></member><member name="P:DevExpress.XtraReports.UI.ReportPrintTool.Report"><summary><para>Provides access to the settings of the report assigned to the ReportPrintTool.</para></summary><value>An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface (which is typically the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class instance).</value></member><member name="M:DevExpress.XtraReports.UI.ReportPrintTool.ShowPageSetup"><summary><para>Displays a customized <b>Page Setup</b> dialog that reflects the application's current Look And Feel settings.</para></summary><returns><b>true</b> if a user clicks <b>OK</b>; <b>false</b> if a user clicks <b>Cancel</b>, otherwise <b>null</b> (<b>Nothing</b> in Visual Basic).</returns></member><member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase"><summary><para>The base class for the print preview forms with a standard toolbar.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.#ctor"><summary><para>Initializes a new instance of the PrintPreviewFormExBase class with default settings.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintControl"><summary><para>Gets the <b>Print Control</b> of the <b>Print Preview Form</b>.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object which represents the <b>Print Control</b> of the form.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SaveState"><summary><para>Specifies whether the <b>Print Preview Form</b>'s size, position and zoom setting are saved to the Windows registry.</para></summary><value><b>true</b> if <b>Print Preview Form</b> settings are saved in the Windows registry; otherwise, <b>false</b>.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SelectedPageIndex"><summary><para>Gets or sets the index of the currently selected page in the form's <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary><value>An integer value which represents the index of the selected page.</value></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Displays the <b>Print Preview Form</b> using the specified Look-and-Feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the Look-and-Feel settings to apply to the <b>Print Preview Form</b>.</param></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show"><summary><para>Displays the <b>Print Preview Form</b>.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the <b>Print Preview Form</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.</param><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog"><summary><para>Invokes the <b>Print Preview Form</b> form which is shown modally.</para></summary><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the <b>Print Preview Form</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the <b>Print Preview Form</b> form which is shown modally using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Print Preview Form</b>.</param><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns></member><member name="T:DevExpress.XtraPrinting.Preview.PrintBarManager"><summary><para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides the toolbar, status bar and menu elements in a Print Preview.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor"><summary><para>Initializes a new instance of the PrintBarManager class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the PrintBarManager class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ColorPopupControlContainer"><summary><para>Gets or sets the popup control which is used to specify a color within the printing bar manager.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.ColorPopupControlContainer"/> object which represents the popup control used to select a color.</value></member><member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)"><summary><para>Gets a bar item within the bar manager by its command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command to be executed by the bar item to be found.</param><returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object that is the bar item which executes the specified command.</returns></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.Images"><summary><para>Gets the source of images that can be displayed within items.</para></summary><value>A <see cref="T:DevExpress.Utils.Images"/> object which provides images for bar items.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ImageStream"><summary><para>Gets or sets a stream which contains the images used to display <b>Print Bar Manager</b> items.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object which represents the stream of images.</value></member><member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.Initialize(DevExpress.XtraPrinting.Control.PrintControl)"><summary><para>Performs basic initialization of the created PrintBarManager object, and assigns the specified <b>Print Control</b> to it.</para></summary><param name="printControl">A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object which specifies the print control to be assigned.</param></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.LargeImages"><summary><para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property.</para></summary><value>A <see cref="T:System.Object"/> which provides large images for bar button items.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.MultiplePagesControlContainer"><summary><para>Gets or sets the popup control which is used to specify the number of pages to preview within the printing bar manager.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.MultiplePagesControlContainer"/> object which represents the popup control used to select the number of pages to preview.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PreviewBar"><summary><para>Gets or sets the print preview bar controlled by this preview bar manager.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Bar"/> object which represents the print preview bar of this bar manager.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PrintControl"><summary><para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Bar Manager</b> belongs.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the <b>Print Bar Manager</b> belongs.</value></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ScaleControlContainer"><summary><para>Gets or sets the popup control which is used to specify the document scaling options.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.ScaleControlContainer"/> object which represents the popup control used to specify scaling options.</value></member><member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.UpdateCommands"><summary><para>Updates print bar manager items according to the current visibility state of the corresponding Printing System commands.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ZoomItem"><summary><para>Gets or sets the editor which is used to specify the zoom level within the printing bar manager.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.ZoomBarEditItem"/> object which represents the zoom editor.</value></member><member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"><summary><para>A print preview form with a standard toolbar.</para></summary></member><member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.#ctor"><summary><para>Initializes a new instance of the PrintPreviewFormEx class with default settings.</para></summary></member><member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.PrintBarManager"><summary><para>Gets the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> of the <b>Print Preview Form</b>.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> object which represents the <b>Print Bar Manager</b> of the <b>Print Preview Form</b>.</value></member><member name="T:DevExpress.XtraPrinting.Links.LinkPrintTool"><summary><para>An instrument to print documents created by links.</para></summary></member><member name="M:DevExpress.XtraPrinting.Links.LinkPrintTool.#ctor(DevExpress.XtraPrinting.LinkBase)"><summary><para>Initializes a new instance of the LinkPrintTool class with the specified link.</para></summary><param name="link">A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> descendant.</param></member><member name="T:DevExpress.XtraPrinting.Control.BrickEventHandler"><summary><para>Represents a method that will handle all brick events within the <b>XtraPrinting Library</b>.</para></summary></member><member name="M:DevExpress.XtraPrinting.Control.BrickEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.Control.BrickEventArgs)"><summary><para>A method that will handle all brick events within the <b>XtraPrinting Library</b>.</para></summary><param name="sender">The event source.</param><param name="e">A <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> object that contains data related to the event.</param></member><member name="T:DevExpress.XtraPrinting.Control.BrickEventArgs"><summary><para>Provides data for all brick events within the <b>XtraPrinting Library</b>.</para></summary></member><member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(DevExpress.XtraPrinting.Brick)"><summary><para>Initializes a new instance of the BrickEventArgs class with the specified brick.</para></summary><param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> value, which represents the event's brick. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.</param></member><member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(System.EventArgs,DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page,System.Drawing.Rectangle,System.Single,System.Single)"><summary><para>Initializes a new instance of the BrickEventArgs class with the specified settings.</para></summary><param name="args">A <see cref="T:System.EventArgs"/> object.</param><param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.</param><param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object.</param><param name="brickScreenBounds">A <see cref="T:System.Drawing.Rectangle"/> structure.</param><param name="x">A <see cref="T:System.Single"/> value.</param><param name="y">A <see cref="T:System.Single"/> value.</param></member><member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args"><summary><para>Gets actual event arguments.</para></summary><value>The actual event arguments.</value></member><member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds"><summary><para>Gets the custom editor that is shown when clicking a brick.</para></summary><value>A <see cref="T:System.Drawing.Rectangle"/> structure.</value></member><member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page"><summary><para>Gets the page on which the brick associated with the event is located.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying the page on which the brick is located.</value></member><member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X"><summary><para>Gets the X-coordinate offset of the brick associated with the event.</para></summary><value>A float value specifying the brick's X-offset in three hundredths of an inch.</value></member><member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y"><summary><para>Gets the Y-coordinate offset of the brick associated with the event.</para></summary><value>A float value specifying the brick's Y-offset in three hundredths of an inch.</value></member><member name="T:DevExpress.XtraPrinting.PrintableComponentLink"><summary><para>A link to print components that implement the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the PrintableComponentLink class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a PrintableComponentLink class instance.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor"><summary><para>Initializes a new instance of the PrintableComponentLink class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the PrintableComponentLink class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified Printing System.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrinting.PrintableComponentLink.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrinting.PrintableComponentLink.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrinting.XtraPageSettings"><summary><para>Provides functionality to print reports.</para></summary></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)"><summary><para>Initializes a new instance of the XtraPageSettings class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object, which identifies the printing system to be used.</param></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.PageSettings)"><summary><para>Assigns the specified page settings.</para></summary><param name="pageSettings">A <see cref="T:System.Drawing.Printing.PageSettings"/> object providing the page settings.</param></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.String,System.Boolean)"><summary><para>Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously.</para></summary><param name="margins">A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the margins of the document.</param><param name="paperKind">A <see cref="T:System.Drawing.Printing.PaperKind"/> value which specifies one of the standard paper sizes.</param><param name="paperName">A <see cref="T:System.String"/> value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on.</param><param name="landscape"><b>true</b> to print a page in landscape orientation; otherwise, <b>false</b>.</param></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings"><summary><para>Assigns the default printer's settings to the <see cref="T:DevExpress.XtraPrinting.XtraPageSettings"/> object.</para></summary></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings(DevExpress.XtraPrinting.PrinterSettingsUsing)"><summary><para>Assigns the default printer settings to the current page settings according to the specified <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> value.</para></summary><param name="settingsUsing">A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.</param></member><member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignPrinterSettings(System.String,System.String,DevExpress.XtraPrinting.PrinterSettingsUsing)"><summary><para>Assigns the specified printer's settings to the XtraPageSettings object.</para></summary><param name="printerName">A <see cref="T:System.String"/> value specifying the printer name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PrinterName"/> property.</param><param name="paperName">A <see cref="T:System.String"/> value specifying the paper name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PaperName"/> property.</param><param name="settingsUsing">A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.</param></member><member name="P:DevExpress.XtraPrinting.XtraPageSettings.PageSettings"><summary><para>Provides access to the current page settings.</para></summary><value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object representing the current page settings.</value></member><member name="T:DevExpress.XtraPrinting.Control.PrintControl"><summary><para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a canvas on which document pages are drawn in a Print Preview.</para></summary></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.#ctor"><summary><para>Initializes a new instance of the PrintControl class with default settings.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickClick"><summary><para>Occurs when the region of a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is clicked.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDoubleClick"><summary><para>Occurs when a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is double-clicked.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDown"><summary><para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is pressed.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseDown"><summary><para>Occurs when pressing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseMove"><summary><para>Occurs when moving the mouse over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseUp"><summary><para>Occurs when releasing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMove"><summary><para>Occurs when the mouse pointer moves over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickUp"><summary><para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is released.</para></summary></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.CanExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)"><summary><para>Checks whether or not the specified command can be executed.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param><returns><b>true</b> if the command can be executed; otherwise <b>false</b>.</returns></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.CommandChanged"><summary><para>Occurs after the status of a printing system command has been changed.</para></summary></member><member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockManager"><summary><para>Provides access to the Print Control's dock manager.</para></summary><value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object, representing the dock manager.</value></member><member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentHasBookmarks"><summary><para>Specifies whether or not bookmarks are specified for a document associated with the PrintControl.</para></summary><value><b>true</b> if the document contains bookmarks; otherwise <b>false</b>.</value></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)"><summary><para>Executes the printing system command without any parameters.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value representing the command to be executed.</param></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[])"><summary><para>Executes the specified printing system command and passes the specified parameters.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value representing the command to be executed.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the executing command.</param></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrick(System.Drawing.Point)"><summary><para>Finds a brick based on specific screen coordinates.</para></summary><param name="screenPoint">A screen coordinate point used to locate a brick.</param><returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> class instance to which a specific point belongs.</returns></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrickBy(System.Drawing.Point,DevExpress.XtraPrinting.Page@,System.Drawing.RectangleF@)"><summary><para>Finds a <see cref="T:DevExpress.XtraPrinting.Brick"/> instance that corresponds to the specified parameters.</para></summary><param name="screenPoint">A <see cref="T:System.Drawing.Point"/> structure.</param><param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object.</param><param name="brickBounds">A <see cref="T:System.Drawing.RectangleF"/> structure.</param><returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.</returns></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetBrickScreenBounds(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)"><summary><para>Obtains the location and size of the specified brick on the screen.</para></summary><param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick whose bounds should be determined.</param><param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page containing the brick whose bounds should be determined.</param><returns>A <see cref="T:System.Drawing.Rectangle"/> object representing brick bounds on the screen.</returns></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.InvalidateBrick(DevExpress.XtraPrinting.Brick)"><summary><para>Redraws the region specified by a brick within a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para></summary><param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> class instance whose visual representation needs to be redrawn.</param></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.IsCommandEnabled(DevExpress.XtraPrinting.PrintingSystemCommand)"><summary><para>Specifies whether or not the printing system command is enabled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param><returns><b>true</b> if the command is enabled; otherwise <b>false</b>.</returns></member><member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintBookmarkArea"><summary><para>Occurs after a selection border has been drawn around an element in Print Preview.</para></summary></member><member name="P:DevExpress.XtraPrinting.Control.PrintControl.PrintingSystem"><summary><para>Specifies the Printing System that is used to create and print a document for the link associated with the PrintControl.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetDocumentMapVisibility(System.Boolean)"><summary><para>Sets the visibility of the <b>Document Map</b> which is available if the document, represented by the Print Control, contains at least one bookmark.</para></summary><param name="value"><b>true</b> to show the <b>Document Map</b>; otherwise, <b>false</b>.</param></member><member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)"><summary><para>Moves the print control's focus to the specified brick which is printed on the specified page.</para></summary><param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick to which focus is moved.</param><param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page where the brick is printed. Note that if a brick is split across two or more pages, then only the part of the brick which is printed on the specified page will be focused.</param></member><member name="T:DevExpress.XtraPrinting.PrintingSystem"><summary><para>Implements the basic printing functionality of the XtraPrinting Library.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance and adds it to the form's container.</para></summary><param name="container">An <b>IContainer</b> that contains a <b>XtraPrintingSystem</b> component, if any.</param></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor"><summary><para>Initializes a new instance of the PrintingSystem class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.About"><summary><para>Activates the <b>About</b> dialog.</para></summary></member><member name="P:DevExpress.XtraPrinting.PrintingSystem.Links"><summary><para>Gets the collection of links, defined for the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</para></summary><value>The link collection of the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="P:DevExpress.XtraPrinting.PrintingSystem.PageSettings"><summary><para>Gets the current page settings.</para></summary><value>Current page settings.</value></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.PageSetup"><summary><para>Displays the <b>PageSetup</b> dialog.</para></summary><returns><b>true</b>, if the "OK" button is clicked in the <b>PageSetup</b> dialog, <b>false</b>, if the "Cancel" button is clicked in the <b>PageSetup</b> dialog.</returns></member><member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewFormEx"><summary><para>Gets the form used to display the document preview.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object which represents the current preview form.</value></member><member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewRibbonFormEx"><summary><para>Gets the Ribbon form used to display the document preview.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object which represents the current preview form.</value></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.Print"><summary><para>Prints the current document.</para></summary></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which to print the document.</param></member><member name="M:DevExpress.XtraPrinting.PrintingSystem.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value containing the return value of the print dialog box.</returns></member><member name="P:DevExpress.XtraPrinting.PrintingSystem.Watermark"><summary><para>Provides access to watermark settings of the printing system's document.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object containing watermark settings.</value></member><member name="T:DevExpress.XtraPrinting.Link"><summary><para>A printing link.</para></summary></member><member name="M:DevExpress.XtraPrinting.Link.#ctor(System.ComponentModel.IContainer)"><summary><para>Initializes a new instance of the Link class with the specified container.</para></summary><param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a Link class instance.</param></member><member name="M:DevExpress.XtraPrinting.Link.#ctor"><summary><para>Initializes a new instance of the Link class with default settings.</para></summary></member><member name="M:DevExpress.XtraPrinting.Link.#ctor(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Initializes a new instance of the Link class with the specified printing system.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param></member><member name="M:DevExpress.XtraPrinting.Link.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)"><summary><para>Indicates whether or not the specified Printing System command can be handled.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><returns><b>true</b> if the command can be handled; otherwise, <b>false</b>.</returns></member><member name="M:DevExpress.XtraPrinting.Link.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)"><summary><para>Generates a report using the specified <b>PrintingSystem</b>.</para></summary><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param></member><member name="M:DevExpress.XtraPrinting.Link.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)"><summary><para>Handles the specified Printing System command.</para></summary><param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param><param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param><param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param><param name="handled"><b>true</b> if the command has been handled by a link; otherwise, <b>false</b>.</param></member><member name="P:DevExpress.XtraPrinting.Link.ImageCollection"><summary><para>Provides access to the link's collection of images.</para></summary><value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value></member><member name="P:DevExpress.XtraPrinting.Link.Images"><summary><para>A collection of images which can be added to the Page Headers and Footers.</para></summary><value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value></member><member name="P:DevExpress.XtraPrinting.Link.ImageStream"><summary><para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para></summary><value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object.</value></member><member name="M:DevExpress.XtraPrinting.Link.Print(System.String)"><summary><para>Prints the current document to the specified printer.</para></summary><param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which to print the document.</param></member><member name="M:DevExpress.XtraPrinting.Link.PrintDlg"><summary><para>Displays the standard <b>Print</b> dialog and prints the current document.</para></summary></member><member name="P:DevExpress.XtraPrinting.Link.PrintingSystem"><summary><para>Gets or sets the Printing System used to create and print a document for this link.</para></summary><value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value></member><member name="M:DevExpress.XtraPrinting.Link.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the <b>Print Preview Form</b> which shows the print preview of the document for this link using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param></member><member name="M:DevExpress.XtraPrinting.Link.ShowPreview"><summary><para>Invokes the <b>Print Preview Form</b> which shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window)"><summary><para>Invokes the <b>Print Preview Form</b>, which modally shows the print preview of the document for this link as a <i>child</i> of the specified <i>parent</i> window.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param></member><member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog"><summary><para>Invokes the <b>Print Preview Form</b> which modally shows the print preview of the document for this link.</para></summary></member><member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the <b>Print Preview Form</b> which modally shows the print preview of the document for this link as a <i>child</i> of the specified <i>parent</i> window, using the specified look and feel settings.</para></summary><param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.</param><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.</param></member><member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)"><summary><para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para></summary><param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param></member><member name="T:DevExpress.XtraPrinting.ExportOptionsTool"><summary><para>Enables editing the export options of a report before saving it to a third-party format.</para></summary></member><member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase)"><summary><para>Invokes the <b>Export Options</b> dialog.</para></summary><param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsTool"/> descendant that specifies the report export options.</param><param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param><returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns></member></members></doc>