纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18980 lines
644 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Printing.v12.2.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportStatus">
<summary>
<para>Contains information about the status of the exported document.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportStatus.ExportId">
<summary>
<para>Identifies the exported document.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportStatus.Fault">
<summary>
<para>Details the specifics of an export service fault.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportStatus.ProgressPosition">
<summary>
<para>Specifies the current progress of the document export.
</para>
</summary>
<value>An integer value, specifying the progress position.
</value>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportStatus.Status">
<summary>
<para>Details the current status of an exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId">
<summary>
<para>Contains information that identifies the exported document.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId.#ctor">
<summary>
<para>Initializes a new instance of the ExportId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ExportId class with the specified value.
</para>
</summary>
<param name="exportIdValue">
A <see cref="T:System.String"/> value. It is assigned to the <see cref="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId.Value"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId.GenerateNew">
<summary>
<para>For internal use. Generates an unique ID for an exported document.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId"/> object, identifying the exported document.
</returns>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ExportId.Value">
<summary>
<para>Specifies the document ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId">
<summary>
<para>Identifies the report document.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId.#ctor">
<summary>
<para>Initializes a new instance of the DocumentId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentId class with the specified value.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value. It is assigned to the <see cref="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId.Value"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId.GenerateNew">
<summary>
<para>For internal use. Generates a new document with an unique ID.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId"/> object.
</returns>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId.Value">
<summary>
<para>Specifies the document ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault">
<summary>
<para>Contains information about the service faults.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault.#ctor">
<summary>
<para>Initializes a new instance of the ServiceFault class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the ServiceFault class with the specified exception.
</para>
</summary>
<param name="exception">
An <see cref="T:System.Exception"/> object.
</param>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault.FullMessage">
<summary>
<para>Specifies the full message of the service fault.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault.Message">
<summary>
<para>Specifies the short message of the service fault.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault.ToString">
<summary>
<para>Returns the text representation of the ServiceFault object.
</para>
</summary>
<returns>A string representation of the current object.
</returns>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus">
<summary>
<para>Lists the values that describe various task statuses.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus.Complete">
<summary>
<para>The task is compete.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus.Fault">
<summary>
<para>The task is fault.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus.InProgress">
<summary>
<para>The task is in progress.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus">
<summary>
<para>Contains the information related to the current status of a printed document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus.#ctor">
<summary>
<para>Initializes a new instance of the PrintStatus class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus.Fault">
<summary>
<para>Specifies information about the service fault that occurred while printing the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus.PrintId">
<summary>
<para>Identifies the printed document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus.ProgressPosition">
<summary>
<para>Specifies the progress position of the current task (as percentage).
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintStatus.Status">
<summary>
<para>Specifies information about the current service task status.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId">
<summary>
<para>Identifies the printed document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId.#ctor">
<summary>
<para>Initializes a new instance of the PrintId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the PrintId class with the specified value.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value, specifying the document's ID. This value is assigned to the <see cref="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId.GenerateNew">
<summary>
<para>For internal use. Generates an unique ID for a printed document.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId"/> object, identifying the printed document.
</returns>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.PrintId.Value">
<summary>
<para>Specifies the printed document's ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, identifying the document.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ColumnLayout">
<summary>
<para>Lists the values used to specify the column layout direction for a multi-column report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown">
<summary>
<para>The Detail bands are printed horizontally, then vertically (in rows).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ColumnLayout.DownThenAcross">
<summary>
<para>The Detail bands are printed vertically, then horizontally (in columns).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.VerticalAnchorStyles">
<summary>
<para>Specifies how a control anchors to the top and/or bottom edges of its container.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.Both">
<summary>
<para>A control is anchored to both the <b>top</b> and <b>bottom</b> edges of its container.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom">
<summary>
<para>A control is anchored to the <b>bottom</b> edge of its container.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None">
<summary>
<para>A control is <b>not</b> anchored to any edge of its container.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.Top">
<summary>
<para>A control is anchored to the <b>top</b> edge of its container.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.NativeFormatOptions">
<summary>
<para>Contains options which define how a document is exported to the native Printing System file format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.NativeFormatOptions.#ctor">
<summary>
<para>Initializes a new instance of the NativeFormatOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.NativeFormatOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the NativeFormatOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An NativeFormatOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.NativeFormatOptions.Compressed">
<summary>
<para>Gets or sets a value indicating whether the resulting PRNX file should be compressed.
</para>
</summary>
<value><b>true</b> to compress the resulting PRNX file; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.NativeFormatOptions.ShowOptionsBeforeSave">
<summary>
<para>Gets or sets a value which indicates whether a <b>Native Format Options</b> window should be shown when an end-user saves a document from the Print Preview.
</para>
</summary>
<value><b>true</b> to show the Native Format Options window; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ImageExportMode">
<summary>
<para>Lists the ways in which a document can be exported to Image.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ImageExportMode.DifferentFiles">
<summary>
<para>A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single Image file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ImageExportMode.SingleFile">
<summary>
<para>A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting Image file only once, at the beginning and at the end of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ImageExportMode.SingleFilePageByPage">
<summary>
<para>A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderWidth"/> and <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderColor"/> properties).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.HtmlExportMode">
<summary>
<para>Lists the ways in which a document can be exported to HTML format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlExportMode.DifferentFiles">
<summary>
<para>A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlExportMode.SingleFile">
<summary>
<para>A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlExportMode.SingleFilePageByPage">
<summary>
<para>A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderWidth"/> and <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderColor"/> properties).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PageInfoTextBrick">
<summary>
<para>A base for the <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageInfoTextBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the PageInfoTextBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PageInfoTextBrick.#ctor">
<summary>
<para>Initializes a new instance of the PageInfoTextBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageInfoTextBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value(s) which specifies the borders displayed around the brick.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value which specifies the border width of the brick, measured in pixels.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the border color of the brick.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the background color of the brick.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the foreground color of the brick.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.BrickType">
<summary>
<para>Gets the text string containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "PageInfo".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.ContinuousPageNumbering">
<summary>
<para>Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.Format">
<summary>
<para>Gets or sets the format string to display text information within the brick.
</para>
</summary>
<value>A string, consisting of alternating fixed text and indexed placeholders.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.PageInfo">
<summary>
<para>Gets or sets the type of information to be displayed within the PageInfoTextBrick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageInfo"/> enumeration member, indicating information type and its representation.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.StartPageNumber">
<summary>
<para>Gets or sets the initial value of a page counter.
</para>
</summary>
<value>An integer value representing an initial number for pagination.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoTextBrick.Text">
<summary>
<para>Gets or sets the text to be displayed within the current brick.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the text to be displayed within the brick.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.RtfExportMode">
<summary>
<para>Lists the ways in which a document can be exported to RTF format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.RtfExportMode.SingleFile">
<summary>
<para>A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.RtfExportMode.SingleFilePageByPage">
<summary>
<para>A document is exported to a single file, page-by-page.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BrickPagePair">
<summary>
<para>Represents an association of a brick and a page.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BrickPagePair.Brick">
<summary>
<para>Gets a <b>brick</b> object of the brick-page pair.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.Create(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Creates a new brick-page pair with the specified brick and page.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object specifying a brick component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Brick"/> property.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying a page component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Page"/> property.
</param>
<returns>A new BrickPagePair instance with the specified values.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.Create(System.String,DevExpress.XtraPrinting.Page)">
<summary>
<para>Creates a new brick-page pair with the specified string indices and page.
</para>
</summary>
<param name="indices">
A <see cref="T:System.String"/> value, which contains indices for the created object.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying a page component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Page"/> property.
</param>
<returns>A new BrickPagePair instance with the specified values.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.Create(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page,System.Int32[],System.Drawing.RectangleF)">
<summary>
<para>Creates a new brick-page pair with the specified brick, page, integer indices and brick bounds.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object specifying a brick component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Brick"/> property.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying a page component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Page"/> property.
</param>
<param name="indices">
An array of integer values, which represent indices for the created object.
</param>
<param name="brickBounds">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the width, height and location of the brick.
</param>
<returns>A new BrickPagePair instance with the specified values.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.Create(System.Int32[],DevExpress.XtraPrinting.Page)">
<summary>
<para>Creates a new brick-page pair with the specified integer indices and page.
</para>
</summary>
<param name="indices">
An array of integer values, which specify indices for the created object.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object specifying a page component of the pair. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Page"/> property.
</param>
<returns>A new BrickPagePair instance with the specified values.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.BrickPagePair.Empty">
<summary>
<para>Gets an empty brick-page pair.
</para>
</summary>
<value>A <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Empty"/> value, representing a brick-page pair with <b>null</b> components.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current BrickPagePair instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current BrickPagePair instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.GetBrickBounds">
<summary>
<para>Returns the size and location of the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Brick"/> on the <see cref="P:DevExpress.XtraPrinting.BrickPagePair.Page"/> associated with the current BrickPagePair object.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.RectangleF"/> object representing the width, height and location of the brick.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickPagePair.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current BrickPagePair object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.BrickPagePair.Page">
<summary>
<para>Gets a <b>page</b> object of the brick-page pair.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickPagePair.PageIndex">
<summary>
<para>Gets an index of a page, which contains a bookmark's brick.
</para>
</summary>
<value>An integer value representing a page index.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.HtmlLineDirection">
<summary>
<para>Lists the acceptable line directions for HTML export.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlLineDirection.Default">
<summary>
<para>Specifies the default line direction when exported into HTML.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlLineDirection.Horizontal">
<summary>
<para>Specifies the horizontal line in HTML export.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.HtmlLineDirection.Vertical">
<summary>
<para>Specifies the vertical line in HTML export.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.LabelBrick">
<summary>
<para>A brick, which is intended for rotated text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LabelBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the LabelBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LabelBrick.#ctor">
<summary>
<para>Initializes a new instance of the LabelBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.LabelBrick.Angle">
<summary>
<para>Gets or sets the rotation angle of the text displayed within the brick.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, specifying the text angle in degrees.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LabelBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Label".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LabelBrick.Clone">
<summary>
<para>Creates a new LabelBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new LabelBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.LabelBrick.IsVerticalTextMode">
<summary>
<para>Gets a value indicating whether text within a label brick is drawn vertically.
</para>
</summary>
<value><b>true</b> if the text is shown in a vertical mode; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus">
<summary>
<para>Represents a structure which stores the information about a document's build status.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus.DocumentId">
<summary>
<para>Identifies the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.DocumentId"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus.Fault">
<summary>
<para>Specifies the service fault.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.ServiceFault"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus.PageCount">
<summary>
<para>Specifies the current number of pages in the created document.
</para>
</summary>
<value>An integer value, specifying the number of pages.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus.ProgressPosition">
<summary>
<para>Specifies the current progress of the document creation.
</para>
</summary>
<value>An integer value, specifying the progress position, in percents.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.BuildStatus.Status">
<summary>
<para>Specifies the task status.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.TaskStatus"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Drawing.PageWatermark">
<summary>
<para>Represents a page's watermark.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.PageWatermark.#ctor">
<summary>
<para>Initializes a new instance of the PageWatermark class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.PageWatermark.Dispose">
<summary>
<para>Disposes of the PageWatermark object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.PageWatermark.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current PageWatermark instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PageWatermark instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.Font">
<summary>
<para>Gets or sets the font of the PageWatermark.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text's format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ForeColor">
<summary>
<para>Gets or sets the foreground color of the PageWatermark's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object representing the foreground color of the text.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.PageWatermark.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PageWatermark object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.Image">
<summary>
<para>Gets or sets the PageWatermark's picture.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object specifying the watermark's picture.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ImageAlign">
<summary>
<para>Gets or sets the position of the PageWatermark's picture.
</para>
</summary>
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value specifying how a picture is aligned on the document page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ImageTiling">
<summary>
<para>Gets or sets a value indicating if a PageWatermark's picture should be tiled.
</para>
</summary>
<value><b>true</b> to tile a watermark's picture; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ImageTransparency">
<summary>
<para>Gets or sets the transparency of the watermark's image.
</para>
</summary>
<value>An integer value specifying the images's transparency. It should be between <b>0</b> and <b>255</b>, inclusive.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ImageViewMode">
<summary>
<para>Gets or sets the mode in which a picture <see cref="T:DevExpress.XtraPrinting.Drawing.PageWatermark"/> is displayed.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.Drawing.ImageViewMode"/> enumeration value specifying how the picture should be displayed.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.ShowBehind">
<summary>
<para>Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page.
</para>
</summary>
<value><b>true</b> to print a watermark behind the contents of a page; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.Text">
<summary>
<para>Gets or sets a PageWatermark's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the text of a watermark.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.TextDirection">
<summary>
<para>Gets or sets the incline of the PageWatermark's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Drawing.DirectionMode"/> enumeration value representing the text incline.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.PageWatermark.TextTransparency">
<summary>
<para>Gets or sets the transparency of the PageWatermark's text.
</para>
</summary>
<value>An integer value specifying the text's transparency. It should be between <b>0</b> and <b>255</b>, inclusive.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCodeBrick">
<summary>
<para>A brick that contains a barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCodeBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the BarCodeBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BarCodeBrick.#ctor">
<summary>
<para>Initializes a new instance of the BarCodeBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.Alignment">
<summary>
<para>Gets or sets the alignment of the barcode in the brick rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the barcode is aligned within the brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.AutoModule">
<summary>
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.Module"/> property value should be calculated automatically based upon the barcode's size.
</para>
</summary>
<value><b>true</b> if the barcode's module is calculated automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.BinaryData">
<summary>
<para>Gets or sets the byte array to be coded into the PDF417 barcode.
</para>
</summary>
<value>An array of <see cref="T:System.Byte"/> values.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.BinaryDataBase64">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "BarCode".
</value>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultAlignment">
<summary>
<para>Specifies the default text <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.Alignment"/>. Currently it is set to <see cref="F:DevExpress.XtraPrinting.TextAlignment.TopLeft"/> value.
</para>
</summary>
<returns>A <see cref="F:DevExpress.XtraPrinting.TextAlignment.TopLeft"/> value.
</returns>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultAutoModule">
<summary>
<para>Specifies the default <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.AutoModule"/> value. Currently it is set to <b>false</b>.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultBinaryDataBase64">
<summary>
<para>Gets or sets the default value for the <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.BinaryDataBase64"/> property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultModule">
<summary>
<para>Specifies the default <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.Module"/> value. Currently it is set to 2.0
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultOrientation">
<summary>
<para>Specifies the default <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.Orientation"/> value. Currently it is set to <see cref="F:DevExpress.XtraPrinting.BarCode.BarCodeOrientation.Normal"/>.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPrinting.BarCodeBrick.DefaultShowText">
<summary>
<para>Specifies the default <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.ShowText"/> value. Currently it is set to <b>true</b>.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.Generator">
<summary>
<para>Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase"/> object representing the symbology used in the current BarCodeBrick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.Module">
<summary>
<para>Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the width of the narrowest bar or space.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.Orientation">
<summary>
<para>Gets or sets how a barcode should be rotated in a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation"/> enumeration value specifying the angle at which a barcode is rotated.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.ShowText">
<summary>
<para>Gets or sets a value indicating whether the text is displayed in this BarCodeBrick.
</para>
</summary>
<value><b>true</b> if the text is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCodeBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeStar">
<summary>
<para>Represents the regular star shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeStar.#ctor">
<summary>
<para>Initializes a new instance of the ShapeStar class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeStar.Concavity">
<summary>
<para>Specifies the star's concavity value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeStar.StarPointCount">
<summary>
<para>Gets or sets the number of points for the star shape.
</para>
</summary>
<value>An integer value that specifies the number of points for the star shape.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeRectangle">
<summary>
<para>Represents the rectangle shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeRectangle.#ctor">
<summary>
<para>Initializes a new instance of the ShapeRectangle class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeArrow">
<summary>
<para>Represents the arrow shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeArrow.#ctor">
<summary>
<para>Initializes a new instance of the ShapeArrow class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeArrow.ArrowHeight">
<summary>
<para>Gets or sets the height of an arrow (in percent).
</para>
</summary>
<value>An integer value which represents the height of an arrow. This value should be from <b>0</b> to <b>100</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeArrow.ArrowWidth">
<summary>
<para>Gets or sets the width of an arrow (in percent).
</para>
</summary>
<value>An integer value which represents the width of an arrow. This value should be from <b>0</b> to <b>100</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeEllipse">
<summary>
<para>Represents the ellipse shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeEllipse.#ctor">
<summary>
<para>Initializes a new instance of the ShapeEllipse class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapePolygon">
<summary>
<para>Represents the regular polygon shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapePolygon.#ctor">
<summary>
<para>Initializes a new instance of the ShapePolygon class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapePolygon.NumberOfSides">
<summary>
<para>Gets or sets the number of polygon sides.
</para>
</summary>
<value>An integer value which represents the number of sides in a polygon.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeBracket">
<summary>
<para>Represents the bracket shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeBracket.#ctor">
<summary>
<para>Initializes a new instance of the ShapeBracket class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeBracket.TipLength">
<summary>
<para>Gets or sets the length of a brace's tip.
</para>
</summary>
<value>An integer value which represents a tip's length.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.FilletShapeBase">
<summary>
<para>Defines the base class for all the shape types whose corners can be filleted.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.FilletShapeBase.Fillet">
<summary>
<para>Gets or sets a value specifying how shape corners are rounded (in percent).
</para>
</summary>
<value>An integer value which shows how corners are rounded. This value should be from <b>0</b> to <b>100</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeCross">
<summary>
<para>Represents the cross shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeCross.#ctor">
<summary>
<para>Initializes a new instance of the ShapeCross class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeCross.HorizontalLineWidth">
<summary>
<para>Gets or sets the horizontal line width of a cross (in percents).
</para>
</summary>
<value>An integer value which represents the width of a horizontal line.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeCross.VerticalLineWidth">
<summary>
<para>Gets or sets the vertical line width of a cross (in percents).
</para>
</summary>
<value>An integer value which represents the width of a vertical line.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeLine">
<summary>
<para>Represents the line shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeLine.#ctor">
<summary>
<para>Initializes a new instance of the ShapeLine class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeBase">
<summary>
<para>Defines the base class for all the shape types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeBase.ShapeName">
<summary>
<para>Override this method to get the name of the shape.
</para>
</summary>
<value>A string, representing the shape's name.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapeBrace">
<summary>
<para>Represents the brace shape type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Shape.ShapeBrace.#ctor">
<summary>
<para>Initializes a new instance of the ShapeBrace class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeBrace.Fillet">
<summary>
<para>Gets or sets a value which specifies how brace corners are rounded.
</para>
</summary>
<value>An integer value which represents how brace corners are rounded.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Shape.ShapeBrace.TailLength">
<summary>
<para>Gets or sets the length of a brace's tail.
</para>
</summary>
<value>An integer value which represents a tail's length.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ClosedShapeBase">
<summary>
<para>Defines the base class for all the shape types represented by a closed figure.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Shape.ShapePolygonBase">
<summary>
<para>Defines the base class for all the shape types based on a regular polygon.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCSupplemental5Generator">
<summary>
<para>Represents the class used to generate an UPC Supplemental 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.UPCSupplemental5Generator.#ctor">
<summary>
<para>Initializes a new instance of the UPCSupplemental5Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCSupplemental5Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCSupplemental2Generator">
<summary>
<para>Represents the class used to generate an UPC Supplemental 2 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.UPCSupplemental2Generator.#ctor">
<summary>
<para>Initializes a new instance of the UPCSupplemental2Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCSupplemental2Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.PostNetGenerator">
<summary>
<para>Represents the class used to generate a PostNet barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.PostNetGenerator.#ctor">
<summary>
<para>Initializes a new instance of the PostNetGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PostNetGenerator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PostNetGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCE1Generator">
<summary>
<para>Represents the class used to generate an UPC-E1 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.UPCE1Generator.#ctor">
<summary>
<para>Initializes a new instance of the UPCE1Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCE1Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCE0Generator">
<summary>
<para>Represents the class used to generate an UPC-E0 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.UPCE0Generator.#ctor">
<summary>
<para>Initializes a new instance of the UPCE0Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCE0Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.CodeMSIGenerator">
<summary>
<para>Represents the class used to generate an MSI barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.CodeMSIGenerator.#ctor">
<summary>
<para>Initializes a new instance of the CodeMSIGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodeMSIGenerator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodeMSIGenerator.MSICheckSum">
<summary>
<para>Gets or sets the checksum type for the barcode.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.BarCode.MSICheckSum"/> enumeration value which represents the checksum type.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodeMSIGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.EAN13Generator">
<summary>
<para>Represents the class used to generate an EAN 13 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.EAN13Generator.#ctor">
<summary>
<para>Initializes a new instance of the EAN13Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN13Generator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN13Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Interleaved2of5Generator">
<summary>
<para>Represents the class used to generate an Interleaved 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Interleaved2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the Interleaved2of5Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Interleaved2of5Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Interleaved2of5Generator.WideNarrowRatio">
<summary>
<para>Gets or sets the density of a barcode's bars.
</para>
</summary>
<value>A float value specifying the density of a barcode's bars.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Matrix2of5Generator">
<summary>
<para>Represents the class used to generate a Matrix 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Matrix2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the Matrix2of5Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Matrix2of5Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCSupplementalNGeneratorBase">
<summary>
<para>Defines the base class for the <see cref="T:DevExpress.XtraPrinting.BarCode.UPCSupplemental2Generator"/> and <see cref="T:DevExpress.XtraPrinting.BarCode.UPCSupplemental5Generator"/> classes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCSupplementalNGeneratorBase.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCEGeneratorBase">
<summary>
<para>Defines the base class for the <see cref="T:DevExpress.XtraPrinting.BarCode.UPCE0Generator"/> and <see cref="T:DevExpress.XtraPrinting.BarCode.UPCE1Generator"/> classes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCEGeneratorBase.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.EAN128Generator">
<summary>
<para>Represents the class used to generate an EAN 128 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.EAN128Generator.#ctor">
<summary>
<para>Initializes a new instance of the EAN128Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN128Generator.FNC1Substitute">
<summary>
<para>Gets or sets the symbol (or set of symbols) in the barcode's text that will be replaced with the <b>FNC1</b> functional character when the barcode's bars are drawn.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the symbols to be replaced.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN128Generator.HumanReadableText">
<summary>
<para>Specifies whether or not parentheses should be included in the barcode's text.
</para>
</summary>
<value><b>true</b> to insert parentheses into the barcode's printed text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN128Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.EAN8Generator">
<summary>
<para>Represents the class used to generate an EAN 8 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.EAN8Generator.#ctor">
<summary>
<para>Initializes a new instance of the EAN8Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.EAN8Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Industrial2of5Generator">
<summary>
<para>Represents the class used to generate an Industrial 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Industrial2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the Industrial2of5Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Industrial2of5Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Industrial2of5Generator.WideNarrowRatio">
<summary>
<para>Gets or sets the density of a barcode's bars.
</para>
</summary>
<value>A float value specifying the density of a barcode's bars.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.UPCAGenerator">
<summary>
<para>Represents the class used to generate an UPC A barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.UPCAGenerator.#ctor">
<summary>
<para>Initializes a new instance of the UPCAGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.UPCAGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.LinkBase">
<summary>
<para>The base class for all printing links.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the LinkBase 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 LinkBase class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.#ctor">
<summary>
<para>Initializes a new instance of the LinkBase class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.LinkBase"/> class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.LinkBase.PrintingSystemBase"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.Activity">
<summary>
<para>Gets the current document creation status.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemActivity"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.AddSubreport(System.Drawing.PointF)">
<summary>
<para>Adds a subreport to the current report.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> value which specifies the vertical offset of the subreport within the current report.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.AddSubreport(DevExpress.XtraPrinting.Native.DocumentBand,System.Drawing.PointF)">
<summary>
<para>For internal use. Adds a subreport to the current report.
</para>
</summary>
<param name="band">
A band, to which the subreport should be added.
</param>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> object.
</param>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.AfterCreateAreas">
<summary>
<para>Occurs after all sections of the document have been generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.BeforeCreateAreas">
<summary>
<para>Occurs before any section of the document is generated.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.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.LinkBase.ClearDocument">
<summary>
<para>Removes all pages from the current document.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateDetailArea">
<summary>
<para>Occurs when a <b>detail</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateDetailFooterArea">
<summary>
<para>Occurs when a <b>detail footer</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateDetailHeaderArea">
<summary>
<para>Occurs when a <b>detail header</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.CreateDocument">
<summary>
<para>Creates a report using the current <b>PrintingSystem</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.CreateDocument(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Creates a document from the link using the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class instance, specifying the printing system of the link.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.CreateDocument(System.Boolean)">
<summary>
<para>Creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background.
</para>
</summary>
<param name="buildPagesInBackground">
<b>true</b> to generate pages in background; otherwise, <b>false</b>.
</param>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateInnerPageFooterArea">
<summary>
<para>Occurs when an <b>inner page footer</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateInnerPageHeaderArea">
<summary>
<para>Occurs when an <b>inner page header</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateMarginalFooterArea">
<summary>
<para>Occurs when a <b>marginal page footer</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateMarginalHeaderArea">
<summary>
<para>Occurs when a <b>marginal page header</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateReportFooterArea">
<summary>
<para>Occurs when a <b>report footer</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.LinkBase.CreateReportHeaderArea">
<summary>
<para>Occurs when a <b>report header</b> section of the document is being generated.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.CustomPaperSize">
<summary>
<para>Gets or sets a size of a custom paper.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> value which represents the size of a custom paper.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.EnablePageDialog">
<summary>
<para>Enables the <b>Header and Footer</b> dialog used for editing a document page's headers and footers.
</para>
</summary>
<value><b>true</b> if the <b>Header and Footer</b> dialog is enabled; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a document to the specified file path in CSV format using the defined CSV-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToCsv(System.String)">
<summary>
<para>Exports a document to the specified file path in CSV format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToCsv(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in CSV format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a document to the specified stream in CSV format using the defined CSV-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in HTML format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a document to the specified file path in HTML format using the defined HTML-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a document to the specified stream in HTML format using the defined HTML-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToHtml(System.String)">
<summary>
<para>Exports a document to the specified file path in HTML format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToImage(System.String)">
<summary>
<para>Exports a document to the specified file path in Image format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToImage(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in Image format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a document to the specified file path in Image format using the defined Image-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a document to the specified stream in Image format using the defined Image-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToMht(System.String)">
<summary>
<para>Exports a document to the specified file path in MHT format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToMht(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in MHT format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a document to the specified stream in MHT format using the defined MHT-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a document to the specified file path in MHT format using the defined MHT-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToPdf(System.String)">
<summary>
<para>Exports a document to the specified file path in PDF format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports a document to the specified stream in PDF format using the defined PDF-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports a document to the specified file path in PDF format using the defined PDF-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in PDF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified file path in RTF format using the defined RTF-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/>, which specifies the file name (including the full path) for the created RTF file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, representing options, which define how a document is exported to RTF format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified stream in RTF format using the defined RTF-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> to which the created RTF file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, representing options, which define how a document is exported to RTF format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in RTF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToRtf(System.String)">
<summary>
<para>Exports a document to the specified file path in RTF format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a document to the specified stream in Text format using the defined Text-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToText(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in Text format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a document to the specified file path in Text format using the defined Text-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToText(System.String)">
<summary>
<para>Exports a document to the specified file path in Text format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified stream in XLS format using the defined XLS-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXls(System.String)">
<summary>
<para>Exports a report to the specified file path in XLS format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLS format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLS format using the defined XLS-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXlsx(System.String)">
<summary>
<para>Exports a report to the specified file path in XLSX format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLSX format using the defined XLSX-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLSX format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified stream in XLSX format using the defined XLSX-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.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.LinkBase.Landscape">
<summary>
<para>Gets or sets a value indicating whether the page orientation is landscape.
</para>
</summary>
<value><b>true</b> if the page orientation is landscape; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.Margins">
<summary>
<para>Gets or sets the margins of a report page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object representing the margins of a report page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.MinMargins">
<summary>
<para>Gets or sets the minimum values allowed for the <see cref="P:DevExpress.XtraPrinting.LinkBase.Margins"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object representing the minimum margins.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.Owner">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.PageHeaderFooter">
<summary>
<para>Gets or sets the object used to fill the document's area that is occupied by the page header and page footer.
</para>
</summary>
<value>A <see cref="T:System.Object"/> used to fill the document's area that is occupied by the page header and page footer.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.PaperKind">
<summary>
<para>Gets or sets the type of paper for the document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.PaperName">
<summary>
<para>Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the name of the paper.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object representing the type of object to be printed.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.PrintingSystemBase">
<summary>
<para>Gets or sets the <b>Printing System</b> used to create and print a document for this link.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the <b>Printing System</b> used to create and print a document.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.RestorePageHeaderFooterFromRegistry(System.String)">
<summary>
<para>Loads a <b>Page Header/Footer</b> dialog's settings from the system registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.RestorePageHeaderFooterFromStream(System.IO.Stream)">
<summary>
<para>Loads a <b>Page Header/Footer</b> dialog's settings from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object from which the header/footer's settings are read.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.RestorePageHeaderFooterFromXml(System.String)">
<summary>
<para>Loads a <b>Page Header/Footer</b> dialog's settings from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value specifying the XML file from which header/footer settings are read.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.RtfReportFooter">
<summary>
<para>Gets or sets the RTF text, which will be printed as a Report Footer.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing RTF text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.RtfReportHeader">
<summary>
<para>Gets or sets the RTF text, which will be printed as a Report Header.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing RTF text.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.SavePageHeaderFooterToRegistry(System.String)">
<summary>
<para>Saves the <b>Page Header/Footer</b> dialog's settings to the registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the registry path at which to save the header/footer.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.SavePageHeaderFooterToStream(System.IO.Stream)">
<summary>
<para>Saves the <b>Page Header/Footer</b> dialog's settings to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the header/footer is written.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.SavePageHeaderFooterToXml(System.String)">
<summary>
<para>Saves the <b>Page Header/Footer</b> dialog's settings to an XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> specifying the path to the file in which the header/footer will be stored. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Object"/> object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.SkipArea">
<summary>
<para>Gets or sets report areas that should be skipped.
</para>
</summary>
<value>Report areas that should be skipped.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LinkBase.VerticalContentSplitting">
<summary>
<para>Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.VerticalContentSplitting"/> enumeration value, which specifies the way of splitting method of content bricks in the vertical direction.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code39ExtendedGenerator">
<summary>
<para>Represents the class used to generate a Code 39 Extended barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code39ExtendedGenerator.#ctor">
<summary>
<para>Initializes a new instance of the Code39ExtendedGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code39ExtendedGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code128Generator">
<summary>
<para>Represents the class used to generate a Code 128 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code128Generator.#ctor">
<summary>
<para>Initializes a new instance of the Code128Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code128Generator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code128Generator.CharacterSet">
<summary>
<para>Gets or sets the charset type for the barcode.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Code128Charset"/> enumeration value that specifies a charset to be used.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code128Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code11Generator">
<summary>
<para>Represents the class used to generate a Code 11 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code11Generator.#ctor">
<summary>
<para>Initializes a new instance of the Code11Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code11Generator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code11Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.CodabarGenerator">
<summary>
<para>Represents the class used to generate a Codabar barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.CodabarGenerator.#ctor">
<summary>
<para>Initializes a new instance of the CodabarGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodabarGenerator.CalcCheckSum">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum"/> property.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodabarGenerator.StartStopPair">
<summary>
<para>Gets or sets the first (start) and last (stop) symbols used to code the barcode's structure.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair"/> enumeration value that specifies the pair of start and stop symbols used.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodabarGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.CodabarGenerator.WideNarrowRatio">
<summary>
<para>Gets or sets the density of a barcode's bars.
</para>
</summary>
<value>A float value specifying the density of a barcode's bars.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code93ExtendedGenerator">
<summary>
<para>Represents the class used to generate a Code 93 Extended barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code93ExtendedGenerator.#ctor">
<summary>
<para>Initializes a new instance of the Code93ExtendedGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code93ExtendedGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code39Generator">
<summary>
<para>Represents the class used to generate a Code 39 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code39Generator.#ctor">
<summary>
<para>Initializes a new instance of the Code39Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code39Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code39Generator.WideNarrowRatio">
<summary>
<para>Gets or sets the density of a barcode's bars.
</para>
</summary>
<value>A float value specifying the density of a barcode's bars.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase">
<summary>
<para>Defines the base class for all the classes used to generate barcodes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.CalcCheckSum">
<summary>
<para>Gets or sets whether to calculate a checksum for the barcode.
</para>
</summary>
<value><b>true</b> if the barcode object needs a checksum to be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.DrawContent(DevExpress.XtraPrinting.IGraphicsBase,System.Drawing.RectangleF,DevExpress.XtraPrinting.BarCode.IBarCodeData)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="gr">
An object implementing the <b>DevExpress.XtraPrinting.IGraphicsBase</b> interface.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.RectangleF"/> structure.
</param>
<param name="data">
An object implementing the <see cref="T:DevExpress.XtraPrinting.BarCode.IBarCodeData"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.Name">
<summary>
<para>Gets the name of the bar code type, which is represented by a current class.
</para>
</summary>
<value>A string, which is the name of the bar code type.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.MSICheckSum">
<summary>
<para>Specifies which formula is used to calculate the checksum for the MSI barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.MSICheckSum.DoubleModulo10">
<summary>
<para>The checksum is calculated with respect to base 10 twice.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.MSICheckSum.Modulo10">
<summary>
<para>The checksum is calculated with respect to base 10.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.MSICheckSum.None">
<summary>
<para>The checksum is not calculated.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code128Charset">
<summary>
<para>Specifies the character set used for coding the Code 128 barcode structure.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.Code128Charset.CharsetA">
<summary>
<para>The "A" character set will be used for coding a barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.Code128Charset.CharsetAuto">
<summary>
<para>The character set will be chosen automatically according to the text assigned to a barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.Code128Charset.CharsetB">
<summary>
<para>The "B" character set will be used for coding a barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.Code128Charset.CharsetC">
<summary>
<para>The "C" character set will be used for coding a barcode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair">
<summary>
<para>Specifies the first (start) and last (stop) symbols used to code the Codabar barcode structure.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair.AT">
<summary>
<para>The first element in a barcode is "A" and the last element is "T".
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair.BN">
<summary>
<para>The first element in a barcode is "B" and the last element is "N".
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair.CStar">
<summary>
<para>The first element in a barcode is "C" and the last element is "*".
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair.DE">
<summary>
<para>The first element in a barcode is "D" and the last element is "E".
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.CodabarStartStopPair.None">
<summary>
<para>The are no start (first) and stop (last) elements used in a barcode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation">
<summary>
<para>Specifies by what angle a barcode is rotated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.BarCodeOrientation.Normal">
<summary>
<para>A barcode is displayed in its normal orientation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.BarCodeOrientation.RotateLeft">
<summary>
<para>A barcode is rotated 90 degrees counter clockwise.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.BarCodeOrientation.RotateRight">
<summary>
<para>A barcode is rotated 90 degrees clockwise.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.BarCodeOrientation.UpsideDown">
<summary>
<para>A barcode is rotated 180 degrees.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle">
<summary>
<para>Represents a print style used to print the <see cref="T:System.Windows.Forms.DataGrid"/> via the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor(DevExpress.XtraPrintingLinks.DataGridPrintStyle)">
<summary>
<para>Initializes a new instance of the DataGridPrintStyle class with the specified source print style.
</para>
</summary>
<param name="printStyle">
A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object whose properties are to be copied.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor(System.Windows.Forms.DataGrid)">
<summary>
<para>Initializes a new instance of the DataGridPrintStyle class with the specified data grid.
</para>
</summary>
<param name="dataGrid">
A <see cref="T:System.Windows.Forms.DataGrid"/> object whose print style settings are to be copied.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor">
<summary>
<para>Initializes a new instance of the DataGridPrintStyle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.AlternatingBackColor">
<summary>
<para>Gets or sets the background color of odd-numbered rows of the grid.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the alternating background color.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.BackColor">
<summary>
<para>Gets or sets the background color of even-numbered rows of the grid.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the color of rows in the grid.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CaptionBackColor">
<summary>
<para>Gets or sets the background color of the caption area.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the caption's background color.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CaptionForeColor">
<summary>
<para>Gets or sets the foreground color of the caption area.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color of the caption area.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CopyFrom(System.Windows.Forms.DataGrid)">
<summary>
<para>Duplicates the properties of the specified data grid's print style into the current DataGridPrintStyle instance.
</para>
</summary>
<param name="dataGrid">
A <see cref="T:System.Windows.Forms.DataGrid"/> object whose print style settings are to be copied.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CopyFrom(DevExpress.XtraPrintingLinks.DataGridPrintStyle)">
<summary>
<para>Duplicates the properties of the specified print style into the current DataGridPrintStyle instance.
</para>
</summary>
<param name="printStyle">
A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object whose properties are to be copied.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.FlatMode">
<summary>
<para>Gets or sets a value indicating whether the grid is printed in flat mode.
</para>
</summary>
<value><b>true</b> if the grid is displayed flat; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.ForeColor">
<summary>
<para>Gets or sets the foreground color (typically the color of the text) of the data grid.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.GridLineColor">
<summary>
<para>Gets or sets the color of the grid lines.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the color of the grid lines.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.GridLineStyle">
<summary>
<para>Gets or sets the line style of the grid.
</para>
</summary>
<value>One of the <see cref="T:System.Windows.Forms.DataGridLineStyle"/> values.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.HeaderBackColor">
<summary>
<para>Gets or sets the background color of all row and column headers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the background color of row and column headers.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.HeaderForeColor">
<summary>
<para>Gets or sets the foreground color of headers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color of the grid's column headers, including the column header text and the plus/minus glyphs.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.ToString">
<summary>
<para>Returns the textual representation of the print style.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which specifies the full name of the class.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.ProgressBarBrick">
<summary>
<para>A brick that contains a progress bar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressBarBrick.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the ProgressBarBrick class with the specified position.
</para>
</summary>
<param name="position">
An integer value specifying the progress bar position. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.ProgressBarBrick.Position"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressBarBrick.#ctor">
<summary>
<para>Initializes a new instance of the ProgressBarBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressBarBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the ProgressBarBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "ProgressBar".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.ForeColor">
<summary>
<para>Gets or sets the color of progress bars displayed in the current brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> which represents the progress bars color.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.Position">
<summary>
<para>Gets or sets the current position of the progress bar brick.
</para>
</summary>
<value>An integer value which represents the current position (<b>0</b>-<b>100</b>).
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the text value that will be shown as the brick's text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressBarBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ZipCodeBrick">
<summary>
<para>A brick that contains a zip code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ZipCodeBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the ZipCodeBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ZipCodeBrick.#ctor">
<summary>
<para>Initializes a new instance of the ZipCodeBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ZipCodeBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "ZipCode".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ZipCodeBrick.SegmentWidth">
<summary>
<para>Gets or sets the width of the lines that the numbers in a zip code brick are drawn with.
</para>
</summary>
<value>An integer value specifying the width (in pixels) of a ZipCodeBrick's lines.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ZipCodeBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ZipCodeBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ZipCodeBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.TextBrickBase">
<summary>
<para>Represents the base class for brick classes which contain text.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrickBase.ForeColor">
<summary>
<para>Gets or sets the color of the text displayed in the current brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> which represents the text color in the current brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrickBase.Text">
<summary>
<para>Gets or sets the text to be displayed within the current brick.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the text to be displayed within the brick.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrintPreviewOptions">
<summary>
<para>Represents different settings used to specify how a document is exported from the Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintPreviewOptions.#ctor">
<summary>
<para>Initializes a new instance of the PrintPreviewOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.ActionAfterExport">
<summary>
<para>Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ActionAfterExport"/> enumeration value which specifies the action performed after export is finished.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultDirectory">
<summary>
<para>Gets or sets the file path to which, by default, a document is exported from the Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the default file path.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultExportFormat">
<summary>
<para>Specifies the default format to which a document is exported from the Print Preview form.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, corresponding to the required export format.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultFileName">
<summary>
<para>Gets or sets the file name to which, by default, a document is exported from the Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the default file name.
</value>
</member>
<member name="F:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultFileNameDefault">
<summary>
<para>Identifies the default file name for a document being exported from the Print Preview.
</para>
</summary>
<returns>@nbsp;
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultSendFormat">
<summary>
<para>Specifies the default format to which a document is converted, when the <see cref="F:DevExpress.XtraPrinting.PrintingSystemCommand.SendFile"/> command is executed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, corresponding to the required format.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.SaveMode">
<summary>
<para>Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.SaveMode"/> enumeration value which specifies how the file path is obtained.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintPreviewOptions.ShowOptionsBeforeExport">
<summary>
<para>Gets or sets a value which indicates whether an <b>Export Options</b> window should be shown when an end-user exports a document from the Print Preview.
</para>
</summary>
<value><b>true</b> to show the Export Options window; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData">
<summary>
<para>For internal use. Contains information about the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.#ctor">
<summary>
<para>Initializes a new instance of the DocumentData class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.AvailableExportModes">
<summary>
<para>For internal use. Specifies the available document export modes.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.CanChangePageSettings">
<summary>
<para>For internal use. Checks whether or not it is possible to modify the page settings.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.DocumentMap">
<summary>
<para>For internal use. Specifies the document map.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.ExportOptions">
<summary>
<para>For internal use. Specifies the document export options.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.HiddenOptions">
<summary>
<para>For internal use.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ExportOptionKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.Name">
<summary>
<para>For internal use. Specifies the document name.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.SerializedPageData">
<summary>
<para>For internal use. Specifies the serialized page data.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentData.SerializedWatermark">
<summary>
<para>For internal use. Specifies the serialized watermark settings.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.HtmlExportOptionsBase">
<summary>
<para>Represents the base class for objects which define export options specific to HTML and MHT formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the HtmlExportOptionsBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptionsBase.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the HtmlExportOptionsBase object passed as a parameter.
</para>
</summary>
<param name="source">
An HtmlExportOptionsBase object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet">
<summary>
<para>Gets or sets the encoding name used when exporting a document to HTML.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8").
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.EmbedImagesInHTML">
<summary>
<para>Specifies whether images are embedded in HTML content.
</para>
</summary>
<value><b>true</b> to embed images in HTML; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.ExportMode">
<summary>
<para>Gets or sets a value indicating how a document is exported to HTML.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.HtmlExportMode"/> enumeration value which represents the HTML export mode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderColor">
<summary>
<para>Gets or sets the color of page borders when a document is exported to HTML page-by-page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the page border color.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderWidth">
<summary>
<para>Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page.
</para>
</summary>
<value>An integer value which represents the page border width.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.RemoveSecondarySymbols">
<summary>
<para>Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size.
</para>
</summary>
<value><b>true</b> to remove secondary symbols; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title">
<summary>
<para>Gets or sets a title of the created HTML file
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name shown as the title of the created HTML file.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.TextExportOptionsBase">
<summary>
<para>Represents the base class for objects which define export options specific for Text and CSV formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TextExportOptionsBase.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the TextExportOptionsBase object passed as a parameter.
</para>
</summary>
<param name="source">
An TextExportOptionsBase object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding">
<summary>
<para>Gets or sets the encoding of the text-based file to which a report is exported.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> class descendant specifying the encoding of the text-based file.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextExportOptionsBase.EncodingType">
<summary>
<para>Gets or sets a value used to serialize the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.EncodingType"/> enumeration value which represents the encoding type of the created text-based document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextExportOptionsBase.QuoteStringsWithSeparators">
<summary>
<para>Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file.
</para>
</summary>
<value><b>true</b> to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator">
<summary>
<para>Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the symbol(s) which will be used to separate text elements in the created Text-based file.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextExportOptionsBase.TextExportMode">
<summary>
<para>Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT or CSV document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.EncodingType">
<summary>
<para>Lists the types of encoding to be used when a document is exported to a Text-based format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.ASCII">
<summary>
<para>A document is exported using the ASCII (7-bit) character set.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.BigEndianUnicode">
<summary>
<para>A document is exported using the UTF-16 format with the big-endian byte order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.Default">
<summary>
<para>A document is exported using the system's current ANSI code page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.Unicode">
<summary>
<para>A document is exported using the UTF-16 format with the little-endian byte order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.UTF32">
<summary>
<para>A document is exported using the UTF-32 format with the little-endian byte order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.UTF7">
<summary>
<para>A document is exported using the UTF-7 format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.EncodingType.UTF8">
<summary>
<para>A document is exported using the UTF-8 format.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PdfJpegImageQuality">
<summary>
<para>Specifies how images are exported to PDF format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PdfJpegImageQuality.High">
<summary>
<para>The resulting Jpeg image quality is <b>high</b> (the resulting PDF file size is <b>big</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PdfJpegImageQuality.Highest">
<summary>
<para>The resulting Jpeg image quality is the <b>highest</b> (the resulting PDF file size is the <b>biggest</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PdfJpegImageQuality.Low">
<summary>
<para>The resulting Jpeg image quality is <b>low</b> (the resulting PDF file size is <b>small</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PdfJpegImageQuality.Lowest">
<summary>
<para>The resulting Jpeg image quality is the <b>lowest</b> (the resulting PDF file size is the <b>smallest</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PdfJpegImageQuality.Medium">
<summary>
<para>The resulting Jpeg image quality is <b>medium</b> (the resulting PDF file size is also <b>medium</b>).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PageByPageExportOptionsBase">
<summary>
<para>Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageByPageExportOptionsBase.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter.
</para>
</summary>
<param name="source">
An PageByPageExportOptionsBase object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XlsExportOptions">
<summary>
<para>Contains options which define how a document is exported to XLS format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the XlsExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
<param name="exportHyperlinks">
<b>true</b> to export hyperlinks; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines, and hyperlinks settings. Also specifies whether it is necessary to ignore column and row limits when exporting.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
<param name="exportHyperlinks">
<b>true</b> to export hyperlinks; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks"/> property.
</param>
<param name="suppress256ColumnsWarning">
<b>true</b> to create an XLS file with more than 256 columns, if necessary; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptions.Suppress256ColumnsWarning"/> property.
</param>
<param name="suppress65536RowsWarning">
<b>true</b> to create an XLS file with more than 65,536 rows, if necessary; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptions.Suppress65536RowsWarning"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the XlsExportOptions class with the specified text export mode.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the XlsExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An XlsExportOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptions.ExportMode">
<summary>
<para>Specifies whether the document should be exported to a single or different XLS files, page-by-page.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XlsExportMode"/> enumeration value, representing the XLS export mode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptions.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptions.Suppress256ColumnsWarning">
<summary>
<para>Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than <b>256</b> columns.
</para>
</summary>
<value><b>true</b> to allow more than <b>256</b> columns without warning; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptions.Suppress65536RowsWarning">
<summary>
<para>Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than <b>65,536</b> rows.
</para>
</summary>
<value><b>true</b> to allow more than <b>65,536</b> columns without warning; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.EmailOptions">
<summary>
<para>Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.EmailOptions.#ctor">
<summary>
<para>Initializes a new instance of the EmailOptions class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.EmailOptions.Assign(DevExpress.XtraPrinting.EmailOptions)">
<summary>
<para>Copies all the settings from the EmailOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An EmailOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.EmailOptions.Body">
<summary>
<para>Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the e-mail body.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.EmailOptions.RecipientAddress">
<summary>
<para>Gets or sets the text which is used as an e-mail's recipient address, when a document is exported and sent via e-mail from its Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the e-mail recipient address.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.EmailOptions.RecipientAddressPrefix">
<summary>
<para>Gets or sets the prefix appended to the <see cref="P:DevExpress.XtraPrinting.EmailOptions.RecipientAddress"/> property value.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.EmailOptions.RecipientName">
<summary>
<para>Gets or sets the text which is used as an e-mail's recipient name, when a document is exported and sent via e-mail from its Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the e-mail recipient name.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.EmailOptions.Subject">
<summary>
<para>Gets or sets the text which is used as an e-mail's subject, when a document is exported and sent via e-mail from its Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the e-mail subject.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.TextExportOptions">
<summary>
<para>Contains options which define how a document is exported to Text format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TextExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the TextExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TextExportOptions.#ctor(System.String,System.Text.Encoding)">
<summary>
<para>Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings.
</para>
</summary>
<param name="separator">
A <see cref="T:System.String"/> containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> class descendant specifying the encoding of the created text document. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.TextExportOptions.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the TextExportOptions class with the specified separator settings.
</para>
</summary>
<param name="separator">
A <see cref="T:System.String"/> containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.TextExportOptions.#ctor(System.String,System.Text.Encoding,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings.
</para>
</summary>
<param name="separator">
A <see cref="T:System.String"/> containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> class descendant specifying the encoding of the created TXT document. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
</member>
<member name="F:DevExpress.XtraPrinting.TextExportOptions.DefaultSeparator">
<summary>
<para>Contains the default value for the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property. By default, when a document is exported to a Text file, this value is equal to "<b>\t</b>".
</para>
</summary>
<returns>$
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.RtfExportOptions">
<summary>
<para>Contains options which define how a document is exported to RTF format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.RtfExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the RtfExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.RtfExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the RtfExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An RtfExportOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.RtfExportOptions.ExportMode">
<summary>
<para>Gets or sets a value indicating how a document is exported to RTF.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.RtfExportMode"/> enumeration value which represents the RTF export mode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.RtfExportOptions.ExportWatermarks">
<summary>
<para>Gets or sets a value indicating whether watermarks should be included into the resulting file, when a document is exported to RTF.
</para>
</summary>
<value><b>true</b> to include watermarks; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.RtfExportOptions.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PanelBrick">
<summary>
<para>A brick containing other bricks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.#ctor">
<summary>
<para>Initializes a new instance of the PanelBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the PanelBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.#ctor(DevExpress.XtraPrinting.BrickStyle)">
<summary>
<para>Initializes a new instance of the PanelBrick class with the specified brick style.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.Bricks">
<summary>
<para>Gets a collection of bricks which are contained in this PanelBrick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickCollectionBase"/> object which contains bricks belonging to this panel brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Panel".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.CenterChildControls">
<summary>
<para>Center-aligns child bricks contained within the current panel brick.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.Clone">
<summary>
<para>Creates a new PanelBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new PanelBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PanelBrick.Dispose">
<summary>
<para>Disposes of the PanelBrick object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.Merged">
<summary>
<para>Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single <see cref="T:DevExpress.XtraPrinting.Brick"/> object.
</para>
</summary>
<value><b>true</b> if child bricks should be merged; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PanelBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ExportOptionsBase">
<summary>
<para>Represents the base class for objects which define specific export options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the ExportOptionsBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsBase.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the ExportOptionsBase object passed as a parameter.
</para>
</summary>
<param name="source">
An ExportOptionsBase object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.SaveMode">
<summary>
<para>Specifies how the file path to export a document is obtained, when exporting a document which is currently displayed in the Print Preview.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.SaveMode.UsingDefaultPath">
<summary>
<para>A document is exported to the path specified by the <see cref="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultDirectory"/> and <see cref="P:DevExpress.XtraPrinting.PrintPreviewOptions.DefaultFileName"/> properties. So, the <b>Save File</b> dialog isn't shown in this case.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.SaveMode.UsingSaveFileDialog">
<summary>
<para>A document is exported using the file path and the file name specified by an end-user in the <b>Save File</b> dialog, which is shown prior to exporting a document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PdfDocumentOptions">
<summary>
<para>Contains options which specify the <b>Document Properties</b> of the created PDF file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfDocumentOptions.#ctor">
<summary>
<para>Initializes a new instance of the PdfDocumentOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PdfDocumentOptions.Application">
<summary>
<para>Gets or sets the string to be added as an Application property of the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores an Application name.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfDocumentOptions.Assign(DevExpress.XtraPrinting.PdfDocumentOptions)">
<summary>
<para>Copies all the settings from the PdfDocumentOptions object passed as a parameter.
</para>
</summary>
<param name="documentOptions">
A PdfDocumentOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PdfDocumentOptions.Author">
<summary>
<para>Gets or sets the string to be added as an Author property of the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores an Author name.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfDocumentOptions.Clone">
<summary>
<para>Creates a copy of the current PdfDocumentOptions object.
</para>
</summary>
<returns>A PdfDocumentOptions object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfDocumentOptions.Keywords">
<summary>
<para>Gets or sets the string to be added as a Keywords property of the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores keywords.
</value>
</member>
<member name="F:DevExpress.XtraPrinting.PdfDocumentOptions.Producer">
<summary>
<para>Contains the value which is embedded as a <b>Producer</b> field into any PDF document created by the XtraPrinting Library. This value is usually equal to "Developer Express Inc. XtraPrinting (tm) v<i>X</i>.<i>Y</i>".
</para>
</summary>
<returns>$
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfDocumentOptions.Subject">
<summary>
<para>Gets or sets the string to be added as a Subject property of the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Subject.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfDocumentOptions.Title">
<summary>
<para>Gets or sets the string to be added as a Title property of the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Title.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PdfExportOptions">
<summary>
<para>Contains options which define how a document is exported to PDF format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the PdfExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the PdfExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
A PdfExportOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.Compressed">
<summary>
<para>Gets or sets a value indicating whether the resulting PDF file should be compressed.
</para>
</summary>
<value><b>true</b> to compress the resulting PDF file; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.ConvertImagesToJpeg">
<summary>
<para>Specifies whether or not all bitmaps contained in the document should be converted to the JPEG format during exporting to PDF.
</para>
</summary>
<value><b>true</b> to convert images to JPEG; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.DocumentOptions">
<summary>
<para>Gets the options to be embedded as Document Properties of the created PDF file.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfDocumentOptions"/> object which contains Document Properties options.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.ImageQuality">
<summary>
<para>Gets or sets the quality of images in the resulting PDF file.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.PdfJpegImageQuality"/> enumeration value which specifies the quality of images in the resulting PDF file.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.NeverEmbeddedFonts">
<summary>
<para>Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which contains the font names delimited by a semicolon.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.PasswordSecurityOptions">
<summary>
<para>Provides access to the PDF security options of the document, which require specifying a password.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfPasswordSecurityOptions"/> object, representing the security options.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.ShowPrintDialogOnOpen">
<summary>
<para>Gets or sets a value indicating whether the Print dialog should be displayed when a PDF file is opened in an appropriate application.
</para>
</summary>
<value><b>true</b> to open the Print dialog on open; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfExportOptions.SignatureOptions">
<summary>
<para>Provides access to the digital signature options of PdfExportOptions.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfSignatureOptions"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.CsvExportOptions">
<summary>
<para>Contains options which define how a document is exported to CSV format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CsvExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the CsvExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CsvExportOptions.#ctor(System.String,System.Text.Encoding)">
<summary>
<para>Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings.
</para>
</summary>
<param name="separator">
A <see cref="T:System.String"/> containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> class descendant specifying the encoding of the created CSV document. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.CsvExportOptions.#ctor(System.String,System.Text.Encoding,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings.
</para>
</summary>
<param name="separator">
A <see cref="T:System.String"/> containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> class descendant specifying the encoding of the created CSV document. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.MhtExportOptions">
<summary>
<para>Contains options which define how a document is exported to MHT format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.MhtExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the MhtExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.MhtExportOptions.#ctor(System.String,System.String,System.Boolean)">
<summary>
<para>Initializes a new instance of the MhtExportOptions class with the specified settings.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> containing the name shown as the title of the created HTML file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title"/> property.
</param>
<param name="removeSecondarySymbols">
<b>true</b> to remove secondary symbols; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.RemoveSecondarySymbols"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.MhtExportOptions.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the MhtExportOptions class with the specified encoding name and title.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> containing the name shown as the title of the created HTML file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.MhtExportOptions.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the MhtExportOptions class with the specified encoding name.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.MhtExportOptions.EmbedImagesInHTML">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.EmbedImagesInHTML"/> property, to hide it.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ImageExportOptions">
<summary>
<para>Contains options which define how a document is exported to an image.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ImageExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the ImageExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ImageExportOptions.#ctor(System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Initializes a new instance of the ImageExportOptions class with the specified image format.
</para>
</summary>
<param name="format">
An <see cref="T:System.Drawing.Imaging.ImageFormat"/> object representing the image format. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.Format"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ImageExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the ImageExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An ImageExportOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.ExportMode">
<summary>
<para>Gets or sets a value indicating how a document is exported to Image.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ImageExportMode"/> enumeration value which represents the Image export mode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.Format">
<summary>
<para>Gets or sets an image format in which the document is exported.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value which represents the image format.
</value>
</member>
<member name="F:DevExpress.XtraPrinting.ImageExportOptions.ImageFormats">
<summary>
<para>Lists the image formats available in the export options. The following values are available: ".bmp", ".gif", ".jpg", ".png", ".emf", ".wmf", ".tiff".
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderColor">
<summary>
<para>Gets or sets the color of page borders when a document is exported to Image page-by-page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which represents the page border color.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderWidth">
<summary>
<para>Gets or sets the width (in pixels) of page borders when a document is exported to Image page-by-page.
</para>
</summary>
<value>An integer value which represents the page border width.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageExportOptions.Resolution">
<summary>
<para>Gets or sets a resolution (in dpi), which should be used to create a resulting image from the current document.
</para>
</summary>
<value>An integer value which represents an image resolution (in dpi).
</value>
</member>
<member name="T:DevExpress.XtraPrinting.HtmlExportOptions">
<summary>
<para>Contains options which define how a document is exported to HTML format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the HtmlExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptions.#ctor(System.String,System.String,System.Boolean)">
<summary>
<para>Initializes a new instance of the HtmlExportOptions class with the specified settings.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> containing the name shown as the title of the created HTML file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title"/> property.
</param>
<param name="removeSecondarySymbols">
<b>true</b> to remove secondary symbols; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.RemoveSecondarySymbols"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptions.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> containing the name shown as the title of the created HTML file. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.HtmlExportOptions.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the HtmlExportOptions class with the specified encoding name.
</para>
</summary>
<param name="characterSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.ExportOptionKind">
<summary>
<para>Specifies the export options items which are displayed when an end-user exports a document from its Print Preview.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlCharacterSet">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.CharacterSet"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlEmbedImagesInHTML">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.EmbedImagesInHTML"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.ExportMode"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlPageBorderColor">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderColor"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlPageBorderWidth">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.PageBorderWidth"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlPageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlRemoveSecondarySymbols">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.RemoveSecondarySymbols"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.HtmlTitle">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.HtmlExportOptionsBase.Title"/> property of the HTML export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImageExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.ExportMode"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImageFormat">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.Format"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImagePageBorderColor">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderColor"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImagePageBorderWidth">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.PageBorderWidth"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImagePageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.ImageResolution">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.ImageExportOptions.Resolution"/> property of the Image export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.NativeFormatCompressed">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.NativeFormatOptions.Compressed"/> property of the native format Save options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfCompressed">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.Compressed"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfConvertImagesToJpeg">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.ConvertImagesToJpeg"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfDocumentApplication">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfDocumentOptions.Application"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfDocumentAuthor">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfDocumentOptions.Author"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfDocumentKeywords">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfDocumentOptions.Keywords"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfDocumentSubject">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfDocumentOptions.Subject"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfDocumentTitle">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfDocumentOptions.Title"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfImageQuality">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.ImageQuality"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfNeverEmbeddedFonts">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.NeverEmbeddedFonts"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfPageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfPasswordSecurityOptions">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.PasswordSecurityOptions"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfShowPrintDialogOnOpen">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.ShowPrintDialogOnOpen"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.PdfSignatureOptions">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PdfExportOptions.SignatureOptions"/> property of the PDF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.RtfExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.RtfExportOptions.ExportMode"/> property of the RTF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.RtfExportWatermarks">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.RtfExportOptions.ExportWatermarks"/> property of the RTF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.RtfPageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the RTF export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.TextEncoding">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Encoding"/> property of the Text export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.TextExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.TextExportMode"/> property of the Text export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.TextQuoteStringsWithSeparators">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.QuoteStringsWithSeparators"/> property of the Text export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.TextSeparator">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.TextExportOptionsBase.Separator"/> property of the Text export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsExportHyperlinks">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptions.ExportMode"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsPageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsRawDataMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.RawDataMode"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsSheetName">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.SheetName"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsShowGridLines">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsUseNativeFormat">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.TextExportMode"/> property of the XLS export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsxExportMode">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.XlsxExportOptions.ExportMode"/> property of the XLSX export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XlsxPageRange">
<summary>
<para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the XLSX export options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsCompression">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsExportOptions.Compression"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentCategory">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Category"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentCreator">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Creator"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentDescription">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Description"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentKeywords">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Keywords"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentSubject">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Subject"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentTitle">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Title"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsDocumentVersion">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.XpsDocumentOptions.Version"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportOptionKind.XpsPageRange">
<summary>
<para><para>Represents the <see cref="P:DevExpress.XtraPrinting.PageByPageExportOptionsBase.PageRange"/> property of the XPS export options.</para>
This is supported only by the DXPrinting for WPF library.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.ActionAfterExport">
<summary>
<para>Specifies whether the resulting file should be automatically opened in the default program, after exporting a document which is currently displayed in the Print Preview.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ActionAfterExport.AskUser">
<summary>
<para>After exporting is finished, the message box with the following text is shown: "Do you want to open this file?", so that an end-user may choose whether the resulting file should be automatically opened in the default program, or not.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ActionAfterExport.None">
<summary>
<para>No action is performed after exporting is finished.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ActionAfterExport.Open">
<summary>
<para>After exporting is finished, the default program which is currently associated with the type of the resulting file is launched, and the file is automatically opened in this application.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Export.EmailSenderBase">
<summary>
<para>Provides the basic functionality for sending documents via e-mail.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Export.EmailSenderBase.Send(System.String[],DevExpress.XtraPrinting.EmailOptions)">
<summary>
<para>Sends the document(s) to the specified recipient via e-mail.
</para>
</summary>
<param name="files">
An array of <see cref="T:System.String"/> values specifying the file names for the documents embedded into the e-mail.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.EmailOptions"/> object storing the e-mail options.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.BrickCollection">
<summary>
<para>Represents a collection of <see cref="T:DevExpress.XtraPrinting.Brick"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickCollection.#ctor(DevExpress.XtraPrinting.PanelBrick)">
<summary>
<para>Initializes a new instance of the BrickCollection class with the specified owner.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraPrinting.PanelBrick"/> object that represents the panel brick which owns this object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BrickCollection.Add(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Adds the specified <see cref="T:DevExpress.XtraPrinting.Brick"/> object to the collection.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickCollection.Remove(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Removes the specified brick from the collection.
</para>
</summary>
<param name="brick">
An <see cref="T:DevExpress.XtraPrinting.Brick"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.ExportFormat">
<summary>
<para>Lists the values that specify the available export formats.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Csv">
<summary>
<para>The CSV export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Htm">
<summary>
<para>The HTML export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Image">
<summary>
<para>The image export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Mht">
<summary>
<para>The MHT export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Pdf">
<summary>
<para>The PDF export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Prnx">
<summary>
<para>The PRNX export format.
<para>For internal use.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Rtf">
<summary>
<para>The RTF export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Txt">
<summary>
<para>The TXT export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Xls">
<summary>
<para>The XLS export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Xlsx">
<summary>
<para>The XLSX export format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportFormat.Xps">
<summary>
<para>The XPS export format.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.ProgressReflector">
<summary>
<para>Provides functionality to reflect the current state of a document's printing, exporting, or any other process for which it is registered to reflect.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.#ctor">
<summary>
<para>Initializes a new instance of the ProgressReflector class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.CanAutocreateRange">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/>'s range can be auto-created.
</para>
</summary>
<value><b>true</b> if a range can be auto-created; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.DisableReflector">
<summary>
<para>Disables the progress reflector.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.EnableReflector">
<summary>
<para>Enables the progress reflector.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.EnsureRangeDecrement(DevExpress.Utils.Action0)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="action">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.Initialize(System.Int32)">
<summary>
<para>Initializes the ProgressReflector and sets its maximum value to the specified value.
</para>
</summary>
<param name="maximum">
An integer value to be set to the maximum value of the ProgressReflector.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.InitializeRange(System.Int32)">
<summary>
<para>Initializes the ProgressReflector's range using the specified maximum value.
</para>
</summary>
<param name="maximum">
An integer value to be set to the maximum value of the ProgressReflector.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.Logic">
<summary>
<para>Specifies the logic for the ProgressReflector class. For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.MaximizeRange">
<summary>
<para>Sets the maximum value that is possible for the current range, indicating that the process has been finished.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.MaximizeValue">
<summary>
<para>Sets the maximum possible value to the <see cref="P:DevExpress.XtraPrinting.ProgressReflector.Value"/> property, indicating that the process has been finished.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.Maximum">
<summary>
<para>Gets the maximum value of the current ProgressReflector.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.Position">
<summary>
<para>Gets the value indicating the current position of the ProgressReflector.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="E:DevExpress.XtraPrinting.ProgressReflector.PositionChanged">
<summary>
<para>Occurs after the position of the current range has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.RangeCount">
<summary>
<para>Returns the number of sub-ranges for the <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/>.
</para>
</summary>
<value>An integer value, specifying the number of ranges.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.RangeValue">
<summary>
<para>Gets or sets a value which reflects the state of a process within the current range.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value which represents the state of a process.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.RegisterReflector(DevExpress.XtraPrinting.ProgressReflector)">
<summary>
<para>Registers the specified progress reflector as an active reflector to show current progress.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/> object to register as the active reflector.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.SetProgressRanges(System.Single[])">
<summary>
<para>Sets the ranges which will be used by the ProgressReflector to reflect progress states.
</para>
</summary>
<param name="ranges">
An array of <see cref="T:System.Single"/> values which represent the ranges reflecting progress states.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.SetProgressRanges(System.Single[],DevExpress.XtraPrinting.Native.ProgressReflectorLogic)">
<summary>
<para>For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states.
</para>
</summary>
<param name="ranges">
An array of <see cref="T:System.Single"/> values which represent the ranges reflecting progress states.
</param>
<param name="logic">
A ProgressReflectorLogic object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.SetRanges(System.Single[])">
<summary>
<para>Sets the ranges which will be used by the ProgressReflector to reflect progress states.
</para>
</summary>
<param name="ranges">
An array of float values which represent the ranges reflecting progress states.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ProgressReflector.UnregisterReflector(DevExpress.XtraPrinting.ProgressReflector)">
<summary>
<para>Unregisters the specified progress reflector, so it will no longer show the current progress.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/> object to unregister.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ProgressReflector.Value">
<summary>
<para>Gets or sets a value which reflects the state of a process being tracked by this ProgressReflector.
</para>
</summary>
<value>A float value which represents the state of a process.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.IReportPrintTool">
<summary>
<para>For internal use. Provides the basic functionality for the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ApproveParameters(DevExpress.XtraReports.Parameters.Parameter[],System.Boolean)">
<summary>
<para>For internal use. If implemented by a class, approves the parameters.
</para>
</summary>
<param name="parameters">
@nbsp;
</param>
<param name="requestParameters">
@nbsp;
</param>
<returns>A Boolean value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ClosePreview">
<summary>
<para>For internal use. If implemented by a class, stops displaying the report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.CloseRibbonPreview">
<summary>
<para>For internal use. If implemented by a class, stops displaying the report.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.IReportPrintTool.ParametersInfo">
<summary>
<para>Gets the information about the report's parameters.
</para>
</summary>
<value>A list of the <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> objects that contain information about a specific parameter and its editor.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.Print">
<summary>
<para>For internal use. If implemented by a class, prints the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.Print(System.String)">
<summary>
<para>For internal use. If implemented by a class, 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 report.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.PrintDialog">
<summary>
<para>For internal use. If implemented by a class, runs a print dialog box used for selecting a printer, setting some print options and printing 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.XtraReports.UI.IReportPrintTool.ShowPageSetupDialog(System.Object)">
<summary>
<para>For internal use. If implemented by a class, displays modally a <b>Page Setup</b> dialog window.
</para>
</summary>
<param name="themeOwner">
A <see cref="T:System.Object"/> value.
</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.XtraReports.UI.IReportPrintTool.ShowPreview">
<summary>
<para>For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowPreview(System.Object)">
<summary>
<para>For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document.
</para>
</summary>
<param name="themeOwner">
A <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowPreviewDialog(System.Object)">
<summary>
<para>For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document.
</para>
</summary>
<param name="themeOwner">
A <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowPreviewDialog">
<summary>
<para>For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowRibbonPreview(System.Object)">
<summary>
<para>For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document.
</para>
</summary>
<param name="themeOwner">
A <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowRibbonPreview">
<summary>
<para>For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowRibbonPreviewDialog(System.Object)">
<summary>
<para>For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report.
</para>
</summary>
<param name="themeOwner">
A <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.IReportPrintTool.ShowRibbonPreviewDialog">
<summary>
<para>For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.CompositeBrick">
<summary>
<para>A composite brick that may contain other bricks to render them on a page as a whole.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CompositeBrick.#ctor">
<summary>
<para>Initializes a new instance of the CompositeBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CompositeBrick.#ctor(System.Collections.ICollection,System.Drawing.PointF)">
<summary>
<para>Initializes a new instance of the CompositeBrick class, composed of specified bricks and located at specified offset on the page.
</para>
</summary>
<param name="innerBricks">
An object, implementing the <see cref="T:System.Collections.ICollection"/> interface and representing the collection of bricks.
</param>
<param name="offset">
A System.Drawing.PointF object, representing coordinates adjustments for CompositeBrick location.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.CompositeBrick.GetEnumerator">
<summary>
<para>Returns an enumerator that can iterate through the collection of bricks.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.BrickEnumerator"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.CompositeBrick.InnerBricks">
<summary>
<para>Provides access to the inner bricks of CompositeBrick.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraPrinting.BrickBase"/> descendants.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.CompositeBrick.Offset">
<summary>
<para>Gets or sets the amounts to adjust the location of the <b>CompositeBrick</b>.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object, representing the adjustments of X and Y coordinates for the <b>CompositeBrick</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BrickBase">
<summary>
<para>This class is the basic class for all brick classes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickBase.Clone">
<summary>
<para>Creates a new BrickBase instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new BrickBase instance, which is a copy of the current instance.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.Location">
<summary>
<para>Defines the current brick's location, in <b>GraphicsUnit.Document</b> measurement units.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> value that represents the current brick's location.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.Modifier">
<summary>
<para>Specifies the page area for displaying a specific brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickModifier"/> enumeration value that represents the page area for displaying a specific brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.NoClip">
<summary>
<para>Specifies whether or not a brick's bounds can be clipped.
</para>
</summary>
<value><b>true</b> to disable clipping a brick's bounds; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.Printed">
<summary>
<para>Specifies whether the current brick will be printed.
</para>
</summary>
<value><b>true</b>, if the current brick will be printed, otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.Rect">
<summary>
<para>Defines the current brick's location and size, in <b>GraphicsUnit.Document</b> measurement units.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> value that represents the current brick's location and size.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickBase.Size">
<summary>
<para>Defines the current brick's size, in <b>GraphicsUnit.Document</b> measurement units.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> value that represents the current brick's size.
</value>
</member>
<member name="T:DevExpress.XtraReports.IReport">
<summary>
<para>For internal use. Provides the basic functionality for the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.IReport.ApplyPageSettings(DevExpress.XtraPrinting.XtraPageSettingsBase)">
<summary>
<para>For internal use. If implemented by a class, applies the page settings
</para>
</summary>
<param name="destSettings">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraReports.IReport.CollectParameters(System.Collections.Generic.IList`1,System.Predicate`1)">
<summary>
<para>For internal use. When implemented by a class, collects all report parameters that satisfy the specified conditions.
</para>
</summary>
<param name="list">
A list of the <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</param>
<param name="condition">
A <b>Predicate</b> object that stores the parameter conditions.
</param>
</member>
<member name="P:DevExpress.XtraReports.IReport.IsMetric">
<summary>
<para>For internal use. If implemented by a class, gets a value indicating whether the metric system is used for measurements in the document's preview.
</para>
</summary>
<value><b>true</b> to use the metric system for measurements made in the document's preview; otherwise, <b>false</b>. The default value is set to the <see cref="T:System.Globalization.RegionInfo.CurrentRegion.IsMetric"/> property value.
</value>
</member>
<member name="E:DevExpress.XtraReports.IReport.ParametersRequestSubmit">
<summary>
<para>Occurs when all parameter values in the <b>Parameters</b> UI are entered, and the <b>Submit</b> button is pressed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.IReport.PrintingSystemBase">
<summary>
<para>If implemented by a class, gets the Printing System that provides methods for previewing and printing the report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the report's Printing System.
</value>
</member>
<member name="P:DevExpress.XtraReports.IReport.PrintTool">
<summary>
<para>For internal use. If implemented by a class, specifies the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> associated with the current report.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraReports.UI.IReportPrintTool"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraReports.IReport.RaiseParametersRequestBeforeShow(System.Collections.Generic.IList`1)">
<summary>
<para>For internal use. If implemented by a class, raises the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow"/> event.
</para>
</summary>
<param name="parametersInfo">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraReports.IReport.RaiseParametersRequestSubmit(System.Collections.Generic.IList`1,System.Boolean)">
<summary>
<para>For internal use. If implemented by a class, raises the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestSubmit"/> event.
</para>
</summary>
<param name="parametersInfo">
@nbsp;
</param>
<param name="createDocument">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraReports.IReport.RaiseParametersRequestValueChanged(System.Collections.Generic.IList`1,DevExpress.XtraReports.Parameters.ParameterInfo)">
<summary>
<para>For internal use. If implemented by a class, raises the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged"/> event.
</para>
</summary>
<param name="parametersInfo">
@nbsp;
</param>
<param name="changedParameterInfo">
@nbsp;
</param>
</member>
<member name="P:DevExpress.XtraReports.IReport.RequestParameters">
<summary>
<para>When implemented by a class, specifies whether the report document creation should start <b>before</b> all the report parameters are submitted.
</para>
</summary>
<value><b>true</b> to start to create the report document before submitting its parameters; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.IReport.ShowPreviewMarginLines">
<summary>
<para>For internal use. If implemented by a class, specifies whether the report preview window shows page margin lines.
</para>
</summary>
<value><b>true</b> to show page margin lines; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.IReport.StopPageBuilding">
<summary>
<para>If implemented by a class, finishes generating report pages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.IReport.UpdatePageSettings(DevExpress.XtraPrinting.XtraPageSettingsBase,System.String)">
<summary>
<para>For internal use. If implemented by a class, updates the page settings
</para>
</summary>
<param name="sourceSettings">
@nbsp;
</param>
<param name="paperName">
@nbsp;
</param>
</member>
<member name="P:DevExpress.XtraReports.IReport.Watermark">
<summary>
<para>Provides access to a document's watermark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.IPrintControl">
<summary>
<para>For internal use. Provides the basic functionality for the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> component.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.IPrintControl.CommandSet">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="M:DevExpress.XtraPrinting.IPrintControl.GetBrickScreenBounds(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</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="P:DevExpress.XtraPrinting.IPrintControl.PrintingSystem">
<summary>
<para>If implemented by a class, gets the <b>Printing System</b> used to create and print this object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the Printing System used to create and print a document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.IPrintControl.ProgressReflector">
<summary>
<para>If implemented by a class, provides access to the object that reflects the current state of a document's generation or export.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/> object which is intended to track the process of a document's creation.
</value>
</member>
<member name="T:DevExpress.XtraPrintingLinks.DataGridLinkBase">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the DataGridLinkBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the DataGridLinkBase 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 DataGridLinkBase class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the DataGridLinkBase class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.DataGridLink.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.AddSubreport(System.Drawing.PointF)">
<summary>
<para>Adds a subreport to the current report.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.AutoHeight">
<summary>
<para>Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically.
</para>
</summary>
<value><b>true</b> to automatically calculate a data grid's height; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.DataGrid">
<summary>
<para>Gets or sets a <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed via the current link.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed by the link.
</para>
</summary>
<value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.DataGrid"/> type.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.PrintStyle">
<summary>
<para>Gets or sets the data grid's printing style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed by this link.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.UseDataGridView">
<summary>
<para>Gets or sets a value indicating whether this <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class descendant should use the visual style of the DataGrid it prints.
</para>
</summary>
<value><b>true</b> to use the DatGrid style; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrintingLinks.ListViewLinkBase">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.ListViewLink"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the ListViewLinkBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.AddSubreport(System.Drawing.PointF)">
<summary>
<para>Adds a subreport to the current report.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLinkBase.ListView">
<summary>
<para>Gets or sets a <see cref="T:System.Windows.Forms.ListView"/> object to be printed via the current link.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.ListView"/> object to be printed.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.ListViewLinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed by the link.
</para>
</summary>
<value>A <see cref="T:System.Type"/> class descendant representing the System.Windows.Forms.ListView type.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Windows.Forms.ListView"/> object to be printed by this link.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.BrickEventHandlerBase">
<summary>
<para>Represents the base method for all brick-related events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickEventHandlerBase.Invoke(System.Object,DevExpress.XtraPrinting.BrickEventArgsBase)">
<summary>
<para>Represents the base method for all brick-related events.
</para>
</summary>
<param name="sender">
The event sender.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.BrickEventArgsBase"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.BrickEventArgsBase">
<summary>
<para>Represents the base for all classes that provide data for the brick-related events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickEventArgsBase.#ctor(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Initializes a new instance of the BrickEventArgsBase class with the specified brick.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object specifying the brick for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick">
<summary>
<para>Gets a brick for which an event has been raised.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Brick"/> class descendant.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ICommandHandler">
<summary>
<para>If implemented by a class, provides methods for handling commands in Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ICommandHandler.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.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (typically, this is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> instance).
</param>
<returns><b>true</b> if the command can be handled; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.ICommandHandler.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>If implemented by a class, allows you to handle Printing System commands (listed in the <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration).
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.
</param>
<param name="args">
An array of <see cref="T:System.Object"/> values, specifying the command arguments.
</param>
<param name="printControl">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (typically, this is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> instance).
</param>
<param name="handled">
<b>true</b> if the command has been handled; otherwise <b>false</b>.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.ChangingPermissions">
<summary>
<para>Specifies the document changing permissions.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ChangingPermissions.AnyExceptExtractingPages">
<summary>
<para>Permits any changes for the PDF document, except extracting its pages.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ChangingPermissions.CommentingFillingSigning">
<summary>
<para>Permits commenting, filling in form fields, and signing existing signature fields for the PDF document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ChangingPermissions.FillingSigning">
<summary>
<para>Permits filling in form fields and signing existing signature fields for the PDF document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ChangingPermissions.InsertingDeletingRotating">
<summary>
<para>Permits inserting, deleting and rotating the PDF document's pages.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ChangingPermissions.None">
<summary>
<para>Specifies that no changes are permitted to the PDF document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PrintingPermissions">
<summary>
<para>Specifies the document printing permissions.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingPermissions.HighResolution">
<summary>
<para>Permits the PDF document's printing in high resolution only, unless the <see cref="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.PermissionsOptions"/> are accessed and modified.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingPermissions.LowResolution">
<summary>
<para>Permits the PDF document's printing in low resolution only (150 dpi), unless the <see cref="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.PermissionsOptions"/> are accessed and modified.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingPermissions.None">
<summary>
<para>Forbids printing of the PDF document, unless the <see cref="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.PermissionsOptions"/> are accessed and modified.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PdfPasswordSecurityOptions">
<summary>
<para>Defines the security access options for the exported PDF document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.#ctor">
<summary>
<para>Initializes a new instance of the PdfPasswordSecurityOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.Assign(DevExpress.XtraPrinting.PdfPasswordSecurityOptions)">
<summary>
<para>Copies all the settings from the PdfPasswordSecurityOptions object passed as a parameter.
</para>
</summary>
<param name="options">
An PdfPasswordSecurityOptions object (which is the <see cref="T:DevExpress.XtraPrinting.PdfPasswordSecurityOptions"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.Clone">
<summary>
<para>Creates a copy of the current PdfPasswordSecurityOptions instance.
</para>
</summary>
<returns>A PdfPasswordSecurityOptions object which represents an exact copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current PdfPasswordSecurityOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PdfPasswordSecurityOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PdfPasswordSecurityOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.OpenPassword">
<summary>
<para>Specifies the password for opening the exported PDF document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the password.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.PermissionsOptions">
<summary>
<para>Provides access to the PDF permission options of the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfPermissionsOptions"/> object, representing the security permission options for the exported PDF document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPasswordSecurityOptions.PermissionsPassword">
<summary>
<para>Specifies the PDF permissions password for the document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the permissions password.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrintDocumentEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintDocumentEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.PrintDocumentEventArgs)">
<summary>
<para>Represents the method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint"/> event.
</para>
</summary>
<param name="sender">
An object of any type that triggers the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint"/> event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.PrintDocumentEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint"/> event.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.Code93Generator">
<summary>
<para>Represents the class used to generate a Code 93 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.Code93Generator.#ctor">
<summary>
<para>Initializes a new instance of the Code93Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.Code93Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="P:DevExpress.XtraPrinting.ExceptionEventArgs.Exception"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the ExceptionEventArgs class with the specified settings.
</para>
</summary>
<param name="exception">
A <see cref="T:System.Exception"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ExceptionEventArgs.Exception">
<summary>
<para>Provides access to the exception.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> object, representing errors that occur during application execution.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExceptionEventArgs.Handled">
<summary>
<para>Specifies whether the raised exception is handled or not.
</para>
</summary>
<value><b>true</b> if the exception is handled; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XpsCompressionOption">
<summary>
<para>Lists the values used to specify the compression level of the XPS document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XpsCompressionOption.Fast">
<summary>
<para>XPS document is compressed fast, but with a lower level of compression.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XpsCompressionOption.Maximum">
<summary>
<para>XPS document is compressed with the best level of compression, but it requires more time.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XpsCompressionOption.Normal">
<summary>
<para>XPS document is compressed with a normal level of compression.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XpsCompressionOption.NotCompressed">
<summary>
<para>XPS document is not compressed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XpsCompressionOption.SuperFast">
<summary>
<para>XPS document is compressed very fast, but with the lowest level of compression.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PdfPermissionsOptions">
<summary>
<para>Defines the security permission options for the exported PDF document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPermissionsOptions.#ctor">
<summary>
<para>Initializes a new instance of the PdfPermissionsOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPermissionsOptions.Assign(DevExpress.XtraPrinting.PdfPermissionsOptions)">
<summary>
<para>Copies all the settings from the PdfPermissionsOptions object passed as a parameter.
</para>
</summary>
<param name="options">
An PdfPermissionsOptions object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPermissionsOptions.ChangingPermissions">
<summary>
<para>Specifies the permissions for changing the exported PDF document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ChangingPermissions"/> object, that contains the changing permissions.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPermissionsOptions.Clone">
<summary>
<para>Creates a copy of the current PdfPermissionsOptions instance.
</para>
</summary>
<returns>A PdfPermissionsOptions object which represents an exact copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPermissionsOptions.EnableCoping">
<summary>
<para>Specifies the permissions for copying the exported PDF document.
</para>
</summary>
<value><b>true</b> to enable document copying; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPermissionsOptions.EnableCopying">
<summary>
<para>Specifies the permissions for copying the exported PDF document.
</para>
</summary>
<value><b>true</b> to enable document copying; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPermissionsOptions.EnableScreenReaders">
<summary>
<para>Specifies the permissions for screen readers access to the exported PDF document.
</para>
</summary>
<value><b>true</b> to enable screen readers access; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPermissionsOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current PdfPermissionsOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current PdfPermissionsOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PdfPermissionsOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PdfPermissionsOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfPermissionsOptions.PrintingPermissions">
<summary>
<para>Specifies the permissions for printing the exported PDF document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingPermissions"/> object, containing the printing permissions.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ExceptionEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="P:DevExpress.XtraPrinting.ExceptionEventArgs.Exception"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExceptionEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.ExceptionEventArgs)">
<summary>
<para>A method that will handle the <see cref="P:DevExpress.XtraPrinting.ExceptionEventArgs.Exception"/> event.
</para>
</summary>
<param name="sender">
The event sender.
</param>
<param name="args">
An <see cref="T:DevExpress.XtraPrinting.ExceptionEventArgs"/> object that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.XlsExportMode">
<summary>
<para>Specifies the XLS export mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XlsExportMode.DifferentFiles">
<summary>
<para>A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLS file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XlsExportMode.SingleFile">
<summary>
<para>A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS file only once, at the beginning and at the end of the document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.ExportOptions">
<summary>
<para>Stores the document export options for different export formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.Assign(DevExpress.XtraPrinting.ExportOptions)">
<summary>
<para>Copies all the settings from the ExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An ExportOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Csv">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to CSV format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which contains CSV export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Email">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.EmailOptions"/> object which contains e-mail settings.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.GetOptionVisibility(DevExpress.XtraPrinting.ExportOptionKind)">
<summary>
<para>Gets the current visibility of the specified export option in the Print Preview.
</para>
</summary>
<param name="optionKind">
An <see cref="T:DevExpress.XtraPrinting.ExportOptionKind"/> enumeration value which specifies the export option whose visibility state is to be determined.
</param>
<returns><b>true</b> if the specified export option is visible; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Html">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to HTML format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which contains HTML export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Image">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to image.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which contains Image export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Mht">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to MHT format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which contains MHT export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.NativeFormat">
<summary>
<para>Provides access to the object, which contains settings for saving the <b>PrintingSystem</b> document in native format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.NativeFormatOptions"/> class instance, containing native format save settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Pdf">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to PDF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which contains PDF export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.PrintPreview">
<summary>
<para>Gets the settings used to specify how a document is exported from the Print Preview.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintPreviewOptions"/> object which contains Print Preview export settings.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.RestoreFromRegistry(System.String)">
<summary>
<para>Loads export options from the system registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.RestoreFromStream(System.IO.Stream)">
<summary>
<para>Loads export options from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object from which the export options are read.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.RestoreFromXml(System.String)">
<summary>
<para>Loads export options from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value specifying the XML file from which export options are read.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Rtf">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to RTF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which contains RTF export settings.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.SaveToRegistry(System.String)">
<summary>
<para>Saves the current export options to the registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the registry path in which to save the export options.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the current export options to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the export options are written.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.SaveToXml(System.String)">
<summary>
<para>Saves the current export options to an XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> specifying the path to the file in which the export options will be stored. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.SetOptionsVisibility(DevExpress.XtraPrinting.ExportOptionKind[],System.Boolean)">
<summary>
<para>Changes the visibility of the specified export options in the Print Preview.
</para>
</summary>
<param name="optionKinds">
An array of <see cref="T:DevExpress.XtraPrinting.ExportOptionKind"/> enumeration values specifying the export options whose visibility needs to be changed.
</param>
<param name="visible">
<b>true</b> to make the export options visible; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptions.SetOptionVisibility(DevExpress.XtraPrinting.ExportOptionKind,System.Boolean)">
<summary>
<para>Changes the visibility of the specified export option in the Print Preview.
</para>
</summary>
<param name="optionKind">
An <see cref="T:DevExpress.XtraPrinting.ExportOptionKind"/> enumeration value which specifies the export option whose visibility needs to be changed.
</param>
<param name="visible">
<b>true</b> to make the export option visible; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Text">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to Text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which contains Text export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Xls">
<summary>
<para>Gets the settings used to specify exporting parameters when a document is exported to XLS format.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which contains XLS export settings.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ExportOptions.Xlsx">
<summary>
<para>Gets the settings used to specify export parameters when a document is exported to XLSX format.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which contains XLSX export settings.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrinterSettingsUsing">
<summary>
<para>Represents options that specify which of the default printer's settings should be used when printing a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrinterSettingsUsing.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrinterSettingsUsing.#ctor(DevExpress.XtraPrinting.PrinterSettingsUsing)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> class with the specified values for its properties.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying the initial values for the class properties.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrinterSettingsUsing.#ctor(System.Boolean,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the PrinterSettingsUsing class with the specified margins, paper kind and landscape, using options.
</para>
</summary>
<param name="useMargins">
<b>true</b> to use the margin values of the default printer's settings; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UseMargins"/> property.
</param>
<param name="usePaperKind">
<b>true</b> to use the paper kind of the default printer's settings; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UsePaperKind"/> property.
</param>
<param name="useLandscape">
<b>true</b> to use the landscape values of the default printer's settings; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UseLandscape"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrinterSettingsUsing.AllSettingsUsed">
<summary>
<para>Gets a value indicating if all of the default printer settings are used when a document is printed.
</para>
</summary>
<value><b>true</b> if all of the default printer settings are used for printing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrinterSettingsUsing.AnySettingUsed">
<summary>
<para>Gets a value indicating if any of the default printer settings are used when printing a document.
</para>
</summary>
<value><b>true</b> if at least one of the default printer settings is used when printing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UseLandscape">
<summary>
<para>Gets or sets a value specifying whether the default printer's landscape option value is used when printing a document.
</para>
</summary>
<value><b>true</b> to use the landscape option of the default printer's settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UseMargins">
<summary>
<para>Gets or sets a value which specifies whether the default printer's margins value is used when printing a document.
</para>
</summary>
<value><b>true</b> to use the margin values of the default printer's settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrinterSettingsUsing.UsePaperKind">
<summary>
<para>Gets or sets a value indicating if the default printer's paper kind value is used when printing a document.
</para>
</summary>
<value><b>true</b> if the paper kind value of the default printer settings is used; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Drawing.Watermark">
<summary>
<para>A document's watermark.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.CopyFrom(DevExpress.XtraPrinting.Drawing.Watermark)">
<summary>
<para>Duplicates the properties of the specified watermark object into the current instance of the <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> class.
</para>
</summary>
<param name="watermark">
A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object whose properties are to be copied.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Watermark instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Watermark instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Watermark object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Drawing.Watermark.PageRange">
<summary>
<para>Gets or sets the range of pages which contain a watermark.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages which contain a watermark.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.RestoreFromRegistry(System.String)">
<summary>
<para>Loads a watermark's settings from the system registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.RestoreFromStream(System.IO.Stream)">
<summary>
<para>Loads a watermark's settings from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object from which the watermark's settings are read.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.RestoreFromXml(System.String)">
<summary>
<para>Loads a watermark's settings from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value specifying the XML file from which watermark settings are read.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.SaveToRegistry(System.String)">
<summary>
<para>Saves the current watermark to the registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the registry path at which to save the watermark.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the current watermark to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the watermark is written.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Drawing.Watermark.SaveToXml(System.String)">
<summary>
<para>Saves the current watermark to an XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.Drawing.ImageViewMode">
<summary>
<para>Specifies how an image is positioned within an image control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.ImageViewMode.Clip">
<summary>
<para>The image is placed in the upper-left corner of the image control. The image is clipped if it's larger than the image control which contains it.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.ImageViewMode.Stretch">
<summary>
<para>The image within the image control is stretched or shrunk, as appropriate, to fit the size of the image control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.ImageViewMode.Zoom">
<summary>
<para>The image is sized proportionally (without clipping), so that it best fits the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise, the closest fitting side (height or width) of the image will be sized to the control. The other side (height or width) of the image will be sized proportionally (leaving empty space).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Drawing.DirectionMode">
<summary>
<para>Specifies the incline of the <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/>'s text.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.DirectionMode.BackwardDiagonal">
<summary>
<para>Specifies an incline from upper left to lower right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.DirectionMode.ForwardDiagonal">
<summary>
<para>Specifies an incline from upper right to lower left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.DirectionMode.Horizontal">
<summary>
<para>Specifies an incline from left to right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Drawing.DirectionMode.Vertical">
<summary>
<para>Specifies an incline from top to bottom.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.CommandVisibility">
<summary>
<para>Specifies the visibility levels for the printing system commands.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.CommandVisibility.All">
<summary>
<para>Both the command's toolbar item and menu item are visible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.CommandVisibility.Menu">
<summary>
<para>Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.CommandVisibility.None">
<summary>
<para>Both the command's toolbar button and menu item are invisible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.CommandVisibility.Toolbar">
<summary>
<para>Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.XpsExportOptions">
<summary>
<para>Contains options which define how a document is exported to XPS format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XpsExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the XpsExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XpsExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the XpsExportOptions object passed as a parameter.
</para>
</summary>
<param name="source">
An XpsExportOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XpsExportOptions.Compression">
<summary>
<para>Gets or sets a value specifying the compression level of the XPS document.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XpsCompressionOption"/> enumeration level.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsExportOptions.DocumentOptions">
<summary>
<para>Gets the options to be embedded as Document Properties of the created XPS file.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XpsDocumentOptions"/> object which contains Document Properties options.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator">
<summary>
<para>Generates a GS1 (Data Matrix) barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.#ctor(DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator)">
<summary>
<para>Initializes a new instance of the DataMatrixGS1Generator class with the specified source.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.#ctor">
<summary>
<para>Initializes a new instance of the DataMatrixGS1Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.CompactionMode">
<summary>
<para>Specifies whether textual information or a byte array should be used as the barcode's data, as well as its encoding.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.FNC1Substitute">
<summary>
<para>Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the symbols to be replaced.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.HumanReadableText">
<summary>
<para>Specifies whether or not parentheses should be included in the barcode's text.
</para>
</summary>
<value><b>true</b> to insert parentheses into the barcode's printed text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGS1Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PdfSignatureOptions">
<summary>
<para>Used to apply an <b>X.509</b> certificate to the resulting PDF file, to digitally sign the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfSignatureOptions.#ctor">
<summary>
<para>Initializes a new instance of the PdfSignatureOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PdfSignatureOptions.Assign(DevExpress.XtraPrinting.PdfSignatureOptions)">
<summary>
<para>Copies all the settings from the PdfSignatureOptions object passed as the parameter.
</para>
</summary>
<param name="options">
An PdfSignatureOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PdfSignatureOptions.Certificate">
<summary>
<para>Specifies an <b>X.509</b> certificate of PdfSignatureOptions.
</para>
</summary>
<value>A <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfSignatureOptions.Clone">
<summary>
<para>Creates a copy of the current PdfSignatureOptions object.
</para>
</summary>
<returns>An PdfSignatureOptions object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfSignatureOptions.ContactInfo">
<summary>
<para>Specifies the contact information of the person in charge of the certificate.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PdfSignatureOptions.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current PdfSignatureOptions instance.
</para>
</summary>
<param name="obj">
A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance.
</param>
<returns><b>true</b> if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PdfSignatureOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current PdfSignatureOptions object.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PdfSignatureOptions.Location">
<summary>
<para>Specifies the certificate's location.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PdfSignatureOptions.Reason">
<summary>
<para>Specifies the reason for encrypting the file.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.TextExportMode">
<summary>
<para>Specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS (or XLSX) document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextExportMode.Text">
<summary>
<para>Exports all data fields to the XLS (or XLSX) file as strings, with the corresponding formatting embedded into those strings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextExportMode.Value">
<summary>
<para>Exports all data fields to the XLS (or XLSX) file using the same formatting as they have in the original document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BookmarkNodeCollection">
<summary>
<para>Represents a document map which contains a collection of all the bookmarks in a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BookmarkNodeCollection.Add(DevExpress.XtraPrinting.BookmarkNode)">
<summary>
<para>Adds the specified <see cref="T:DevExpress.XtraPrinting.BookmarkNode"/> object to the collection.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraPrinting.BookmarkNode"/> object to append to the collection.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNodeCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPrinting.BookmarkNode"/> object which represents the bookmark node at the specified position.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BookmarkNode">
<summary>
<para>Represents a bookmark shown in the report's document map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BookmarkNode.#ctor(System.String,DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> specifying the bookmark's text which will be shown in the document map. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Text"/> property.
</param>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick that the created bookmark will reference. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Brick"/> property.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page on which the brick is situated. Note that this parameter is required because a brick may be split across two pages. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Page"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BookmarkNode.#ctor(System.String,DevExpress.XtraPrinting.BrickPagePair)">
<summary>
<para>Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> specifying the bookmark's text which will be shown in the document map. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Text"/> property.
</param>
<param name="bpPair">
A <see cref="T:DevExpress.XtraPrinting.BrickPagePair"/> object representing the brick-page pair, associated with the current bookmark. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Pair"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BookmarkNode.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the BookmarkNode class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> specifying the bookmark's text which will be shown in the document map. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BookmarkNode.Text"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Brick">
<summary>
<para>Gets the brick which the current bookmark is associated with.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick which the current bookmark references.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Indices">
<summary>
<para>Gets a string value, which is intended for serialization of the bookmark's page index.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Nodes">
<summary>
<para>Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.IBookmarkNodeCollection"/> object representing the bookmarks which are shown as child bookmarks in a document map.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Page">
<summary>
<para>Gets the page which contains the brick for the current bookmark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page in the document which contains the brick for the current bookmark.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.PageIndex">
<summary>
<para>Gets an index of a page, which contains a bookmark's brick.
</para>
</summary>
<value>An integer value representing a page index.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Pair">
<summary>
<para>Provides access to the brick-page pair, associated with the current bookmark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickPagePair"/> object, representing a navigational brick-page pair.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BookmarkNode.Text">
<summary>
<para>Gets the text of a bookmark node.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the text shown for a bookmark in the document map.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XpsDocumentOptions">
<summary>
<para>Contains options which specify the <b>Document Properties</b> of the created XPS file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XpsDocumentOptions.#ctor">
<summary>
<para>Initializes a new instance of the XpsDocumentOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XpsDocumentOptions.Assign(DevExpress.XtraPrinting.XpsDocumentOptions)">
<summary>
<para>Copies all the settings from the XpsDocumentOptions object passed as a parameter.
</para>
</summary>
<param name="xpsDocumentOptions">
An XpsDocumentOptions object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Category">
<summary>
<para>Gets or sets the string to be added as a Category property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Category.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.XpsDocumentOptions.Clone">
<summary>
<para>Creates a copy of the current XpsDocumentOptions object.
</para>
</summary>
<returns>A XpsDocumentOptions object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Creator">
<summary>
<para>Gets or sets the string to be added as a Creator property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Creator.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Description">
<summary>
<para>Gets or sets the string to be added as a Description property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Description.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Keywords">
<summary>
<para>Gets or sets the string to be added as a Keywords property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores keywords.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Subject">
<summary>
<para>Gets or sets the string to be added as a Subject property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Subject.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Title">
<summary>
<para>Gets or sets the string to be added as a Title property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Title.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XpsDocumentOptions.Version">
<summary>
<para>Gets or sets the string to be added as a Version property of the resulting XPS file.
</para>
</summary>
<value>A <see cref="T:System.String"/> which stores a Version.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.XRBindingProxy">
<summary>
<para>For internal use. Contains an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/>'s description for passing it to a Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.XRBindingProxy.#ctor">
<summary>
<para>Initializes a new instance of the XRBindingProxy class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.XRBindingProxy.DataMember">
<summary>
<para>Specifies the report's data member.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.XRBindingProxy.DataSource">
<summary>
<para>Specifies the report's datasource.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.FieldInfo">
<summary>
<para>For internal use. Provides information about a Field List data item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.FieldInfo.#ctor">
<summary>
<para>Initializes a new instance of the FieldInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.FieldInfo.Binding">
<summary>
<para>Provides information about a Field List item's data bindings.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.XRBindingProxy"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.FieldInfo.Specifics">
<summary>
<para>Provides additional information about a Field List item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Browsing.Design.TypeSpecifics"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.Printing.Core.FieldListNodeSpecifics">
<summary>
<para>Lists the values specifying the information related to a Field List node.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Array">
<summary>
<para>The Array item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Bool">
<summary>
<para>The Boolean item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcBool">
<summary>
<para>The Boolean Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcDate">
<summary>
<para>The Date-Time Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcDefault">
<summary>
<para>The Default Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcFloat">
<summary>
<para>The Float Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcInteger">
<summary>
<para>The Integer Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.CalcString">
<summary>
<para>The String Calculated Field item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ControlCheckBox">
<summary>
<para>The CheckBox Control item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ControlLabel">
<summary>
<para>The Label Control item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ControlLine">
<summary>
<para>The Line Control item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ControlPictureBox">
<summary>
<para>The PictureBox Control item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ControlShape">
<summary>
<para>The Shape Control item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Date">
<summary>
<para>The Date item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Default">
<summary>
<para>The Default item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Float">
<summary>
<para>The Float item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.Integer">
<summary>
<para>The Integer item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.List">
<summary>
<para>The List item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ListOfParameters">
<summary>
<para>The List of Parameters item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.ListSource">
<summary>
<para>The List Datasource item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.None">
<summary>
<para>The None item kind.
</para>
</summary>
</member>
<member name="F:DevExpress.Printing.Core.FieldListNodeSpecifics.String">
<summary>
<para>The String item kind.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentExportArgs">
<summary>
<para>Stores the arguments required to export a document (its format and export options).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentExportArgs.#ctor">
<summary>
<para>Initializes a new instance of the DocumentExportArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentExportArgs.Format">
<summary>
<para>Specifies the document's export format.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ExportFormat"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DocumentExportArgs.SerializedExportOptions">
<summary>
<para>Specifies the export options of a document, serialized to a <see cref="T:System.Byte"/> array.
</para>
</summary>
<value>An array of <see cref="T:System.Byte"/> values.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportBuildArgs">
<summary>
<para>Stores the arguments required to create a report (its watermark and page settings, as well as parameters).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportBuildArgs.#ctor">
<summary>
<para>Initializes a new instance of the ReportBuildArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportBuildArgs.Parameters">
<summary>
<para>Specifies the report's parameters.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportBuildArgs.SerializedPageData">
<summary>
<para>Specifies the contents of a page, serialized to a <see cref="T:System.Byte"/> array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportBuildArgs.SerializedWatermark">
<summary>
<para>Specifies the watermark settings of a page, serialized to a <see cref="T:System.Byte"/> array.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility">
<summary>
<para>Lists the values that specify the compatibility mode of a document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility.HTML">
<summary>
<para>The document is HTML-compatible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility.Prnx">
<summary>
<para>The document is PRNX-compatible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility.Silverlight">
<summary>
<para>The document is Silverlight-compatible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ServiceModel.DataContracts.PageCompatibility.WPF">
<summary>
<para>The document is WPF-compatible.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.InstanceIdentity">
<summary>
<para>The report identifier.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Export.BrickViewData">
<summary>
<para>Defines the common properties representing the view data of a brick.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Export.BrickViewData.#ctor(DevExpress.XtraPrinting.BrickStyle,System.Drawing.RectangleF,DevExpress.XtraPrinting.Export.ITableCell)">
<summary>
<para>For internal use. Initializes a new instance of the BrickViewData class with the specified settings.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.RectangleF"/> structure.
</param>
<param name="tableCell">
An object implementing the <see cref="T:DevExpress.XtraPrinting.Export.ITableCell"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Export.BrickViewData.ApplyClipping(System.Drawing.Rectangle)">
<summary>
<para>Applies clipping to rectangle layout for brick drawing.
</para>
</summary>
<param name="clipBounds">
A <see cref="T:System.Drawing.Rectangle"/> structure, representing the rectangle to intersect with the rectangle of the current brick.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Bounds">
<summary>
<para>Gets or sets a rectangle object specifying the height, width and location of the brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.BoundsF">
<summary>
<para>Gets or sets a rectangle object specifying the height, width and location of the brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Height">
<summary>
<para>Gets or sets the height of the brick.
</para>
</summary>
<value>An integer value representing the height of the brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Left">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.OriginalBounds">
<summary>
<para>Gets the original bounds of the brick view data.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.OriginalBoundsF">
<summary>
<para>Gets the original bounds of the brick view data.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Style">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> instance used to render a brick in an appropriate format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> instance to render a brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.TableCell">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Top">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.BrickViewData.Width">
<summary>
<para>Gets or sets the width of the brick.
</para>
</summary>
<value>An integer value representing the width of the brick.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.LineBrick">
<summary>
<para>A brick containing a line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LineBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the LineBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LineBrick.#ctor">
<summary>
<para>Initializes a new instance of the LineBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Line".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LineBrick.Clone">
<summary>
<para>Creates a new LineBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new LineBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.ForeColor">
<summary>
<para>Gets or sets the color of the line displayed in the current line brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the line.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.HtmlLineDirection">
<summary>
<para>Gets or sets the line direction in HTML output.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.HtmlLineDirection"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.LineDirection">
<summary>
<para>Gets or sets the line direction.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.LineDirection"/> enumeration value, which determines the current line direction.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.LineStyle">
<summary>
<para>Gets or sets the style used for a dashed line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Drawing2D.DashStyle"/> enumeration value that represents the style used for a dashed line.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.LineWidth">
<summary>
<para>Gets or sets the width of the line displayed in the line brick.
</para>
</summary>
<value>An integer value representing the width of the line.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.NoClip">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickBase.NoClip"/> property to change its return value.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.LineBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.LookUpValueCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraReports.Parameters.LookUpValue"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValueCollection.#ctor">
<summary>
<para>Initializes a new instance of the LookUpValueCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValueCollection.AddRange(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Appends an array of look-up values to the collection.
</para>
</summary>
<param name="values">
An array of <see cref="T:DevExpress.XtraReports.Parameters.LookUpValue"/> objects to append to the collection.
</param>
</member>
<member name="T:DevExpress.XtraReports.Parameters.LookUpValue">
<summary>
<para>A parameter's value that is shown in its look-up editor for end-users.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValue.#ctor">
<summary>
<para>Initializes a new instance of the LookUpValue class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValue.#ctor(System.Object,System.String)">
<summary>
<para>Initializes a new instance of the LookUpValue class with the specified settings.
</para>
</summary>
<param name="value">
A <see cref="T:System.Object"/> value.
</param>
<param name="description">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="P:DevExpress.XtraReports.Parameters.LookUpValue.Description">
<summary>
<para>Specifies the parameter value description.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="F:DevExpress.XtraReports.Parameters.LookUpValue.DescriptionPropertyName">
<summary>
<para>"<b>Description</b>"
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValue.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current LookUpValue instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current LookUpValue instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpValue.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current LookUpValue object.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Parameters.LookUpValue.Value">
<summary>
<para>Specifies the parameter value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="F:DevExpress.XtraReports.Parameters.LookUpValue.ValuePropertyName">
<summary>
<para>"<b>Value</b>"
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraReports.Parameters.LookUpHelper">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.LookUpHelper.GetLookUpValues(DevExpress.XtraReports.Parameters.LookUpSettings,DevExpress.Data.Browsing.DataContext)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="lookUpSettings">
A <see cref="T:DevExpress.XtraReports.Parameters.LookUpSettings"/> object.
</param>
<param name="dataContext">
A DevExpress.Data.Browsing.DataContext object.
</param>
<returns>A <see cref="T:DevExpress.XtraReports.Parameters.LookUpValueCollection"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings">
<summary>
<para>Provides the look-up editor settings for report parameters that are bound to a datasource.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.#ctor">
<summary>
<para>Initializes a new instance of the DynamicListLookUpSettings class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.DataAdapter">
<summary>
<para>Specifies the data adapter for the report parameter.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.DataMember">
<summary>
<para>Specifies the data member name for the report parameter.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.DataSource">
<summary>
<para>Specifies the data source for the report parameter.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.DisplayMember">
<summary>
<para>Specifies the data member for the report parameter's display name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.DynamicListLookUpSettings.ValueMember">
<summary>
<para>Specifies the data member for the report parameter's value.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.StaticListLookUpSettings">
<summary>
<para>Provides the look-up editor settings for report parameters that are not bound to a datasource.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.StaticListLookUpSettings.#ctor">
<summary>
<para>Initializes a new instance of the StaticListLookUpSettings class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.StaticListLookUpSettings.LookUpValues">
<summary>
<para>Provides access to the list of static values for the report parameter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.LookUpValueCollection"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.LookUpSettings">
<summary>
<para>The base class for classes that provide the look-up editor settings for report parameters.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.LookUpSettings.ObjectType">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.LookUpSettings.Parameter">
<summary>
<para>Specifies the report parameter, with which the LookUpSettings object is associated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.IntelligentMailGenerator">
<summary>
<para>Generates an How to: Add Barcode of Intelligent Mail Type to Report barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.IntelligentMailGenerator.#ctor">
<summary>
<para>Initializes a new instance of the IntelligentMailGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IntelligentMailGenerator.CalcCheckSum">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IntelligentMailGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.IntelligentMailGenerator.Update(System.String,System.Byte[])">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="text">
[To be supplied]
</param>
<param name="binaryData">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PrintDocumentEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintDocumentEventArgs.PrintDocument">
<summary>
<para>Gets the object that sends the document's output to a printer.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PrintDocument"/> object representing the printing settings of the document.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XtraPageSettingsBase">
<summary>
<para>Represents the class containing properties responsible for report printing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.ApplyPageSettings(DevExpress.XtraPrinting.XtraPageSettingsBase,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Drawing.Printing.Margins,System.Drawing.Printing.Margins,System.Boolean)">
<summary>
<para>Applies the defined page settings.
</para>
</summary>
<param name="pageSettings">
Current page settings.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</param>
<param name="customPaperSize">
A <see cref="T:System.Drawing.Size"/> value which represents the size of a custom paper.
</param>
<param name="margins">
A <see cref="T:System.Drawing.Printing.Margins"/> object representing the margins (in hundredths of an inch) of a report page.
</param>
<param name="minMargins">
A <see cref="T:System.Drawing.Printing.Margins"/> object representing the minimum margins.
</param>
<param name="landscape">
<b>true</b> if the page orientation is landscape; otherwise, <b>false</b>.
</param>
<returns><b>true</b> to apply page settings; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Boolean)">
<summary>
<para>Assigns the page margins, minimum margins, paper kind 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
</param>
<param name="minMargins">
A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the minimum value of the document margins.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> value which specifies one of the standard paper sizes.
</param>
<param name="pageSize">
A <see cref="T:System.Drawing.Size"/> object which specifies the paper size of the document pages.
</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.XtraPageSettingsBase.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Boolean)">
<summary>
<para>Assigns the page margins, paper kind, paper size 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="paperSize">
A <see cref="T:System.Drawing.Size"/> object which specifies the size of the document's pages.
landscape
</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.XtraPageSettingsBase.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.Boolean)">
<summary>
<para>Assigns the page margins, paper kind and page orientation of a document, simultaneously.
</para>
</summary>
<param name="margins">
A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the page 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="landscape">
<b>true</b> to print a page in landscape orientation; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.Assign(System.Drawing.Printing.PageSettings,System.Drawing.Printing.Margins)">
<summary>
<para>Assigns the specified page settings with the specified minimum margins.
</para>
</summary>
<param name="pageSettings">
A <see cref="T:System.Drawing.Printing.PageSettings"/> object providing the page settings.
</param>
<param name="minMargins">
A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the minimum value of the document margins.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Boolean,System.String)">
<summary>
<para>Assigns the page margins, minimum margins, paper kind 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="minMargins">
A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the minimum value of the document margins.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> value which specifies one of the standard paper sizes.
</param>
<param name="pageSize">
A <see cref="T:System.Drawing.Size"/> object which specifies the paper size of the document pages.
</param>
<param name="landscape">
<b>true</b> to print a page in landscape orientation; otherwise, <b>false</b>.
</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>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.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.XtraPageSettingsBase.AssignDefaultPageSettings">
<summary>
<para>Assigns the default page settings to a report document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.AssignPrinterSettings(System.String,System.String,DevExpress.XtraPrinting.PrinterSettingsUsing)">
<summary>
<para>Assigns the printer settings to the current page settings according to the specified <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> value.
</para>
</summary>
<param name="printerName">
A <see cref="T:System.String"/> value which specifies the name of the printer.
</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="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.XtraPageSettingsBase.BottomMargin">
<summary>
<para>Gets or sets the bottom page margin.
</para>
</summary>
<value>The bottom page margin, in hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.Bounds">
<summary>
<para>Gets the bounds of a report page, taking into account the page orientation specified by the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.Landscape"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> that represents page length and width (in hundredths of an inch).
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.DefaultMargins">
<summary>
<para>Specifies the default margins for a report's pages.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object representing the default margins (in hundredths of an inch) of a report page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.DefaultMinMargins">
<summary>
<para>Specifies the default minimum margins for a report's pages.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object representing the minimum margins (in hundredths of an inch) of a report page.
</value>
</member>
<member name="F:DevExpress.XtraPrinting.XtraPageSettingsBase.DefaultPaperKind">
<summary>
<para>Represents the default paper type (<see cref="T:System.Drawing.Printing.PaperKind.Letter"/>) used in a report.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.XtraPageSettingsBase.Dispose">
<summary>
<para>Disposes of the XtraPageSettingsBase object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.Landscape">
<summary>
<para>Gets or sets a value indicating whether the page orientation is landscape.
</para>
</summary>
<value><b>true</b> if the page orientation is landscape; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.LeftMargin">
<summary>
<para>Gets or sets the left page margin.
</para>
</summary>
<value>The left page margin, in hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.Margins">
<summary>
<para>Gets the margins of a report page.
</para>
</summary>
<value>The margins (in hundredths of an inch) of a report page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.MarginsF">
<summary>
<para>Gets the margins of a report page measured in three hundredths of an inch.
</para>
</summary>
<value>The margins (measured in <b>1/300</b> of an inch) of a report page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.MinMargins">
<summary>
<para>Gets the minimum size allowed for a report's margins.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object which represents the minimum margin size allowable (in hundredths of an inch) for a report page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PaperKind">
<summary>
<para>Gets or sets the type of paper for the document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PaperName">
<summary>
<para>Gets or sets the name of the custom paper used in the printer to be used in printing the document.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the name of the paper.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PrinterName">
<summary>
<para>Gets or sets the name of the printer to use when printing the document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the name of the printer to use.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.RightMargin">
<summary>
<para>Gets or sets the right page margin.
</para>
</summary>
<value>The right page margin, in hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.TopMargin">
<summary>
<para>Gets or sets the top page margin.
</para>
</summary>
<value>The top page margin, in hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.UsablePageRect">
<summary>
<para>Gets the rectangle on the page (in hundredths of an inch) that can contain data.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object representing the rectangle on a page which can contain data.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.UsablePageSize">
<summary>
<para>Gets the width and height (in hundredths of an inch) of the page region that can contain data.
</para>
</summary>
<value>The width and height (in hundredths of an inch) of the page region that can contain data.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XtraPageSettingsBase.UsablePageSizeInPixels">
<summary>
<para>Gets the width and height (in pixels) of the page region that can contain data.
</para>
</summary>
<value>The width and height (in pixels) of the page region that can contain data.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XlsExportOptionsBase">
<summary>
<para>Represents the base class for objects which define export options specific to XLS and XLSX formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the XlsExportOptionsBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptionsBase.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode and grid lines settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptionsBase.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
<param name="exportHyperlinks">
<b>true</b> to export hyperlinks; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptionsBase.#ctor(DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsExportOptionsBase.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object passed as a parameter.
</para>
</summary>
<param name="source">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <b>System.ArgumentNullException</b> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks">
<summary>
<para>Gets or sets a value indicating whether hyperlinks should be exported to XLS.
</para>
</summary>
<value><b>true</b> to export hyperlinks; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptionsBase.RawDataMode">
<summary>
<para>Enables the export mode, which when used exports only a report's actual data to XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings).
</para>
</summary>
<value><b>true</b> to enable the raw data export mode; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptionsBase.SheetName">
<summary>
<para>Gets or sets a name of the sheet in the created XLS file, to which a document is exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the sheet name set in the resulting XLS file.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines">
<summary>
<para>Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file.
</para>
</summary>
<value><b>true</b> to show the grid lines in the resulting XLS file; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsExportOptionsBase.TextExportMode">
<summary>
<para>Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> enumeration value, specifying the text export mode in the resulting XLS document.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrintingSystemBase">
<summary>
<para>Implements the basic printing functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new PrintingSystemBase class instance and adds it to the form's container.
</para>
</summary>
<param name="container">
An <b>IContainer</b> that contains an <b>XtraPrintingSystemBase</b> component, if any.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.#ctor">
<summary>
<para>Initializes a new instance of the PrintingSystemBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.AddCommandHandler(DevExpress.XtraPrinting.ICommandHandler)">
<summary>
<para>Adds the specified command handler to the command handlers list for one or several of the printing system commands (listed in the <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration).
</para>
</summary>
<param name="handler">
An object implementing the <see cref="T:DevExpress.XtraPrinting.ICommandHandler"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.
</param>
<param name="promote">
<b>true</b> if this service should be added to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
<param name="promote">
<b>true</b> if this service should be added to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.AddService(System.Type,System.Object)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service to add. This object must implement or inherit from the type indicated by the <i>serviceType </i>parameter.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.
</param>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterBuildPages">
<summary>
<para>For internal use. Occurs after all document pages have been created.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterChange">
<summary>
<para>Occurs on raising any <b>PrintingSystem</b> event that does not have the "Before" prefix in its name.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterMarginsChange">
<summary>
<para>Occurs when page margins change.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint">
<summary>
<para>Occurs after a specific page has been painted in a Print Preview.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePrint">
<summary>
<para>Occurs after every time any page of the printing system's <see cref="T:DevExpress.XtraPrinting.Document"/> is printed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeBuildPages">
<summary>
<para>For internal use. Occurs before document pages are created.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeChange">
<summary>
<para>Occurs on raising any <b>PrintingSystem</b> event that has the "Before" prefix in its name.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeMarginsChange">
<summary>
<para>Occurs when page margins are about to change.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint">
<summary>
<para>Occurs before a specific page has been painted in a Print Preview.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.Begin">
<summary>
<para>Indicates that report generation has started.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.BeginSubreport(System.Drawing.PointF)">
<summary>
<para>Must be called before subreport creation.
</para>
</summary>
<param name="offset">
The distance between the current subreport and the previously created item.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.Cancel">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.CancelPending">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ClearContent">
<summary>
<para>Clears the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.ContinuousPageNumbering">
<summary>
<para>Gets or sets a value indicating whether pages should be renumbered following reordering in the <see cref="P:DevExpress.XtraPrinting.PrintingSystemBase.Pages"/> collection.
</para>
</summary>
<value><b>true</b> to renumber pages; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.CreateBrick(System.String)">
<summary>
<para>Creates a specific brick type.
</para>
</summary>
<param name="typeName">
The type of created brick.
</param>
<returns>The created brick.
</returns>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.CreateDocumentException">
<summary>
<para>Occurs when any exception is raised during document creation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.CreatePage">
<summary>
<para>Creates a new empty page using the current printing system's page settings.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.Page"/> object which represents a new empty page.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.Document">
<summary>
<para>Gets the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Document"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.EnableCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Boolean)">
<summary>
<para>Enables the specified printing system command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.
</param>
<param name="enabled">
<b>true</b> to enable the command; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.End">
<summary>
<para>Finishes a report's generation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.End(System.Boolean)">
<summary>
<para>Finishes a report's generation.
</para>
</summary>
<param name="buildPagesInBackground">
<b>true</b> to generate the report document in the background thread; otherwise <b>false</b>.
</param>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.EndPrint">
<summary>
<para>Occurs after the printing system's document is printed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.EndSubreport">
<summary>
<para>Signals that subreport creation is completed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Executes the specified printing system command.
</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.PrintingSystemBase.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="P:DevExpress.XtraPrinting.PrintingSystemBase.ExportDefault">
<summary>
<para>Gets or sets the command to be executed as the default to export the current report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.ExportOptions">
<summary>
<para>Gets the settings used to specify export parameters when exporting a printing system's document.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> object which contains the export settings for a printing system's document.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a document to the specified file path in CSV format using the defined CSV-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToCsv(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in CSV format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a document to the specified stream in CSV format using the defined CSV-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToCsv(System.String)">
<summary>
<para>Exports a document to the specified file path in CSV format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a document to the specified file path in HTML format using the defined HTML-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToHtml(System.String)">
<summary>
<para>Exports a document to the specified file path in HTML format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a document to the specified stream in HTML format using the defined HTML-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in HTML format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a document to the specified stream in Image format using the defined Image-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in Image format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Exports a document to the specified stream in the specified Image format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> object which specifies the image format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a document to the specified file path in Image format using the defined Image-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.String)">
<summary>
<para>Exports a document to the specified file path in Image format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Exports a document to the specified file path using the specified image format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> object which specifies the image format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToMht(System.String)">
<summary>
<para>Exports a document to the specified file path in MHT format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a document to the specified stream in MHT format using the defined MHT-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToMht(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in MHT format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a document to the specified file path in MHT format using the defined MHT-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports a document to the specified file path in PDF format using the defined PDF-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToPdf(System.String)">
<summary>
<para>Exports a document to the specified file path in PDF format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in PDF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports a document to the specified stream in PDF format using the defined PDF-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToRtf(System.String)">
<summary>
<para>Exports a document to the specified file path in RTF format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified file path in RTF format using the defined RTF-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/>, which specifies the file name (including the full path) for the created RTF file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, representing options, which define how a document is exported to RTF format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified stream in RTF format using the defined RTF-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> to which the created RTF file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, representing options, which define how a document is exported to RTF format.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in RTF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a document to the specified file path in Text format using the defined Text-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a document to the specified stream in Text format using the defined Text-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToText(System.IO.Stream)">
<summary>
<para>Exports a document to the specified stream in Text format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToText(System.String)">
<summary>
<para>Exports a document to the specified file path in Text format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified stream in XLS format using the defined XLS-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXls(System.String)">
<summary>
<para>Exports a report to the specified file path in XLS format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLS format using the defined XLS-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLS format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified stream in XLSX format using the defined XLSX-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXlsx(System.String)">
<summary>
<para>Exports a report to the specified file path in XLSX format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLSX format using the defined XLSX-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLSX format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
<summary>
<para>Exports a document to the specified stream in XPS format using the specified XPS-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XPS file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object which specifies the XPS export options to be applied when a document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
<summary>
<para>Exports a report to the specified file path in XPS format using the specified XPS-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XPS file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object which specifies the XPS export options to be applied when a report is exported.
</param>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.FillEmptySpace">
<summary>
<para>Fires after page rendering if a gap remains between the rendered areas.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.GetCommandVisibility(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Gets the current visibility of the specified printing system command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.CommandVisibility"/> enumeration value which represents the visibility of the specified command.
</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command whose visibility is to be determined.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.GetIntersectedBricks">
<summary>
<para>Gets the intersecting bricks within the document.
</para>
</summary>
<returns>A collection of intersecting <see cref="T:DevExpress.XtraPrinting.Brick"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.Graph">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object used for drawing in the current report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.HighlightIntersectedBricks(System.Drawing.Color)">
<summary>
<para>Highlights the intersecting bricks within the document.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> to paint the intersecting bricks.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.InsertPageBreak(System.Single)">
<summary>
<para>Inserts a page break at a specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:System.Single"/> value which specified the position to insert a page break.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.InsertPageBreak(System.Single,System.Drawing.Printing.Margins,System.Nullable`1,System.Drawing.Size,System.Nullable`1)">
<summary>
<para>Inserts a page break at a specified position, with the specified settings for the subsequent page.
</para>
</summary>
<param name="pos">
A <see cref="T:System.Single"/> value which specifies the position to insert a page break.
</param>
<param name="margins">
A <see cref="T:System.Drawing.Printing.Margins"/> object.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</param>
<param name="pageSize">
A <see cref="T:System.Drawing.Size"/> structure.
</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.PrintingSystemBase.LoadDocument(System.String)">
<summary>
<para>Loads a document from a file in a native XML format (PRNX).
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/>, which specifies the file name (including the full path) of the PRNX file to be loaded.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.LoadDocument(System.IO.Stream)">
<summary>
<para>Loads a document from a <see cref="T:System.IO.Stream"/> object, containing data in a native XML format (PRNX).
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object containing PRNX data.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.Lock">
<summary>
<para>Prevents the document from being modified.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.MarkBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Draws a selection rectangle around the specified brick located on the specified page.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick around which a selection rectangle will be drawn.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be selected.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.PageBounds">
<summary>
<para>Gets the bounds of a report page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> that represents page length and width (in hundredths of an inch).
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.PageCount">
<summary>
<para>Gets the number of document pages.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.PageInsertComplete">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.PageMargins">
<summary>
<para>Gets the current page margin settings.
</para>
</summary>
<value>The current page margin.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.Pages">
<summary>
<para>Provides access to a collection of pages generated for this printing system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageList"/> object which represents a collection of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.PageSettings">
<summary>
<para>Gets the current page settings.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XtraPageSettingsBase"/> object containing the current page settings.
</value>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.PageSettingsChanged">
<summary>
<para>Occurs when page settings change.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress">
<summary>
<para>Occurs before sending every document page to a printer to indicate the current printing progress.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.ProcessBricks">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.ProgressReflector">
<summary>
<para>Provides access to the object that reflects the current state of a document's generating or exporting.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ProgressReflector"/> object which is intended to track the process of a document's creation.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.RemoveCommandHandler(DevExpress.XtraPrinting.ICommandHandler)">
<summary>
<para>Removes the existing command handler for one or several of the printing system commands (listed in the <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration).
</para>
</summary>
<param name="handler">
An object implementing the <see cref="T:DevExpress.XtraPrinting.ICommandHandler"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.RemoveService(System.Type)">
<summary>
<para>Removes the specified service type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.RemoveService(System.Type,System.Boolean)">
<summary>
<para>Removes the specified service type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
<param name="promote">
<b>true</b> if this service should be removed from any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.ResetProgressReflector">
<summary>
<para>Resets all settings of the printing system's <see cref="P:DevExpress.XtraPrinting.PrintingSystemBase.ProgressReflector"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SaveDocument(System.IO.Stream)">
<summary>
<para>Saves a document to a <see cref="T:System.IO.Stream"/> object in a native XML format (PRNX).
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PRNX file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SaveDocument(System.String,DevExpress.XtraPrinting.NativeFormatOptions)">
<summary>
<para>Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PRNX file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.NativeFormatOptions"/> object which specifies the PRNX-specific options to be applied when a document is saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SaveDocument(System.String)">
<summary>
<para>Saves a document to the specified file path in a native XML format (PRNX).
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PRNX file.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SaveDocument(System.IO.Stream,DevExpress.XtraPrinting.NativeFormatOptions)">
<summary>
<para>Saves a document to a <see cref="T:System.IO.Stream"/> object in a native XML format (PRNX) using the specified PRNX-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created PRNX file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.NativeFormatOptions"/> object which specifies the PRNX-specific options to be applied when a document is saved.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.SendDefault">
<summary>
<para>Gets or sets the command to be executed as the default, to export and send the current report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration member.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SetCommandVisibility(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.CommandVisibility)">
<summary>
<para>Changes the visibility of the specified printing system command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command whose visibility needs to be changed.
</param>
<param name="visibility">
A <see cref="T:DevExpress.XtraPrinting.CommandVisibility"/> enumeration value which specifies the new visibility state for the commands.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.SetCommandVisibility(DevExpress.XtraPrinting.PrintingSystemCommand[],DevExpress.XtraPrinting.CommandVisibility)">
<summary>
<para>Changes the visibility of the specified printing system command.
</para>
</summary>
<param name="commands">
An array of <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration values which specify the commands whose visibility needs to be changed.
</param>
<param name="visibility">
A <see cref="T:DevExpress.XtraPrinting.CommandVisibility"/> enumeration value which specifies the new visibility state for the commands.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.ShowMarginsWarning">
<summary>
<para>Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area.
</para>
</summary>
<value><b>true</b> to show the margins warning dialog; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.ShowPrintStatusDialog">
<summary>
<para>Gets or sets a value specifying whether a print status dialog is shown when a document is printed.
</para>
</summary>
<value><b>true</b> to show the print status dialog; otherwise <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraPrinting.PrintingSystemBase.StartPrint">
<summary>
<para>Occurs before the printing system's document is printed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.Unlock">
<summary>
<para>Unlocks a previously locked document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintingSystemBase.UnmarkBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Removes a selection rectangle which was previously drawn around the specified brick using the <see cref="M:DevExpress.XtraPrinting.PrintingSystemBase.MarkBrick"/> method.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick which should be deselected.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PrintingSystemBase.Watermark">
<summary>
<para>Gets the document's watermark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object specifying the document's watermark.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel">
<summary>
<para>Specifies the amount of redundancy built into the coding of the PDF417 barcode to compensate for calculation errors.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level0">
<summary>
<para>Identifies the zero error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level1">
<summary>
<para>Identifies the first error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level2">
<summary>
<para>Identifies the second error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level3">
<summary>
<para>Identifies the third error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level4">
<summary>
<para>Identifies the fourth error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level5">
<summary>
<para>Identifies the fifth error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level6">
<summary>
<para>Identifies the sixth error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level7">
<summary>
<para>Identifies the seventh error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel.Level8">
<summary>
<para>Identifies the eighth error correction level of the PDF417 barcode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.PDF417CompactionMode">
<summary>
<para>Specifies the kind of data that should be coded into the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.PDF417CompactionMode.Binary">
<summary>
<para>Specifies that the byte array should be coded into the PDF417 barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.PDF417CompactionMode.Text">
<summary>
<para>Specifies that the textual information should be coded into the PDF417 barcode.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.PDF417Generator">
<summary>
<para>Generates a PDF417 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.PDF417Generator.#ctor(DevExpress.XtraPrinting.BarCode.PDF417Generator)">
<summary>
<para>Initializes a new instance of the PDF417Generator class with the specified source.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.BarCode.PDF417Generator"/> object, which represents the source used to generate a PDF417 barcode.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.PDF417Generator.#ctor">
<summary>
<para>Initializes a new instance of the PDF417Generator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.Columns">
<summary>
<para>Gets or sets the number of barcode columns, which allows control of the logic width of the barcode.
</para>
</summary>
<value>An integer, specifying the logic width of the barcode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.CompactionMode">
<summary>
<para>Gets or sets whether textual information or a byte array should be used as the barcode's data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.PDF417CompactionMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.ErrorCorrectionLevel">
<summary>
<para>Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.BarCode.ErrorCorrectionLevel"/> enumeration value, specifying the error correction level.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.Rows">
<summary>
<para>Gets or sets the number of barcode rows, which allows control of the logic height of the barcode.
</para>
</summary>
<value>An integer, specifying the logic height of the barcode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.TruncateSymbol">
<summary>
<para>Gets or sets whether the special end-symbol should be appended to the barcode.
</para>
</summary>
<value><b>true</b> if the end symbol should be appended; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.PDF417Generator.YToXRatio">
<summary>
<para>Gets or sets the height-to-width ratio of a logical unit's graphic representation.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the height-to-width ratio of a logical unit's graphic representation.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XlsxExportOptions">
<summary>
<para>Contains options which define how a document is exported to XLSX format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsxExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the XlsxExportOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.XlsxExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLSX file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsxExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the XlsxExportOptions class with the specified text export mode.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsxExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the XlsxExportOptions class with the specified text export mode, grid lines and hyperlink settings.
</para>
</summary>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object, which specifies a format in which data values should be saved.
</param>
<param name="showGridLines">
<b>true</b> to show the grid lines in the resulting XLSX file; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ShowGridLines"/> property.
</param>
<param name="exportHyperlinks">
<b>true</b> to export hyperlinks; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XlsExportOptionsBase.ExportHyperlinks"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.XlsxExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object passed as a parameter.
</para>
</summary>
<param name="source">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object (which is the <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <b>System.ArgumentNullException</b> will be thrown.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.XlsxExportOptions.ExportMode">
<summary>
<para>Specifies whether the document should be exported to a single XLSX file or different XLSX files, page-by-page, or not.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.XlsxExportMode"/> enumeration value, representing the XLSX export mode.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.XlsxExportOptions.PageRange">
<summary>
<para>Gets or sets the range of pages to be exported.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the range of pages.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.XlsxExportMode">
<summary>
<para>Specifies the XLSX export mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XlsxExportMode.DifferentFiles">
<summary>
<para>A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XlsxExportMode.SingleFile">
<summary>
<para>A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.XlsxExportMode.SingleFilePageByPage">
<summary>
<para>A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation">
<summary>
<para>For internal use. Contains information about a datasource.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation.#ctor">
<summary>
<para>Initializes a new instance of the DataSourceInformation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current DataSourceInformation instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DataSourceInformation instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DataSourceInformation object.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation.Id">
<summary>
<para>Specifies a datasource ID.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId"/> object, identifying the datacource.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceInformation.Specifics">
<summary>
<para>Specifies which data types are supported by datasource members.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Browsing.Design.TypeSpecifics"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId">
<summary>
<para>Identifies a report editing session for a Silverlight Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.#ctor">
<summary>
<para>Initializes a new instance of the ReportSessionId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ReportSessionId class with the specified value.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current ReportSessionId instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current ReportSessionId instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.GenerateNew">
<summary>
<para>For internal use. Generates a new report session with a unique ID.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current ReportSessionId object.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId.Value">
<summary>
<para>Specifies the report session ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrintingLinks.CompositeLinkBase">
<summary>
<para>The base class for classes that provide the composite link functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the CompositeLinkBase class with the specified Printing System.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.CompositeLinkBase.PrintingSystemBase"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLinkBase.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the CompositeLinkBase 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 CompositeLinkBase class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the CompositeLinkBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLinkBase.BreakSpace">
<summary>
<para>Specifies the indent between the printed content of individual links.
</para>
</summary>
<value>An integer value, specifying the blank space between the links' content.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.CompositeLinkBase.CreatePageForEachLink">
<summary>
<para>Used to export each link contained in the Composite Link to a separate page.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLinkBase.Links">
<summary>
<para>Gets a collection of links of a CompositeLinkBase object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.LinkCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.CompositeLinkBase.PrintingSystemBase">
<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="T:DevExpress.XtraPrinting.PagePaintEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PagePaintEventArgs.Graphics">
<summary>
<para>Provides access to the graphics object on which the <see cref="P:DevExpress.XtraPrinting.PagePaintEventArgs.Page"/> is painted.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraPrinting.IGraphics"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PagePaintEventArgs.Page">
<summary>
<para>Provides access to the page for which the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint"/> or <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint"/> event is raised.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PagePaintEventArgs.PageRectangle">
<summary>
<para>Returns the bounds (size and location) of the page for which the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint"/> or <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint"/> event is raised.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPrintingLinks.TreeViewLinkBase">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLink"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the TreeViewLinkBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the TreeViewLinkBase class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.TreeViewLink.PrintingSystem"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed by the link.
</para>
</summary>
<value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.TreeView"/> type.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Windows.Forms.TreeView"/> object to be printed by this link.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.TreeViewLinkBase.TreeView">
<summary>
<para>Gets or sets a <see cref="T:System.Windows.Forms.TreeView"/> object to be printed via the current link.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.TreeView"/> object to be printed.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PageHeaderArea">
<summary>
<para>Represents the object that specifies information to be displayed in a page header area.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageHeaderArea.#ctor">
<summary>
<para>Initializes a new instance of the PageHeaderArea class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageHeaderArea.#ctor(System.String[],System.Drawing.Font,DevExpress.XtraPrinting.BrickAlignment)">
<summary>
<para>Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment.
</para>
</summary>
<param name="content">
An array of <see cref="T:System.String"/> values, representing content strings. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Content"/> property.
</param>
<param name="font">
A <see cref="T:System.Drawing.Font"/> value, which is used to draw the page area's text. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Font"/> property.
</param>
<param name="lineAligment">
A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration value specifying the content alignment. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.LineAlignment"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PageFooterArea">
<summary>
<para>Represents the object that specifies information to be displayed in a page footer area.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageFooterArea.#ctor">
<summary>
<para>Initializes a new instance of the PageFooterArea class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageFooterArea.#ctor(System.String[],System.Drawing.Font,DevExpress.XtraPrinting.BrickAlignment)">
<summary>
<para>Initializes a new instance of the PageFooterArea class with the specified content, font and line alignment.
</para>
</summary>
<param name="content">
An array of <see cref="T:System.String"/> values, representing content strings. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Content"/> property.
</param>
<param name="font">
A <see cref="T:System.Drawing.Font"/> value, which is used to draw the page area's text. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Font"/> property.
</param>
<param name="lineAligment">
A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration value specifying the content alignment. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.LineAlignment"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PageArea">
<summary>
<para>Serves as the base for classes that specify information to be displayed in page header and page footer areas.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageArea.#ctor">
<summary>
<para>Initializes a new instance of the PageArea class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageArea.#ctor(System.String[],System.Drawing.Font,DevExpress.XtraPrinting.BrickAlignment)">
<summary>
<para>Initializes a new instance of the PageArea class with the specified content, font and line alignment.
</para>
</summary>
<param name="content">
An array of <see cref="T:System.String"/> values, representing content strings. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Content"/> property.
</param>
<param name="font">
A <see cref="T:System.Drawing.Font"/> value, which is used to draw the page area's text. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.Font"/> property.
</param>
<param name="lineAligment">
A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration value specifying the content alignment. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageArea.LineAlignment"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageArea.Content">
<summary>
<para>Provides access to a collection of strings, representing the content of a page header or page footer.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.StringCollection"/> object, containing content strings.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageArea.CreateArea(DevExpress.XtraPrinting.BrickGraphics,System.Drawing.Image[])">
<summary>
<para>Creates the page area using the specified brick graphics and image collection.
</para>
</summary>
<param name="graph">
A <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</param>
<param name="images">
An array of <see cref="T:System.Drawing.Image"/> objects.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageArea.Font">
<summary>
<para>Gets or sets the font used to draw the page area's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text's format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageArea.LineAlignment">
<summary>
<para>Gets or sets a value specifying which edge (top, center or bottom) of the page area its content should be aligned.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration value specifying the content alignment.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageArea.ShouldSerialize">
<summary>
<para>Tests whether the PageArea object should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.PageHeaderFooter">
<summary>
<para>Represents the object, containing information about the page header and page footer areas.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageHeaderFooter.#ctor">
<summary>
<para>Initializes a new instance of the PageHeaderFooter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageHeaderFooter.#ctor(DevExpress.XtraPrinting.PageHeaderArea,DevExpress.XtraPrinting.PageFooterArea)">
<summary>
<para>Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer.
</para>
</summary>
<param name="pageHeader">
A <see cref="T:DevExpress.XtraPrinting.PageHeaderArea"/> object representing the page header. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageHeaderFooter.Header"/> property.
</param>
<param name="pageFooter">
A <see cref="T:DevExpress.XtraPrinting.PageFooterArea"/> object representing the page footer. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PageHeaderFooter.Footer"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageHeaderFooter.Footer">
<summary>
<para>Provides access to the page footer area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageArea"/> object representing the page footer.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageHeaderFooter.Header">
<summary>
<para>Provides access to the page header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageArea"/> object representing the page header.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageHeaderFooter.IncreaseMarginsByContent">
<summary>
<para>Specifies whether or not the page margin is increased if its content does not fit.
</para>
</summary>
<value><b>true</b> to increase the page margin; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageHeaderFooter.ToString">
<summary>
<para>Returns the textual representation of the header/footer.
</para>
</summary>
<returns>Always <see cref="F:System.String.Empty"/>.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.TextEditMode">
<summary>
<para>For internal use. Lists the available text editing modes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextEditMode.Multiline">
<summary>
<para>Multi-line text.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextEditMode.None">
<summary>
<para>No text.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextEditMode.Plain">
<summary>
<para>Plain text.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.TextEditMode.Unavailable">
<summary>
<para>Text editing is not available.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.LineDirection">
<summary>
<para>Specifies the direction of a line drawn inside an <see cref="T:DevExpress.XtraReports.UI.XRLine"/> control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.LineDirection.BackSlant">
<summary>
<para>A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the <see cref="T:DevExpress.XtraReports.UI.XRLine"/> control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.LineDirection.Horizontal">
<summary>
<para>A line is drawn horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.LineDirection.Slant">
<summary>
<para>A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the <see cref="T:DevExpress.XtraReports.UI.XRLine"/> control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.LineDirection.Vertical">
<summary>
<para>A line is drawn vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.MarginSide">
<summary>
<para>Specifies page margin(s).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.All">
<summary>
<para>Specifies all report page margins.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.Bottom">
<summary>
<para>Specifies the bottom report page margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.Left">
<summary>
<para>Specifies the left report page margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.None">
<summary>
<para>Specifies no report page margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.Right">
<summary>
<para>Specifies the right report page margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.MarginSide.Top">
<summary>
<para>Specifies the top report page margin.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PagePaintEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PagePaintEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.PagePaintEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforePagePaint"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePaint"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.PagePaintEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId">
<summary>
<para>Identifies the datasource in a Silverlight Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DataSourceId class with the specified id.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value, specifying the data source id.
</param>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.#ctor">
<summary>
<para>Initializes a new instance of the DataSourceId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current DataSourceId instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DataSourceId instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.GenerateNew">
<summary>
<para>For internal use. Generates a new datasource with an unique ID.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DataSourceId object.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.DataSourceId.Value">
<summary>
<para>Specifies the data source ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.EditActionBase">
<summary>
<para>The base class for classes that correspond to an end-user's actions on the client-side
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.EditActionBase.ControlName">
<summary>
<para>Specifies the name of a control that is being edited in the Silverlight Report Designer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.#ctor">
<summary>
<para>Initializes a new instance of the ReportParameter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.#ctor(DevExpress.XtraReports.Native.ParameterPath,DevExpress.XtraReports.Parameters.LookUpValueCollection)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="parameterPath">
a DevExpress.XtraReports.Native.ParameterPath object.
</param>
<param name="lookUpValues">
A <see cref="T:DevExpress.XtraReports.Parameters.LookUpValueCollection"/> object.
</param>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.Description">
<summary>
<para>For internal use. Specifies the parameter description.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.LookUpValues">
<summary>
<para>Specifies the collection of values for the parameter's look-up editor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.LookUpValueCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.Name">
<summary>
<para>For internal use. Specifies the parameter name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.Path">
<summary>
<para>For internal use. Specifies the parameter path.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.Value">
<summary>
<para>For internal use. Specifies the parameter value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> type.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameter.Visible">
<summary>
<para>For internal use. Specifies the parameter visibility.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage">
<summary>
<para>Provides functionality for a Silverlight Report Designer's page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage.#ctor">
<summary>
<para>Initializes a new instance of the ReportDesignerPage class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage.PageData">
<summary>
<para>Specifies the page data.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage.ReportSessionId">
<summary>
<para>Specifies the ID of a report editing session for a Silverlight Report Designer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportSessionId"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage.Watermark">
<summary>
<para>Specifies the data related to page watermarks.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportDesignerPage.Xaml">
<summary>
<para>Specifies the data related to a page shown in the Silverlight Report Designer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId">
<summary>
<para>Identifies the uploaded document resources, stored in the PRNX format.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId.#ctor">
<summary>
<para>Initializes a new instance of the UploadingResourceId class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the UploadingResourceId class with the specified resources.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId.GenerateNew">
<summary>
<para>For internal use. Generates a new <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId"/> object with an unique ID.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId"/> object.
</returns>
</member>
<member name="P:DevExpress.Xpf.Printing.ServiceModel.DataContracts.UploadingResourceId.Value">
<summary>
<para>Specifies the document resources.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the document resources.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.QRCodeGenerator">
<summary>
<para>Generates a How to: Add Barcode of QR Code Type to Report barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.#ctor(DevExpress.XtraPrinting.BarCode.QRCodeGenerator)">
<summary>
<para>For internal use. Initializes a new instance of the QRCodeGenerator class with the specified source.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.BarCode.QRCodeGenerator"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.#ctor">
<summary>
<para>For internal use. Initializes a new instance of the QRCodeGenerator class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.CompactionMode">
<summary>
<para>Gets or sets whether numeric, alpha-numeric or byte information should be used as the barcode's data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.ErrorCorrectionLevel">
<summary>
<para>Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.QRCodeGenerator.Version">
<summary>
<para>Gets or sets the barcode's size.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.QRCodeVersion"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.QRCodeVersion">
<summary>
<para>Lists the values used to specify the How to: Add Barcode of QR Code Type to Report barcode's size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.AutoVersion">
<summary>
<para>The version is auto-calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1">
<summary>
<para><b>21</b>x<b>21</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version10">
<summary>
<para><b>57</b>x<b>57</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version11">
<summary>
<para><b>61</b>x<b>61</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version12">
<summary>
<para><b>65</b>x<b>65</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version13">
<summary>
<para><b>69</b>x<b>69</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version14">
<summary>
<para><b>73</b>x<b>73</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version15">
<summary>
<para><b>77</b>x<b>77</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version16">
<summary>
<para><b>81</b>x<b>81</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version17">
<summary>
<para><b>85</b>x<b>85</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version18">
<summary>
<para><b>89</b>x<b>89</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version19">
<summary>
<para><b>93</b>x<b>93</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version2">
<summary>
<para><b>25</b>x<b>25</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version20">
<summary>
<para><b>97</b>x<b>97</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version21">
<summary>
<para><b>101</b>x<b>101</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version22">
<summary>
<para><b>105</b>x<b>105</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version23">
<summary>
<para><b>109</b>x<b>109</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version24">
<summary>
<para><b>113</b>x<b>113</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version25">
<summary>
<para><b>117</b>x<b>117</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version26">
<summary>
<para><b>121</b>x<b>121</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version27">
<summary>
<para><b>125</b>x<b>125</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version28">
<summary>
<para><b>129</b>x<b>129</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version29">
<summary>
<para><b>133</b>x<b>133</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version3">
<summary>
<para><b>29</b>x<b>29</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version30">
<summary>
<para><b>137</b>x<b>137</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version31">
<summary>
<para><b>141</b>x<b>141</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version32">
<summary>
<para><b>145</b>x<b>145</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version33">
<summary>
<para><b>149</b>x<b>149</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version34">
<summary>
<para><b>153</b>x<b>153</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version35">
<summary>
<para><b>157</b>x<b>157</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version36">
<summary>
<para><b>161</b>x<b>161</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version37">
<summary>
<para><b>165</b>x<b>165</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version38">
<summary>
<para><b>169</b>x<b>169</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version39">
<summary>
<para><b>177</b>x<b>177</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version4">
<summary>
<para><b>33</b>x<b>33</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version40">
<summary>
<para><b>177</b>x<b>177</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version5">
<summary>
<para><b>37</b>x<b>37</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version6">
<summary>
<para><b>41</b>x<b>41</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version7">
<summary>
<para><b>45</b>x<b>45</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version8">
<summary>
<para><b>49</b>x<b>49</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version9">
<summary>
<para><b>53</b>x<b>53</b>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel">
<summary>
<para>Specifies the amount of redundancy built into the coding of the How to: Add Barcode of QR Code Type to Report to compensate for calculation errors.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.H">
<summary>
<para><b>30</b>% codewords can be restored.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.L">
<summary>
<para><b>7</b>% codewords can be restored.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.M">
<summary>
<para><b>15</b>% codewords can be restored.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.Q">
<summary>
<para><b>25</b>% codewords can be restored.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode">
<summary>
<para>Specifies the kind of data that should be coded into the How to: Add Barcode of QR Code Type to Report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.AlphaNumeric">
<summary>
<para>A combination of alphabetic and numeric characters is encoded. Max. <b>4,296</b> characters.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte">
<summary>
<para>Binary data is encoded. Max. <b>2,953</b> bytes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Numeric">
<summary>
<para>Numeric data is encoded. Max. <b>7,089</b> characters.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the PrintableComponentLinkBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrintableComponentLink.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the PrintableComponentLinkBase 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 PrintableComponentLinkBase class instance.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.AddSubreport(System.Drawing.PointF)">
<summary>
<para>Adds a subreport to the current report.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.Component">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.IPrintable"/> user implementation printed via the current link.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> user implementation.
</value>
</member>
<member name="E:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateDetailArea">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateDetailFooterArea">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateDetailHeaderArea">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateDocument(System.Boolean)">
<summary>
<para>Creates a document from the <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> object, so the document can be displayed or printed. Optionally, can generate pages in background.
</para>
</summary>
<param name="buildPagesInBackground">
<b>true</b> to generate pages in background; otherwise, <b>false</b>.
</param>
</member>
<member name="E:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateInnerPageFooterArea">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.CreateInnerPageHeaderArea">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed by the link.
</para>
</summary>
<value>A <see cref="T:System.Type"/> class descendant representing the type of object that will be printed by this link. This class should implement the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.PrintableComponentLinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Object"/> object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraReports.Parameters.ParametersRequestValueChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.ParametersRequestValueChangedEventArgs.ChangedParameterInfo">
<summary>
<para>Contains information about the parameter, which value was changed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.ParametersRequestEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow"/> and <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestSubmit"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.ParametersRequestEventArgs.ParametersInformation">
<summary>
<para>Provides access to information about the requested parameters.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.ParameterInfo">
<summary>
<para>Represents a class containing information about a specific parameter and its editor.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.ParameterInfo.#ctor(DevExpress.XtraReports.Parameters.Parameter,System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter.
</para>
</summary>
<param name="parameter">
A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object specifying the parameter for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter"/> property.
</param>
<param name="editor">
A <see cref="T:System.Windows.Forms.Control"/> class descendant specifying the editor for this parameter. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Editor"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.Parameters.ParameterInfo.#ctor(DevExpress.XtraReports.Parameters.Parameter,DevExpress.Utils.Function`2)">
<summary>
<para>Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter.
</para>
</summary>
<param name="parameter">
A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object specifying the parameter for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter"/> property.
</param>
<param name="createEditor">
A <see cref="T:System.Windows.Forms.Control"/> class descendant specifying the editor for this parameter. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Editor"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Parameters.ParameterInfo.Editor">
<summary>
<para>Gets or sets an editor, used to enter a parameter's value.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> class descendant. Normally, it should be one of the DevExpress XtraEditors.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter">
<summary>
<para>Provides access to the parameter associated with the current ParameterInfo object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameterContainer">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameterContainer.#ctor">
<summary>
<para>Initializes a new instance of the ReportParameterContainer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameterContainer.Parameters">
<summary>
<para>Specifies the parameters available in a report.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.ServiceModel.DataContracts.ReportParameterContainer.ShouldRequestParameters">
<summary>
<para>For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report.
</para>
</summary>
<value><b>true</b> to wait until a user submits parameter value(s); otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.ExportTarget">
<summary>
<para>Lists the available export formats.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Csv">
<summary>
<para>The document is exported in the CSV format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Html">
<summary>
<para>The document is exported in the HTML format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Image">
<summary>
<para>The document is exported in an image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Mht">
<summary>
<para>The document is exported in the MHT format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Pdf">
<summary>
<para>The document is exported in the PDF format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Rtf">
<summary>
<para>The document is exported in the RTF format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Text">
<summary>
<para>The document is exported in the text format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Xls">
<summary>
<para>The document is exported in the XLS format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.ExportTarget.Xlsx">
<summary>
<para>The document is exported in the XLSX format.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PageViewModes">
<summary>
<para>Lists the available page view modes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PageViewModes.PageWidth">
<summary>
<para>The document is re-sized to fit the page width into the Print Preview's dimensions.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PageViewModes.RowColumn">
<summary>
<para>The document is re-sized to fit the specified number of page rows and columns.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PageViewModes.TextWidth">
<summary>
<para>The document zooming is adjusted so as to fit the whole page width.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PageViewModes.Zoom">
<summary>
<para>The document is re-sized to fit the entire page within the Print Preview's dimensions.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.IBarCodeData">
<summary>
<para>For internal use. Provides options that are used to manage a barcode's content.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.Alignment">
<summary>
<para>Gets the barcode's alignment settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.AutoModule">
<summary>
<para>Gets the value indicating whether or not the barcode's auto-module setting is enabled.
</para>
</summary>
<value><b>true</b> if the <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.AutoModule"/> property is enabled; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.Module">
<summary>
<para>Gets the barcode's module setting.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value of the <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.Module"/> property.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.Orientation">
<summary>
<para>Gets the barcode's orientation setting.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.ShowText">
<summary>
<para>Gets the value indicating whether or not the barcode shows its text.
</para>
</summary>
<value><b>true</b> if the <see cref="P:DevExpress.XtraPrinting.BarCodeBrick.ShowText"/> property is enabled; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.Style">
<summary>
<para>Gets the barcode's style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object that is assigned to the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Style"/> property.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.IBarCodeData.Text">
<summary>
<para>Gets the barcode's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator">
<summary>
<para>Generates a How to: Add Barcode of Data Matrix (ECC200) Type to Report barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator.#ctor">
<summary>
<para>Initializes a new instance of the DataMatrixGenerator class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator.#ctor(DevExpress.XtraPrinting.BarCode.DataMatrixGenerator)">
<summary>
<para>Initializes a new instance of the DataMatrixGenerator class with the specified source.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator.CompactionMode">
<summary>
<para>Gets or sets whether textual information or a byte array should be used as the barcode's data, as well as its encoding.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator.MatrixSize">
<summary>
<para>Gets or sets the barcode matrix size.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.DataMatrixSize"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.DataMatrixGenerator.SymbologyCode">
<summary>
<para>For internal use. Gets the barcode symbology for the current generator object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator">
<summary>
<para>The base class for generators of 2D barcodes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator.#ctor(DevExpress.XtraPrinting.BarCode.BarCode2DGenerator)">
<summary>
<para>Initializes a new instance of the BarCode2DGenerator class with the specified source.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator.#ctor">
<summary>
<para>Initializes a new instance of the BarCode2DGenerator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator.CalcCheckSum">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BarCode.BarCode2DGenerator.Update(System.String,System.Byte[])">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="text">
[To be supplied]
</param>
<param name="binaryData">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.DataMatrixSize">
<summary>
<para>Lists the available data matrix size options related to the How to: Add Barcode of Data Matrix (ECC200) Type to Report barcode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix104x104">
<summary>
<para>The barcode matrix size is <b>104</b>x<b>104</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix10x10">
<summary>
<para>The barcode matrix size is <b>10</b>x<b>10</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix120x120">
<summary>
<para>The barcode matrix size is <b>120</b>x<b>120</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix12x12">
<summary>
<para>The barcode matrix size is <b>12</b>x<b>12</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix12x26">
<summary>
<para>The barcode matrix size is <b>12</b>x<b>26</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix12x36">
<summary>
<para>The barcode matrix size is <b>12</b>x<b>36</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix132x132">
<summary>
<para>The barcode matrix size is <b>132</b>x<b>132</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix144x144">
<summary>
<para>The barcode matrix size is <b>144</b>x<b>144</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix14x14">
<summary>
<para>The barcode matrix size is <b>14</b>x<b>14</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix16x16">
<summary>
<para>The barcode matrix size is <b>16</b>x<b>16</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix16x36">
<summary>
<para>The barcode matrix size is <b>16</b>x<b>36</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix16x48">
<summary>
<para>The barcode matrix size is <b>16</b>x<b>48</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix18x18">
<summary>
<para>The barcode matrix size is <b>18</b>x<b>18</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix20x20">
<summary>
<para>The barcode matrix size is <b>20</b>x<b>20</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix22x22">
<summary>
<para>The barcode matrix size is <b>22</b>x<b>22</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix24x24">
<summary>
<para>The barcode matrix size is <b>24</b>x<b>24</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix26x26">
<summary>
<para>The barcode matrix size is <b>26</b>x<b>26</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix32x32">
<summary>
<para>The barcode matrix size is <b>32</b>x<b>32</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix36x36">
<summary>
<para>The barcode matrix size is <b>36</b>x<b>36</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix40x40">
<summary>
<para>The barcode matrix size is <b>40</b>x<b>40</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix44x44">
<summary>
<para>The barcode matrix size is <b>44</b>x<b>44</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix48x48">
<summary>
<para>The barcode matrix size is <b>48</b>x<b>48</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix52x52">
<summary>
<para>The barcode matrix size is <b>52</b>x<b>52</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix64x64">
<summary>
<para>The barcode matrix size is <b>64</b>x<b>64</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix72x72">
<summary>
<para>The barcode matrix size is <b>72</b>x<b>72</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix80x80">
<summary>
<para>The barcode matrix size is <b>80</b>x<b>80</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix88x88">
<summary>
<para>The barcode matrix size is <b>88</b>x<b>88</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix8x18">
<summary>
<para>The barcode matrix size is <b>8</b>x<b>18</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix8x32">
<summary>
<para>The barcode matrix size is <b>8</b>x<b>32</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix96x96">
<summary>
<para>The barcode matrix size is <b>96</b>x<b>96</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixSize.MatrixAuto">
<summary>
<para>The barcode matrix size is auto-adjusted, depending on the quantity of encoded data.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode">
<summary>
<para>Specifies the kind of data that should be coded into the How to: Add Barcode of Data Matrix (ECC200) Type to Report and How to: Add Barcode of PDF417 Type to Report barcodes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.ASCII">
<summary>
<para>Data is encoded into text using the <b>ASCII</b> standard, which uses <b>4</b> bits (for double digits), <b>8</b> bits (for <b>ASCII 0-127</b> symbols), or <b>16</b> bits (for <b>ASCII 128-255</b> symbols).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.Binary">
<summary>
<para>Data is encoded into a binary array, using <b>8</b> bits per symbol.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.C40">
<summary>
<para>Data is encoded into text using the <b>C40</b> standard, which uses <b>5.33</b> bits (for upper register characters and digits) or <b>10.66</b> bits (for lower register and special characters) per symbol.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.Edifact">
<summary>
<para>Data is encoded into text using the <b>EDIFACT</b> standard, which uses <b>6</b> bits per symbol.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.Text">
<summary>
<para>Data is encoded into text, which uses <b>5.33</b> bits (for upper register characters and digits) or <b>10.66</b> bits (for lower register and special characters) per symbol.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BarCode.DataMatrixCompactionMode.X12">
<summary>
<para>Data is encoded into text using the <b>X12</b> standard, which uses <b>5.33</b> bits per symbol.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.PrintingSystemActivity">
<summary>
<para>Lists the available activity modes that relate to a link's <see cref="P:DevExpress.XtraPrinting.LinkBase.Activity"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingSystemActivity.Exporting">
<summary>
<para>The document is being exported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingSystemActivity.Idle">
<summary>
<para>The document creation process is idle.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingSystemActivity.Preparing">
<summary>
<para>The document creation process is being prepared.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.PrintingSystemActivity.Printing">
<summary>
<para>The document is being printed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Parameters.ParameterType">
<summary>
<para>Specifies the type of the value that should be passed to a parameter.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.Boolean">
<summary>
<para>Indicates that the parameter returns a Boolean value (the <see cref="T:System.Boolean"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.DateTime">
<summary>
<para>Indicates that the parameter returns a date-time value (the <see cref="T:System.DateTime"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.Decimal">
<summary>
<para>Indicates that the parameter returns a decimal value (the <see cref="T:System.Decimal"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.Double">
<summary>
<para>Indicates that the parameter returns a double value (the <see cref="T:System.Double"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.Float">
<summary>
<para>Indicates that the parameter returns a float value (the <see cref="T:System.Single"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.Int32">
<summary>
<para>Indicates that the parameter returns an integer value (the <see cref="T:System.Int32"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Parameters.ParameterType.String">
<summary>
<para>Indicates that the field returns a string value (the <see cref="T:System.String"/> type).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Parameters.ParameterCollection">
<summary>
<para>Represents a collection of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.ParameterCollection.#ctor">
<summary>
<para>Initializes a new instance of the ParameterCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.ParameterCollection.AddRange(DevExpress.XtraReports.Parameters.Parameter[])">
<summary>
<para>Appends an array of parameters to the collection.
</para>
</summary>
<param name="parameters">
An array of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects to append to the collection.
</param>
</member>
<member name="P:DevExpress.XtraReports.Parameters.ParameterCollection.Item(System.String)">
<summary>
<para>Provides access to individual items in the collection by their names.
</para>
</summary>
<param name="parameterName">
A <see cref="T:System.String"/> value specifying the name of the parameter to get.
</param>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object which represents the parameter with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraReports.Parameters.Parameter">
<summary>
<para>Provides functionality to a report parameter.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Parameters.Parameter.#ctor">
<summary>
<para>Initializes a new instance of the Parameter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.Description">
<summary>
<para>Specifies a description displayed to an end-user, along with the parameter's editor in the Parameters UI, that is generated if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the parameter's description.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.LookUpSettings">
<summary>
<para>Specifies the look-up editor settings of the parameter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.LookUpSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.Name">
<summary>
<para>Specifies the name of the parameter.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the parameter.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.ObjectType">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.ParameterType">
<summary>
<para>For internal use. Specifies the type of the value associated with the parameter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.RawValue">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.Type">
<summary>
<para>Specifies the parameter's type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that represents type declarations.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.Value">
<summary>
<para>Specifies the parameter's value.
</para>
</summary>
<value>A <see cref="T:System.Object"/>, which represents the parameter's value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.ValueInfo">
<summary>
<para>For internal use. Stores additional information relating to the parameter's value.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Parameters.Parameter.Visible">
<summary>
<para>Specifies whether a parameter's editor should be displayed in the Parameters UI, which is invoked for an end-user if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters"/> property is enabled.
</para>
</summary>
<value><b>true</b> to display the parameter's editor; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PrintProgressEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PrintProgressEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.PrintProgressEventArgs)">
<summary>
<para>Represents the method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.
</para>
</summary>
<param name="sender">
An object of any type that triggers the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.PrintProgressEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PrintProgressEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> and <see cref="E:DevExpress.XtraReports.UI.XtraReport.PrintProgress"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PrintProgressEventArgs.PageIndex">
<summary>
<para>Gets the index of the current page that should be sent to a printer, next.
</para>
</summary>
<value>An integer value representing the zero-based page index.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintProgressEventArgs.PageSettings">
<summary>
<para>Gets or sets the page settings of the current page that should be sent to a printer, next.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object, containing page settings of the current page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PrintProgressEventArgs.PrintAction">
<summary>
<para>Gets a value indicating what type of print operation is occurring.
</para>
</summary>
<value>One of the <see cref="T:System.Drawing.Printing.PrintAction"/> enumeration vlaues.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PrintOnPages">
<summary>
<para>Specifies whether or not the page band should be printed on the same pages with <b>Report Header</b> and <b>Report Footer</b> bands.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PrintOnPages.AllPages">
<summary>
<para>A band is printed on all report pages in the ordinary manner.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PrintOnPages.NotWithReportFooter">
<summary>
<para>A band is hidden if a page contains a <b>Report Footer</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader">
<summary>
<para>A band is hidden if a page contains a <b>Report Header</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeaderAndReportFooter">
<summary>
<para>A band is hidden if a page contains a <b>Report Header</b> or <b>Report Footer</b>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.TableRowCollection">
<summary>
<para>Represents a collection of rows owned by the <see cref="T:DevExpress.XtraPrinting.PageTableBrick"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TableRowCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.TableRowCollection"/> class that is empty and has the default initial capacity.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TableRowCollection.Add(DevExpress.XtraPrinting.TableRow)">
<summary>
<para>Adds the specified <see cref="T:DevExpress.XtraPrinting.TableRow"/> object to the collection.
</para>
</summary>
<param name="row">
A <see cref="T:DevExpress.XtraPrinting.TableRow"/> object to add to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.TableRowCollection.AddRow">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.TableRow"/> class and adds it to the collection.
</para>
</summary>
<returns>The <see cref="T:DevExpress.XtraPrinting.TableRow"/> object added to the collection of rows.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.TableRowCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPrinting.TableRow"/> object which represents the table row at the specified position.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.TableRow">
<summary>
<para>Represents a row in the <see cref="T:DevExpress.XtraPrinting.PageTableBrick"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TableRow.#ctor">
<summary>
<para>Initializes an instance of the <see cref="T:DevExpress.XtraPrinting.TableRow"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.TableRow.Bricks">
<summary>
<para>Gets the array of bricks held by the <see cref="T:DevExpress.XtraPrinting.TableRow"/>.
</para>
</summary>
<value>A <b>BrickList</b> object which represents the array of bricks held by the <see cref="T:DevExpress.XtraPrinting.TableRow"/>.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PageTableBrick">
<summary>
<para>A brick comprised of rows and columns.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageTableBrick.#ctor">
<summary>
<para>Initializes a new instance of the PageTableBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PageTableBrick.Alignment">
<summary>
<para>Gets or sets the alignment of brick within the page layout rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration, specifying the alignment.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageTableBrick.Bricks">
<summary>
<para>Gets a collection of bricks which are contained in this PageTableBrick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickCollectionBase"/> object, which contains bricks belonging to this table brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageTableBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "PageTable".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageTableBrick.LineAlignment">
<summary>
<para>Gets or sets the brick alignment related to the top of the parent area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration member, specifying the alignment.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageTableBrick.Rows">
<summary>
<para>Gets the collection of rows owned by the <see cref="T:DevExpress.XtraPrinting.PageTableBrick"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TableRowCollection"/> object representing the collection of rows.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageTableBrick.UpdateSize">
<summary>
<para>Refreshes the size of the entire <see cref="T:DevExpress.XtraPrinting.PageTableBrick"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.ShapeBrick">
<summary>
<para>A brick that contains a shape.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ShapeBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the ShapeBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ShapeBrick.#ctor">
<summary>
<para>Initializes a new instance of the ShapeBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.Angle">
<summary>
<para>Gets or sets the angle (in degrees) by which the shape's image is rotated.
</para>
</summary>
<value>An integer value specifying the angle by which the shape's image is rotated.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Shape".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.FillColor">
<summary>
<para>Gets or sets the color to fill the shape's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object which represents the fill color of a shape.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.ForeColor">
<summary>
<para>Gets or sets the color of the shape displayed in the current brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> which represents the shape color in the current brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.LineWidth">
<summary>
<para>Gets or sets the width of the line which is used to draw the shape image.
</para>
</summary>
<value>An integer value representing the width of the line.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.Shape">
<summary>
<para>Gets or sets an object which determines a particular shape type along with its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Shape.ShapeBase"/> class descendant which contains settings for a particular shape type.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.Stretch">
<summary>
<para>Gets or sets a value indicating whether or not to stretch a shape when it's rotated.
</para>
</summary>
<value><b>true</b> to stretch the shape; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ShapeBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PageEventHandler">
<summary>
<para>Represents a method that will handle all page events within the <b>XtraPrinting Library</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.PageEventArgs)">
<summary>
<para>A method that will handle all page 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.PageEventArgs"/> that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.PageEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterPagePrint"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PageEventArgs.DocumentBands">
<summary>
<para>Gets a collection of document bands.
</para>
</summary>
<value>A generic list of <see cref="T:DevExpress.XtraPrinting.Native.DocumentBand"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageEventArgs.Page">
<summary>
<para>Gets a report page.
</para>
</summary>
<value>A report page.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Accessor">
<summary>
<para>This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.#ctor">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="type">
@nbsp;
</param>
<param name="oldEventDescriptor">
@nbsp;
</param>
<param name="attributes">
@nbsp;
</param>
<returns>@nbsp;
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="type">
@nbsp;
</param>
<param name="oldPropertyDescriptor">
@nbsp;
</param>
<param name="attributes">
@nbsp;
</param>
<returns>@nbsp;
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.GetProperties(System.Object,System.Collections.Hashtable)">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="ht">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.GetProperty(System.Object,System.String)">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="name">
@nbsp;
</param>
<returns>@nbsp;
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.InvokeMethod(System.Object,System.String,System.Object[])">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="name">
@nbsp;
</param>
<param name="args">
@nbsp;
</param>
<returns>@nbsp;
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.SetProperties(System.Object,System.Collections.Hashtable)">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="ht">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.SetProperties(System.Object,System.Object[,])">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="array">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Accessor.SetProperty(System.Object,System.String,System.Object)">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="obj">
@nbsp;
</param>
<param name="name">
@nbsp;
</param>
<param name="value">
@nbsp;
</param>
</member>
<member name="T:DevExpress.XtraPrinting.UserVisualBrick">
<summary>
<para>A brick that is drawn on a page after implementing the <see cref="T:DevExpress.XtraPrinting.IBrick"/> interface.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.UserVisualBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Default".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.UserVisualBrick.UserBrick">
<summary>
<para>Gets a user implementation of the <see cref="T:DevExpress.XtraPrinting.IBrick"/> interface drawn via the <see cref="M:DevExpress.XtraPrinting.IBrickGraphics.DrawBrick"/> method.
</para>
</summary>
<value>User implementation of the <see cref="T:DevExpress.XtraPrinting.IBrick"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.UserVisualBrick.ValidatePageBottom(System.Drawing.RectangleF,System.Boolean,System.Drawing.RectangleF,DevExpress.XtraPrinting.IPrintingSystemContext)">
<summary>
<para>For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page.
</para>
</summary>
<param name="pageBounds">
A <see cref="T:System.Drawing.RectangleF"/> object value specifying the bottom of the current page.
</param>
<param name="enforceSplitNonSeparable">
<b>true</b> to forcibly split non-separable bricks; otherwise, <b>false</b>.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the suggested new end position of the current page.
</param>
<param name="context">
A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings.
</param>
<returns>A <see cref="T:System.Single"/> value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.UserVisualBrick.ValidatePageRight(System.Single,System.Drawing.RectangleF)">
<summary>
<para>Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page.
</para>
</summary>
<param name="pageRight">
A <see cref="T:System.Single"/> value specifying the right edge of the current page.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the suggested new right position of the current page.
</param>
<returns>A <see cref="T:System.Single"/> value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.UserPageBrick">
<summary>
<para>An <see cref="T:DevExpress.XtraPrinting.IBrick"/> implementation drawn using the <see cref="M:DevExpress.XtraPrinting.IBrickGraphics.DrawBrick"/> method.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.UserPageBrick.#ctor">
<summary>
<para>Initializes a new instance of the UserPageBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.UserPageBrick.Alignment">
<summary>
<para>Gets or sets the alignment of brick within the page layout rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration, specifying the alignment.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.UserPageBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "PageUser".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.UserPageBrick.LineAlignment">
<summary>
<para>Gets or sets the brick alignment related to the top of the parent area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration member, specifying the alignment.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.CreateAreaEventHandler">
<summary>
<para>Represents a method that will handle all area creation events of the <see cref="T:DevExpress.XtraPrinting.Link"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CreateAreaEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.CreateAreaEventArgs)">
<summary>
<para>A method that will handle all creation events of the <see cref="T:DevExpress.XtraPrinting.Link"/> class.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.CreateAreaEventArgs"/> that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.CreateAreaEventArgs">
<summary>
<para>Provides data for all area creation events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.CreateAreaEventArgs.Graph">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object used to draw in the current report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Document">
<summary>
<para>The rendered and ready-to-print report document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Document.AutoFitToPagesWidth">
<summary>
<para>Gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page.
</para>
</summary>
<value>An integer value which represents the number of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.BaseOffset">
<summary>
<para>Gets or sets the base offset point for the created document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> value representing the offset point.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.Bookmark">
<summary>
<para>Gets or sets the text of a root bookmark in the <b>Document Map</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the text of a root bookmark.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.BookmarkNodes">
<summary>
<para>Gets the collection of bookmarks contained in the document map of the current Document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.IBookmarkNodeCollection"/> object representing the collection of bookmarks.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.CanChangePageSettings">
<summary>
<para>Gets or sets a value indicating whether the document's page settings can be changed.
</para>
</summary>
<value><b>true</b> if page settings can be changed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.ContentIdentity">
<summary>
<para>For internal use.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Document.Dispose">
<summary>
<para>Disposes of the Document object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Document.IsCreating">
<summary>
<para>Gets a value indicating whether or not the document is being created.
</para>
</summary>
<value><b>true</b> if the document creation isn't finished; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.IsLocked">
<summary>
<para>Gets a value indicating whether a <see cref="T:DevExpress.XtraPrinting.Document"/> class instance is locked.
</para>
</summary>
<value><b>true</b> if a <see cref="T:DevExpress.XtraPrinting.Document"/> class instance is locked; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.IsModified">
<summary>
<para>Gets a value indicating whether the current Document was modified after it was originally generated.
</para>
</summary>
<value><b>true</b> if the document was modified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.Name">
<summary>
<para>Gets or sets the name of the <b>printing system</b>'s document.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.PageCount">
<summary>
<para>Gets the total number of pages within a report.
</para>
</summary>
<value>The number of report pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.Pages">
<summary>
<para>Provides access to a collection of pages within the curent document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageList"/> object which represents a collection of pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.PrintingSystem">
<summary>
<para>Gets the <b>Printing System</b> for the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object representing the Printing System for the current document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Document.ScaleFactor">
<summary>
<para>Gets or sets the scale factor (in fractions of <b>1</b>), by which a document is scaled.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value which represents the current scale factor.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Document.SerializeCore(System.IO.Stream,DevExpress.Utils.Serializing.XtraSerializer,DevExpress.XtraPrinting.Native.ContinuousExportInfo,System.Collections.IList)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="stream">
@nbsp;
</param>
<param name="serializer">
@nbsp;
</param>
<param name="info">
@nbsp;
</param>
<param name="pages">
@nbsp;
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Document.ShowFromNewPage(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Override this method to draw the specified brick on a new page.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Document.UpdateBaseOffset">
<summary>
<para>Updates the value of the base offset point indicating the position where the new brick will be inserted into the document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.MarginsChangeEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeMarginsChange"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterMarginsChange"/> events of the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.MarginsChangeEventHandler.Invoke(System.Object,DevExpress.XtraPrinting.MarginsChangeEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeMarginsChange"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterMarginsChange"/> events of the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPrinting.MarginsChangeEventArgs"/> that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.MarginsChangeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.BeforeMarginsChange"/> and <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.AfterMarginsChange"/> events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.MarginsChangeEventArgs.Side">
<summary>
<para>Gets changed page margins.
</para>
</summary>
<value>The changed page margin.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.MarginsChangeEventArgs.Value">
<summary>
<para>Gets or sets the changed margin size in hundredths of an inch.
</para>
</summary>
<value>The changed margin size in hundredths of an inch.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.VisualBrick">
<summary>
<para>A brick that is rendered on a page as a simple rectangle.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.#ctor">
<summary>
<para>Initializes a new instance of the VisualBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> class.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value(s) which specifies the borders displayed around the brick.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value which specifies the border width of the brick, measured in pixels.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the border color of the brick.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the background color of the brick.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.#ctor(DevExpress.XtraPrinting.BrickStyle)">
<summary>
<para>Initializes a new instance of the VisualBrick class with the specified brick style.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object specifying the brick style. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Style"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the VisualBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.AnchorName">
<summary>
<para>Gets or sets an anchor name assigned to the VisualBrick object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BackColor">
<summary>
<para>Defines the background color for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</para>
</summary>
<value>The background color for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BookmarkInfo">
<summary>
<para>Gets an object containing information about the bookmark for this VisualBrick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BookmarkInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BorderColor">
<summary>
<para>Defines the border color for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</para>
</summary>
<value>The border color for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BorderDashStyle">
<summary>
<para>Specifies the dash style for the brick's border.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BorderStyle">
<summary>
<para>Gets or sets the border style of a brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickBorderStyle"/> enumeration value that represents the border style of a brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BorderWidth">
<summary>
<para>Specifies the border width of the current VisualBrick object.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the border width, measured in <see cref="F:System.Drawing.GraphicsUnit.Pixel"/> units.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BrickOwner">
<summary>
<para>Gets the owner of this brick.
</para>
</summary>
<value>An object, which implements the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Visual".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.Clone">
<summary>
<para>Creates a new VisualBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new VisualBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.CreateLayoutData(System.Single)">
<summary>
<para>This method is intended for internal use only. Normally, you don't need to use it.
</para>
</summary>
<param name="dpi">
A float value specifying the dpi for the created layout data object.
</param>
<returns>An object implementing the <see cref="T:DevExpress.XtraPrinting.Native.LayoutAdjustment.ILayoutData"/> interface.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.GetClientRectangle(System.Drawing.RectangleF,System.Single)">
<summary>
<para>Returns the client rectangle of this VisualBrick.
</para>
</summary>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object, representing the brick layout rectangle.
</param>
<param name="dpi">
A <see cref="T:System.Single"/> value, specifying the printing resolution.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> object, representing the brick's client rectangle.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.GetScaleFactor(DevExpress.XtraPrinting.IPrintingSystemContext)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="context">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintingSystemContext"/> interface.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Hint">
<summary>
<para>Defines the text displayed as the current brick hint.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the hint text of the brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.NavigationBrickIndices">
<summary>
<para>Gets a string value, which is intended for serialization of the brick's bookmark.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.NavigationPageIndex">
<summary>
<para>Gets an index of a page, which contains a bookmark's brick.
</para>
</summary>
<value>An integer value representing a page index.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.NavigationPair">
<summary>
<para><para>Provides access to the brick-page pair, associated with the current brick.</para>
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickPagePair"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Padding">
<summary>
<para>Gets or sets the padding values of a brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object which contains the padding values of a brick (measured in pixels).
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.PrintingSystem">
<summary>
<para>Gets or sets the <b>Printing System</b> used to create and print this brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the Printing System used to create and print this brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.SeparableHorz">
<summary>
<para>Determines whether the current brick can be divided into several parts horizontally.
</para>
</summary>
<value><b>true</b> if the current brick can be split horizontally; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.SeparableVert">
<summary>
<para>Determines whether the current brick can be divided into several parts vertically.
</para>
</summary>
<value><b>true</b> if the current brick can be split vertically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Sides">
<summary>
<para>Defines the border settings for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</para>
</summary>
<value>The border settings for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Style">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> instance used to render a brick in an appropriate format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> instance to render a brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Target">
<summary>
<para>Gets or sets the target attribute assigned to this VisualBrick and used when a <see cref="P:DevExpress.XtraPrinting.Brick.Url"/> property is specified.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.Text">
<summary>
<para>Gets or sets the text associated with the VisualBrick.
</para>
</summary>
<value>Always returns <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.TextValue">
<summary>
<para>Override this property to get or set the object that represents a text value for the VisualBrick descendant.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString">
<summary>
<para>Override this property to get or set the format string which is applied to the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.UseTextAsDefaultHint">
<summary>
<para>Specifies whether the brick hint's content corresponds to the brick's text.
</para>
</summary>
<value><b>true</b> to use the brick's text for the hint; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.VisualBrick.ValidatePageRight(System.Single,System.Drawing.RectangleF)">
<summary>
<para>Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page.
</para>
</summary>
<param name="pageRight">
A <see cref="T:System.Single"/> value specifying the right edge of the current page.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the suggested new right position of the current page.
</param>
<returns>A <see cref="T:System.Single"/> value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString">
<summary>
<para>Specifies the native XLSX format string, to accompany the VisualBrick instance.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the XLSX format string.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.EmptyBrick">
<summary>
<para>For internal use. A non-visual brick.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.EmptyBrick.#ctor">
<summary>
<para>Initializes a new instance of the EmptyBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.EmptyBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Empty".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.EmptyBrick.UnionRect(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Includes a brick specified via the parameter in the layout rectangle of the previously created <see cref="T:DevExpress.XtraPrinting.EmptyBrick"/>.
</para>
</summary>
<param name="brick">
The brick included in the layout rectangle of the previously created <see cref="T:DevExpress.XtraPrinting.EmptyBrick"/>.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.TextBrick">
<summary>
<para>A brick that contains text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TextBrick.#ctor">
<summary>
<para>Initializes a new instance of the TextBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.TextBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the TextBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.TextBrick.#ctor(DevExpress.XtraPrinting.BrickStyle)">
<summary>
<para>Initializes a new instance of the TextBrick class with the specified brick style.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.TextBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the TextBrick class with the specified settings.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value, specifying the visibility of the brick's borders.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value, specifying the brick's border width.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the color of the brick's borders.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the brick's background color.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the brick's foreground color.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Text".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.TextBrick.Clone">
<summary>
<para>Creates a new TextBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new TextBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.Font">
<summary>
<para>Defines the font used to draw text within the current brick.
</para>
</summary>
<value>The text font within the current brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.HorzAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value that specifies the horizontal alignment of the text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.StringFormat">
<summary>
<para>Gets or sets the formatting string applied to the brick's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStringFormat"/> object which represents the formatting string for the brick's text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.TextValue">
<summary>
<para>Gets an object which represents the value that will be shown as the brick's text.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the text value that will be shown as the brick's text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.TextValueFormatString">
<summary>
<para>Gets or sets the format string which is applied to the <see cref="P:DevExpress.XtraPrinting.TextBrick.TextValue"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.VertAlignment">
<summary>
<para>Gets or sets the vertical alignment of the text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the vertical alignment of the text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.XlsExportNativeFormat">
<summary>
<para>Gets or sets the format settings used when a document is exported to XLS format.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.TextBrick.XlsxFormatString">
<summary>
<para>Gets or sets the format settings used when a document is exported to XLSX format.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the format string.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PageList">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraPrinting.Page"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.#ctor">
<summary>
<para>Initializes a new <see cref="T:DevExpress.XtraPrinting.PageList"/> class instance .
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.#ctor(DevExpress.XtraPrinting.Document)">
<summary>
<para>Initializes a new instance of the PageList class with the specified document.
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraPrinting.Document"/> object which specifies the document which contains this page list. The created PageList is assigned to the <see cref="P:DevExpress.XtraPrinting.Document.Pages"/> property of the specified document.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.Add(DevExpress.XtraPrinting.Page)">
<summary>
<para>Adds the specified <see cref="T:DevExpress.XtraPrinting.Page"/> object to the collection.
</para>
</summary>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object to add to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.AddRange(System.Collections.ICollection)">
<summary>
<para>Adds a collection of pages to the end of the collection.
</para>
</summary>
<param name="pages">
A <see cref="T:System.Collections.ICollection"/> object which represents the collection of pages to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.Clear">
<summary>
<para>Clears the collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.PageList.Count">
<summary>
<para>Counts the number of items in the collection.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageList.First">
<summary>
<para>Gets the first page within the <see cref="T:DevExpress.XtraPrinting.PageList"/> collection.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraPrinting.Page"/> class.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.GetEnumerator">
<summary>
<para>Obtains the collection's enumerator.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerator"/> interface.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.IndexOf(DevExpress.XtraPrinting.Page)">
<summary>
<para>Returns the zero-based index of the specified page in the collection.
</para>
</summary>
<param name="page">
The <see cref="T:DevExpress.XtraPrinting.Page"/> object to locate in the collection.
</param>
<returns>An integer value representing the position of the specified page in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.Insert(System.Int32,DevExpress.XtraPrinting.Page)">
<summary>
<para>Inserts the specified page into the list at the specified position.
</para>
</summary>
<param name="index">
An integer value which represents the zero-based index at which the page should be inserted.
</param>
<param name="page">
A <see cref="T:DevExpress.XtraPrinting.Page"/> object to insert into the list.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageList.Item(System.Int32)">
<summary>
<para>Gets or sets an item within the <see cref="T:DevExpress.XtraPrinting.PageList"/> collection at a specific index.
</para>
</summary>
<param name="index">
The zero-based index of the item to get or set.
</param>
<value>An item at a specific index.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageList.Last">
<summary>
<para>Gets the last page in the <see cref="T:DevExpress.XtraPrinting.PageList"/> collection.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraPrinting.Page"/> class.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.Remove(DevExpress.XtraPrinting.Page)">
<summary>
<para>Removes the specified page from the collection.
</para>
</summary>
<param name="page">
The <see cref="T:DevExpress.XtraPrinting.Page"/> object to remove from the collection of pages.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.RemoveAt(System.Int32)">
<summary>
<para>Removes the collection's item at the specified position.
</para>
</summary>
<param name="index">
An integer value.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.PageList.ToArray">
<summary>
<para>Copies the elements of the PageList to a new array of <see cref="T:DevExpress.XtraPrinting.Page"/> objects.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraPrinting.Page"/> objects containing the copies of the elements of the PageList.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.PageInfoBrick">
<summary>
<para>A brick which is displayed in the page header or page footer sections, and contains information specific to the current page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageInfoBrick.#ctor">
<summary>
<para>Initializes a new instance of the PageInfoBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageInfoBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the PageInfoBrick class with the specified settings.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value, specifying the brick's border settings.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value, specifying the border width.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the border color.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the background color.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> structure, specifying the foreground color.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoBrick.Alignment">
<summary>
<para>Gets or sets the alignment of brick within the page layout rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration, specifying the alignment.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoBrick.AutoWidth">
<summary>
<para>Determines whether the current brick is resized in order to display the entire text of a brick.
</para>
</summary>
<value><b>true</b>, if brick width changes in order to display the entire brick text, otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "PageInfo".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageInfoBrick.LineAlignment">
<summary>
<para>Gets or sets the brick alignment related to the top of the parent area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration member, specifying the alignment.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.PageImageBrick">
<summary>
<para>A brick within the page header or page footer section, containing an image.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageImageBrick.#ctor">
<summary>
<para>Initializes a new instance of the PageImageBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.PageImageBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/> class.
</para>
</summary>
<param name="sides">
A <b>BorderSide</b> enumeration value which specifies the borders displayed around the <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/>.
</param>
<param name="borderWidth">
A float value which specifies the border width of the <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/>, measured in pixels.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the border color of the <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/>.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the background color of the current <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/>.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.PageImageBrick.Alignment">
<summary>
<para>Gets or sets the alignment of brick within the page layout rectangle.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration, specifying the alignment.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageImageBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "PageImage".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.PageImageBrick.LineAlignment">
<summary>
<para>Gets or sets the brick alignment related to the top of the parent area.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration member, specifying the alignment.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Page">
<summary>
<para>A single document page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Page.AssignWatermark(DevExpress.XtraPrinting.Drawing.PageWatermark)">
<summary>
<para>Assigns a new watermark to a page's <see cref="P:DevExpress.XtraPrinting.Page.Watermark"/> property.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.XtraPrinting.Drawing.PageWatermark"/> object which specifies a new watermark for a page.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Page.Document">
<summary>
<para>Gets the document which contains the page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Document"/> object representing the document containing the current page.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Page.GetBrickBounds(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Returns the size and location of the specified brick in the current page.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object representing the brick whose size and location should be returned.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> object specifying the width, height and location of the brick.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Page.Index">
<summary>
<para>Gets the page index within the <see cref="T:DevExpress.XtraPrinting.PageList"/> collection.
</para>
</summary>
<value>The page index within the <see cref="T:DevExpress.XtraPrinting.PageList"/> collection.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.InnerBricks">
<summary>
<para>Provides access to the inner bricks of Page.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraPrinting.BrickBase"/> descendants.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.MarginsF">
<summary>
<para>Gets the margins value (measured in three hundredths of an inch) of the current page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Native.MarginsF"/> object which represents the margins (measured in 1/300 of an inch) of the current page.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.OriginalIndex">
<summary>
<para>Gets or sets the page index within the page collection when the document is created.
</para>
</summary>
<value>An integer, representing a page number in a document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.OriginalPageCount">
<summary>
<para>Gets or sets the page count when the document is created.
</para>
</summary>
<value>An integer, representing the number of pages in a document.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.PageSize">
<summary>
<para>Gets the size of the current page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.ScaleFactor">
<summary>
<para>Gets or sets the scale factor (in fractions of <b>1</b>), by which a page is scaled.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, which represents the current scale factor.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Page.Watermark">
<summary>
<para>Provides access to the current watermark on this page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Drawing.PageWatermark"/> object which represents the current watermark.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.LinkCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraPrinting.Link"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.Add(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Adds the specified <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to the collection.
</para>
</summary>
<param name="val">
A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to add to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.AddRange(System.Object[])">
<summary>
<para>Adds the elements of a <see cref="T:DevExpress.XtraPrinting.Link"/> to the end of the <see cref="T:DevExpress.XtraPrinting.LinkCollection"/>.
</para>
</summary>
<param name="items">
An array of <see cref="T:DevExpress.XtraPrinting.Link"/> objects to be added to the end of the <see cref="T:DevExpress.XtraPrinting.LinkCollection"/>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.Contains(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Determines whether the specified <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object is a member of the collection.
</para>
</summary>
<param name="val">
The <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to locate in the collection.
</param>
<returns><b>true</b> if the link is a member of the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.CopyFrom(System.Collections.ArrayList)">
<summary>
<para>Copies the elements of a <see cref="T:DevExpress.XtraPrinting.Link"/> from a compatible one-dimensional collection.
</para>
</summary>
<param name="array">
An <see cref="T:System.Collections.ArrayList"/> object which the links will be copied from.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.IndexOf(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Returns the zero-based index of the specified link in the collection.
</para>
</summary>
<param name="val">
The <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to locate in the collection.
</param>
<returns>An integer value representing the position of the specified link in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.Insert(System.Int32,DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Inserts the specified <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object into the collection at the specified position.
</para>
</summary>
<param name="index">
The zero-based index at which the link should be inserted.
</param>
<param name="val">
The <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.LinkCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, a <see cref="T:System.ArgumentOutOfRangeException"/> is thrown.
</param>
<value>A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> class descendant representing the link at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.LinkCollection.Remove(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object from the collection.
</para>
</summary>
<param name="val">
The <see cref="T:DevExpress.XtraPrinting.LinkBase"/> object to remove from the collection of links.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.ImageBrick">
<summary>
<para>A brick containing an image.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.#ctor">
<summary>
<para>Initializes a new instance of the ImageBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.ImageBrick"/> class.
</para>
</summary>
<param name="sides">
A <b>BorderSide</b> enumeration value which specifies the borders displayed around the <see cref="T:DevExpress.XtraPrinting.ImageBrick"/>.
</param>
<param name="borderWidth">
A float value which specifies the border width of the <see cref="T:DevExpress.XtraPrinting.ImageBrick"/>, measured in pixels.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the border color of the <see cref="T:DevExpress.XtraPrinting.ImageBrick"/>.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the background color of the current <see cref="T:DevExpress.XtraPrinting.ImageBrick"/>.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the ImageBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.#ctor(DevExpress.XtraPrinting.BrickStyle)">
<summary>
<para>Initializes a new instance of the ImageBrick class with the specified brick style.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "Image".
</value>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.Clone">
<summary>
<para>Creates a new ImageBrick instance, which is a copy of the current instance.
</para>
</summary>
<returns>A new ImageBrick instance, which is a copy of the current instance.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.ImageBrick.Dispose">
<summary>
<para>Disposes of the ImageBrick object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.DisposeImage">
<summary>
<para>Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the <see cref="P:DevExpress.XtraPrinting.ImageBrick.Image"/> property, when disposing the ImageBrick object.
</para>
</summary>
<value><b>true</b> to dispose of the image; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.HtmlImageUrl">
<summary>
<para>Gets or sets the path to the image to display in the ImageBrick.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the path to an image.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.Image">
<summary>
<para>Defines the image displayed within the current brick.
</para>
</summary>
<value>The image displayed within a brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.ImageEntry">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraPrinting.ImageBrick.Image"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Native.ImageEntry"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.SizeMode">
<summary>
<para>Specifies the size mode for the ImageBrick.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ImageSizeMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.TextValue">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValue"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.TextValueFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.TextValueFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.UseImageResolution">
<summary>
<para>Gets or sets a value indicating whether to use the initial resolution of the image shown within this ImageBrick.
</para>
</summary>
<value><b>true</b> to use the initial resolution; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.ImageBrick.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.VisualBrick.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.CheckBoxBrick">
<summary>
<para>A brick containing a <b>CheckBox</b> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.#ctor">
<summary>
<para>Initializes a new instance of the CheckBoxBrick class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value(s) which specifies the borders displayed around the brick.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value which specifies the border width of the brick, measured in pixels.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the border color of the brick.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> object which specifies the background color of the brick.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>Initializes a new instance of the CheckBoxBrick class with the specified owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.#ctor(DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the CheckBoxBrick class with the specified settings.
</para>
</summary>
<param name="sides">
A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value, specifying the border width.
</param>
<param name="borderColor">
A <see cref="T:System.Drawing.Color"/> value, specifying the border color.
</param>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> value, specifying the background color.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> value, specifying the foreground color.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.#ctor(DevExpress.XtraPrinting.BrickStyle)">
<summary>
<para>Initializes a new instance of the CheckBoxBrick class with the specified brick style.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.CheckBoxBrick.BrickType">
<summary>
<para>Gets the text string, containing the brick type information.
</para>
</summary>
<value>A string, characterizing the brick's type. Always returns "CheckBox".
</value>
</member>
<member name="P:DevExpress.XtraPrinting.CheckBoxBrick.Checked">
<summary>
<para>Gets or sets a value indicating whether the check box can be set to the <see cref="F:System.Windows.Forms.CheckState.Indeterminate"/> value.
</para>
</summary>
<value><b>true</b> if the <see cref="F:System.Windows.Forms.CheckState.Indeterminate"/> value can be used for setting the <see cref="P:DevExpress.XtraPrinting.CheckBoxBrick.CheckState"/> property; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.CheckBoxBrick.CheckSize">
<summary>
<para>Gets the size of a check image shown within a check box brick.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> value which represents the size of a check image.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.CheckBoxBrick.CheckState">
<summary>
<para>Gets or sets the current state of the CheckBoxBrick object.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value which determines the state of a checkbox.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.CheckBoxBrick.CheckText">
<summary>
<para>Gets or sets the text associated with the CheckBoxBrick object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.CheckBoxBrick.GetCheckValue">
<summary>
<para>Returns the check box birck's state.
</para>
</summary>
<returns>A nullable Boolean value.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.BrickGraphics">
<summary>
<para>Implements report drawing functions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used for the current graphics object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PrintingSystem"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.BackColor">
<summary>
<para>Defines the background color for the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</para>
</summary>
<value>The background color for the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.BeginCalculateRectangle">
<summary>
<para>Starts to calculate the size of the rectangle required for all the bricks being added to the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.BeginUnionRect">
<summary>
<para>Must be called before the creation of a brick group.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.BorderColor">
<summary>
<para>Specifies the border color for the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</para>
</summary>
<value>The border color for the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.BorderWidth">
<summary>
<para>Specifies the border width of the current BrickGraphics object.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the border width, measured in <see cref="F:System.Drawing.GraphicsUnit.Pixel"/> units.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.ClientPageSize">
<summary>
<para>Returns the dimensions of a report page without margins.
</para>
</summary>
<value>Page dimensions without margins.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.DefaultBrickStyle">
<summary>
<para>Gets or sets the default <see cref="T:DevExpress.XtraPrinting.BrickStyle"/>.
</para>
</summary>
<value>The default <see cref="T:DevExpress.XtraPrinting.BrickStyle"/>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.DefaultFont">
<summary>
<para>Specifies the default font for a report.
</para>
</summary>
<value>The default report font.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DocumValueOf(System.Single)">
<summary>
<para>Converts a value specified via the parameter to <b>GraphicsUnit.Document</b> measurement units.
</para>
</summary>
<param name="val">
The value to convert.
</param>
<returns>A value in <b>GraphicsUnit.Document</b> measurement units.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawBrick(DevExpress.XtraPrinting.Brick,System.Drawing.RectangleF)">
<summary>
<para>Adds a brick to a report.
</para>
</summary>
<param name="brick">
The brick to be added to a report.
</param>
<param name="rect">
A <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<returns>The brick added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawBrick(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Adds a brick to a report.
</para>
</summary>
<param name="brick">
The brick to be added to a report.
</param>
<returns>The brick added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawCheckBox(System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide,System.Drawing.Color,System.Boolean)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/> to a report.
</para>
</summary>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for a specific <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/>.
</param>
<param name="backColor">
The color to fill the background of a specific <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/>.
</param>
<param name="check">
<b>true</b>, if the checkbox is in a checked state, otherwise, <b>false</b>.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawCheckBox(System.Drawing.RectangleF,System.Boolean)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/> to a report.
</para>
</summary>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="check">
<b>true</b>, if the checkbox is in a checked state, otherwise, <b>false</b>.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.CheckBoxBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawEmptyBrick(System.Drawing.RectangleF)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.EmptyBrick"/> to a report.
</para>
</summary>
<param name="rect">
The location and size of the <see cref="T:DevExpress.XtraPrinting.EmptyBrick"/>.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.EmptyBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide,System.Drawing.Color)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.ImageBrick"/> brick to a report.
</para>
</summary>
<param name="image">
The image to draw within a specifc brick.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for a specific <see cref="T:DevExpress.XtraPrinting.ImageBrick"/>.
</param>
<param name="backColor">
The color to be displayed in the transparent image.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.ImageBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.ImageBrick"/> brick to a report.
</para>
</summary>
<param name="image">
The image to draw within a specifc brick.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.ImageBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawLine(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Single)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.LineBrick"/> object to a document.
</para>
</summary>
<param name="pt1">
A <see cref="T:System.Drawing.PointF"/> object specifying where the line starts.
</param>
<param name="pt2">
A <see cref="T:System.Drawing.PointF"/> object specifying where the line ends.
</param>
<param name="foreColor">
A <see cref="T:System.Drawing.Color"/> object specifying the line's color.
</param>
<param name="width">
A float value specifying the line's width.
</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.LineBrick"/> object that represents the line drawn in the document.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawPageImage(System.Drawing.Image,System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide,System.Drawing.Color)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/> to a report.
</para>
</summary>
<param name="image">
The image to draw in a specific brick.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for a specific <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/>.
</param>
<param name="backColor">
The color to be displayed in the transparent portions of an image.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.PageImageBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawPageInfo(DevExpress.XtraPrinting.PageInfo,System.String,System.Drawing.Color,System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/> to a report.
</para>
</summary>
<param name="pageInfo">
The type of infomation, displayed in the <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/>.
</param>
<param name="format">
The text to display in the <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/>.
</param>
<param name="foreColor">
The text color for the added <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/>.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for the <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/>.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.PageInfoBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawRect(System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> to a report.
</para>
</summary>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for the current <see cref="T:DevExpress.XtraPrinting.VisualBrick"/>.
</param>
<param name="backColor">
The background color for a brick.
</param>
<param name="borderColor">
The color of the brick's border.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawString(System.String,System.Drawing.Color,System.Drawing.RectangleF,DevExpress.XtraPrinting.BorderSide)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.TextBrick"/> to a report.
</para>
</summary>
<param name="text">
The text displayed in a specific <see cref="T:DevExpress.XtraPrinting.TextBrick"/>.
</param>
<param name="foreColor">
The color used to draw text.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<param name="sides">
Border settings for a specific <see cref="T:DevExpress.XtraPrinting.TextBrick"/>.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.TextBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.DrawString(System.String,System.Drawing.RectangleF)">
<summary>
<para>Adds a specific <see cref="T:DevExpress.XtraPrinting.TextBrick"/> to a report.
</para>
</summary>
<param name="text">
The text displayed in a specific <see cref="T:DevExpress.XtraPrinting.TextBrick"/>.
</param>
<param name="rect">
The <b>RectangleF</b> structure that specifies the location and size of the current brick in measurement units, specified via the <see cref="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit"/> property value.
</param>
<returns>The <see cref="T:DevExpress.XtraPrinting.TextBrick"/> added to a report.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.EndCalculateRectangle">
<summary>
<para>Finishes calculating the size of the rectangle required for all the bricks being added to the document.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.RectangleF"/> object representing the rectangle containing all the bricks added after calling the <see cref="M:DevExpress.XtraPrinting.BrickGraphics.BeginCalculateRectangle"/> method.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.EndUnionRect">
<summary>
<para>Indicates the completion of brick group creation.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.Font">
<summary>
<para>Specifies the font of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</para>
</summary>
<value>The font of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.ForeColor">
<summary>
<para>Defines the foreground color of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</para>
</summary>
<value>The foreground color of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.MeasureString(System.String)">
<summary>
<para>Measures the specified string when drawn.
</para>
</summary>
<param name="text">
String to measure.
</param>
<returns>This method returns a <see cref="T:System.Drawing.SizeF"/> structure that represents the size, measured in pixels.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.MeasureString(System.String,System.Int32)">
<summary>
<para>Measures the specified string when drawn with the specified maximum width.
</para>
</summary>
<param name="text">
String to measure.
</param>
<param name="width">
An integer value specifying the maximum width of the measured string.
</param>
<returns>This method returns a <see cref="T:System.Drawing.SizeF"/> structure that represents the size, measured in pixels.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.MeasureString(System.String,System.Int32,System.Drawing.StringFormat)">
<summary>
<para>Measures the specified string when drawn with the specified maximum width and format.
</para>
</summary>
<param name="text">
String to measure.
</param>
<param name="width">
An integer value specifying the maximum width of the measured string.
</param>
<param name="stringFormat">
The formatting settings for the measured string.
</param>
<returns>This method returns a <see cref="T:System.Drawing.SizeF"/> structure that represents the size, measured in pixels.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat,System.Drawing.GraphicsUnit)">
<summary>
<para>Measures the height and width of the specified text string.
</para>
</summary>
<param name="text">
String to measure.
</param>
<param name="font">
A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.
</param>
<param name="width">
An integer value specifying the maximum width of the measured string.
</param>
<param name="stringFormat">
A <see cref="T:System.Drawing.StringFormat"/> object that represents the string's formatting.
</param>
<param name="pageUnit">
A <see cref="T:System.Drawing.GraphicsUnit"/> enumeration value that specifies the unit of measurement for the return value.
</param>
<returns>This method returns a <see cref="T:System.Drawing.SizeF"/> structure that represents the size, measured in pixels.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.Modifier">
<summary>
<para>Specifies the page area for displaying a specific brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickModifier"/> enumerator value that defines the page area for displaying a specific brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.PageBackColor">
<summary>
<para>Defines the background color for all report pages.
</para>
</summary>
<value>The background color of report pages.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.PageUnit">
<summary>
<para>Defines graphic measurement units.
</para>
</summary>
<value>The type of drawing units.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.PrintingSystem">
<summary>
<para>Gets the owner of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</para>
</summary>
<value>The owner of the current <see cref="T:DevExpress.XtraPrinting.BrickGraphics"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.BrickGraphics.StringFormat">
<summary>
<para>Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStringFormat"/> object containing text information.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.UnionCalculateRectangle(System.Drawing.RectangleF)">
<summary>
<para>Adds a new rectangle item to the rectangle that was calculated after the <see cref="M:DevExpress.XtraPrinting.BrickGraphics.BeginCalculateRectangle"/> method was called.
</para>
</summary>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object representing the rectangle to be added.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.BrickGraphics.UnitValueOf(System.Single)">
<summary>
<para>Converts the value specified via a parameter to the value that uses the current measurement units.
</para>
</summary>
<param name="val">
The value to convert.
</param>
<returns>The obtained value in current measurement units.
</returns>
</member>
<member name="T:DevExpress.XtraPrinting.Brick">
<summary>
<para>The basic class for all brick classes except for the <see cref="T:DevExpress.XtraPrinting.CompositeBrick"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.#ctor">
<summary>
<para>Initializes a new instance of the Brick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Bricks">
<summary>
<para>Gets a collection of bricks which are contained in this Brick.
</para>
</summary>
<value>Always returns the empty collection of bricks.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.BrickType">
<summary>
<para>Override this property to get the text string, containing the brick type information.
</para>
</summary>
<value>$
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.Dispose">
<summary>
<para>Releases all resources used by <see cref="T:DevExpress.XtraPrinting.Brick"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.GetEnumerator">
<summary>
<para>Returns an enumerator that can iterate through the collection of bricks.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerator"/> interface.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Hint">
<summary>
<para>Defines the text displayed as the current brick hint.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the current brick hint text.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.ID">
<summary>
<para>Identifies the current brick.
</para>
</summary>
<value>A <see cref="T:System.String"/> used to identify a specific brick.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.Initialize(DevExpress.XtraPrinting.PrintingSystemBase,System.Drawing.RectangleF)">
<summary>
<para>Initializes a new instance of the Brick class with the specified settings.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used for the current graphics object.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> value which specifies the rectangle to be deflated.
</param>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.IsVisible">
<summary>
<para>Specifies the visibility of Brick.
</para>
</summary>
<value><b>true</b> if the brick is visible; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Parent">
<summary>
<para>Gets or sets the parent document band for the current brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Native.DocumentBand"/> object which is the parent for this brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Printed">
<summary>
<para>Specifies whether the current brick will be shown in the printout.
</para>
</summary>
<value><b>true</b>, if the current brick will be printed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.PrintingSystem">
<summary>
<para>Gets or sets the <b>Printing System</b> used to create and print this brick.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the Printing System used to create and print this brick.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Rect">
<summary>
<para>Defines the current brick's location and size, in <b>GraphicsUnit.Document</b> measurement units.
</para>
</summary>
<value>A rectangle representing the current brick location and size.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.SafeGetAttachedValue(System.String,System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
A <see cref="T:System.String"/> value.
</param>
<param name="defaultValue">
A <see cref="T:System.Object"/> value.
</param>
<returns>A <see cref="T:System.Object"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.SafeGetAttachedValue``1(System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
A <see cref="T:System.String"/> value.
</param>
<returns>@nbsp;
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Separable">
<summary>
<para>Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated.
</para>
</summary>
<value>true if the current brick can be split; otherwise, false.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.SeparableHorz">
<summary>
<para>Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination.
</para>
</summary>
<value><b>true</b> if a brick can be divided horizontally; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.SeparableVert">
<summary>
<para>Override this property to get or set the setting specifying whether the brick can be split vertically on repagination.
</para>
</summary>
<value><b>true</b> if a brick can be divided vertically; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.SetAttachedValue(System.String,System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<param name="value">
An <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.TryGetAttachedValue(System.String,System.Object@)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<param name="value">
An <see cref="T:System.Object"/> value.
</param>
<returns>A Boolean value.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Url">
<summary>
<para>Specifies the link to an external resource.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the link to a resource.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.ValidatePageBottom(System.Drawing.RectangleF,System.Boolean,System.Drawing.RectangleF,DevExpress.XtraPrinting.IPrintingSystemContext)">
<summary>
<para>For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page.
</para>
</summary>
<param name="pageBounds">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the new position of the current page.
</param>
<param name="enforceSplitNonSeparable">
<b>true</b> to forcibly split non-separable bricks; otherwise, <b>false</b>.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the suggested new bottom position of the current page.
</param>
<param name="context">
A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings.
</param>
<returns>A <see cref="T:System.Single"/> value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Brick.ValidatePageRight(System.Single,System.Drawing.RectangleF)">
<summary>
<para>Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page.
</para>
</summary>
<param name="pageRight">
A <see cref="T:System.Single"/> value specifying the right edge of the current page.
</param>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> object specifying the suggested new right position of the current page.
</param>
<returns>A <see cref="T:System.Single"/> value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Brick.Value">
<summary>
<para>Gets or sets an <b>object</b>, containing additional information on the current brick.
</para>
</summary>
<value>Additional information on the current brick.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.BrickModifier">
<summary>
<para>Specifies the report section's modifiers.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.Detail">
<summary>
<para>Represents the detail section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.DetailFooter">
<summary>
<para>Represents the detail footer section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.DetailHeader">
<summary>
<para>Represents the detail header section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.InnerPageFooter">
<summary>
<para>Represents the inner page footer section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.InnerPageHeader">
<summary>
<para>Represents the inner page header section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.MarginalFooter">
<summary>
<para>Represents the marginal page footer section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.MarginalHeader">
<summary>
<para>Represents the marginal page header section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.None">
<summary>
<para>This value doesn't represent any section of the document. It is used when specifying the <see cref="P:DevExpress.XtraPrinting.LinkBase.SkipArea"/> property, to specify that no section should be skipped when creating a document. Note that you can't create a document using this brick modifier value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.ReportFooter">
<summary>
<para>Represents the report footer section of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.BrickModifier.ReportHeader">
<summary>
<para>Represents the report header section of the document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.BrickCollectionBase">
<summary>
<para>Serves as the base class for classes that represent collections of bricks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.BrickCollectionBase.Add(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Adds the specified brick to the collection.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.Brick"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="P:DevExpress.XtraPrinting.BrickCollectionBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object which represents the brick at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.BrickCollectionBase.Remove(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Removes the specified brick from the collection.
</para>
</summary>
<param name="brick">
An <see cref="T:DevExpress.XtraPrinting.Brick"/> object to be removed from the collection.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.IPrintingSystemContext">
<summary>
<para>For internal use. Provides information about the Printing System.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.IPrintingSystemContext.DrawingPage">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.IPrintingSystemContext.Measurer">
<summary>
<para>For internal use.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.IPrintingSystemContext.PrintingSystem">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.Export.ITableCell">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.FormatString">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.ShouldApplyPadding">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.TextValue">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.Url">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.XlsExportNativeFormat">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.XtraPrinting.Export.ITableCell.XlsxFormatString">
<summary>
<para>For internal use. Intended to support exporting bricks to some formats.
</para>
</summary>
<value>@nbsp;
</value>
</member>
</members>
</doc>