<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.XtraReports.v11.1</name>
    </assembly>
    <members>
        <member name="T:DevExpress.XtraReports.UI.DesignerOptions">

            <summary>
                <para>Provides settings that determine the availability of popup hints and warnings in the Report Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DesignerOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the DesignerOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowDesignerHints">
            <summary>
                <para>Specifies whether designer hints should be displayed.
</para>
            </summary>
            <value><b>true</b> to display designer hints; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowExportWarnings">
            <summary>
                <para>Specifies whether export warnings for overlapping controls should be displayed.

</para>
            </summary>
            <value><b>true</b> to display export warnings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowPrintingWarnings">
            <summary>
                <para>Specifies whether printing warnings should be shown for controls which are located outside the right page margin.
</para>
            </summary>
            <value><b>true</b> to display printing warnings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.StylePriority">

            <summary>
                <para>Represents the container of settings that determine which properties of a style assigned to a control should override the corresponding properties of a control.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.StylePriority.#ctor">
            <summary>
                <para>Initializes a new instance of the StylePriority class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseBackColor">
            <summary>
                <para>Gets or sets a value indicating whether the control's background color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the background color should be obtained from a style; <b>false</b> if the background color should be obtained from the control's <b>BackColor</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderColor">
            <summary>
                <para>Gets or sets a value indicating whether the control's border color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the border color should be obtained from a style; <b>false</b> if the border color should be obtained from the control's <b>BorderColor</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderDashStyle">
            <summary>
                <para>Gets or sets a value indicating whether the control's border dash style should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, or from a style assigned to it.
</para>
            </summary>
            <value><b>true</b> if the border dash style should be obtained from a style; <b>false</b> if the border dash style should be obtained from the control's <b>BorderDashStyle</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorders">
            <summary>
                <para>Gets or sets a value indicating whether the control's borders settings should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the borders settings should be obtained from a style; <b>false</b> if the borders settings should be obtained from the control's <b>Borders</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderWidth">
            <summary>
                <para>Gets or sets a value indicating whether the control's border width should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property, or from a style assigned to it.

</para>
            </summary>
            <value><b>true</b> if the border width should be obtained from a style; <b>false</b> if the border width should be obtained from the control's <b>BorderWidth</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseFont">
            <summary>
                <para>Gets or sets a value indicating whether the control's font should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the font should be obtained from a style; <b>false</b> if the font should be obtained from the control's <b>Font</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseForeColor">
            <summary>
                <para>Gets or sets a value indicating whether the control's foreground color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the foreground color should be obtained from a style; <b>false</b> if the foreground color should be obtained from the control's <b>ForeColor</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UsePadding">
            <summary>
                <para>Gets or sets a value indicating whether the control's padding should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the padding should be obtained from a style; <b>false</b> if the padding should be obtained from the control's <b>Padding</b> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StylePriority.UseTextAlignment">
            <summary>
                <para>Gets or sets a value indicating whether the control's text alignment should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property, or from a style assigned to it.



</para>
            </summary>
            <value><b>true</b> if the text alignment should be obtained from a style; <b>false</b> if the text alignment should be obtained from the control's <b>TextAlignment</b> property.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.Code128Charset">

            <summary>
                <para>Specifies the character set used for coding the Code 128 barcode structure.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.Code128Charset.CharsetA">
            <summary>
                <para>The "A" character set will be used for coding a barcode.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.Code128Charset.CharsetAuto">
            <summary>
                <para>The character set will be chosen automatically according to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> assigned to the barcode.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.Code128Charset.CharsetB">
            <summary>
                <para>The "B" character set will be used for coding a barcode.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.Code128Charset.CharsetC">
            <summary>
                <para>The "C" character set will be used for coding a barcode.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.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.XtraReports.UI.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.XtraReports.UI.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.XtraReports.UI.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.XtraReports.UI.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.XtraReports.UI.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.XtraReports.UI.WinControlDrawMethod">

            <summary>
                <para>Specifies how the <b>Windows Forms</b> control represented via the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object should be drawn in a report.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlDrawMethod.UseWMPaint">
            <summary>
                <para>Use the <b>WM_PAINT</b> message to draw the <b>Windows Forms</b> control.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlDrawMethod.UseWMPaintRecursive">
            <summary>
                <para>Use the <b>WM_PAINT</b> message to recursively draw the <b>Windows Forms</b> control and all its child controls.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlDrawMethod.UseWMPrint">
            <summary>
                <para>Use the <b>WM_PRINT</b> message to draw the <b>Windows Forms</b> control.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlDrawMethod.UseWMPrintRecursive">
            <summary>
                <para>Use the <b>WM_PRINT</b> message to recursively draw the <b>Windows Forms</b> control and all its child controls.


</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions">

            <summary>
                <para>Contains options for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>'s field. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.#ctor(DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridFieldOptions class with the specified settings.
</para>
            </summary>
            <param name="optionsChanged">
		A delegate that will receive change notifications.

            </param>
            <param name="viewBagOwner">
		An IViewBagOwner object that is used to initialize the created object.

            </param>
            <param name="objectPath">
		A string value that is used to initialize the created object.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.AllowEdit">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.AllowEdit"/> property to hide it. 
</para>
            </summary>
            <value><b>true</b> to allow editing cell values that correspond to the current data field; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.IsFilterRadioMode">
            <summary>
                <para>Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether an end-user is allowed to select only a single item in the filter drop-down.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ReadOnly">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ReadOnly"/> property to hide it. 
</para>
            </summary>
            <value><b>true</b> to prevent a cell value from being changed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowButtonMode">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ShowButtonMode"/> property to hide it. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum"/> value that specifies the current display mode for cell buttons.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowInCustomizationForm">
            <summary>
                <para>Gets or sets whether the field's header is displayed within the customization form when the field is hidden.

</para>
            </summary>
            <value><b>true</b> to display the field's header within the customization form when the field is hidden; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowInPrefilter">
            <summary>
                <para>Gets or sets whether the field is shown in Prefilter.
</para>
            </summary>
            <value><b>true</b> if the field is shown in Prefilter; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowUnboundExpressionMenu">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ShowUnboundExpressionMenu"/> property to hide it. 
</para>
            </summary>
            <value><b>true</b> if an end-user can open an Expression Editor for the current unbound field, using a context menu; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRBarCode">

            <summary>
                <para>Represents a Barcode control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBarCode.#ctor">
            <summary>
                <para>Initializes a new instance of the XRBarCode class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.Alignment">
            <summary>
                <para>Gets or sets the alignment of the barcode object in the control rectangle.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the barcode is aligned in the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.AutoModule">
            <summary>
                <para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraReports.UI.XRBarCode.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.XtraReports.UI.XRBarCode.BarCodeOrientation">
            <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.XtraReports.UI.XRBarCode.BinaryData">
            <summary>
                <para>Gets or sets the byte array to be coded into the PDF417 or GS1 - Data Matrix (ECC200) barcode.
</para>
            </summary>
            <value>An array of <see cref="T:System.Byte"/> values to be coded using the barcode's symbology.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.BinaryDataBase64">
            <summary>
                <para>For internal use. Accompanies the XML serialization of a barcode's binary data.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.DefaultPadding">
            <summary>
                <para>Returns an object representing the default padding value for the XRBarCode class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the default padding for a barcode.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.Module">
            <summary>
                <para>Gets or sets the width of the narrowest bar or space in the current XRBarCode instance. 
</para>
            </summary>
            <value>The width of the narrowest bar or space (measured in report units).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.PaddingInfo">
            <summary>
                <para>Gets or sets the padding values of a barcode (in report units).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object which contains the padding values of a barcode.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.ShowText">
            <summary>
                <para>Gets or sets a value indicating whether the text is displayed in the <see cref="T:DevExpress.XtraReports.UI.XRBarCode"/> control. 
</para>
            </summary>
            <value><b>true</b> if the text is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.Symbology">
            <summary>
                <para>Gets or sets the symbology (code type) for the barcode and the text displayed in the <see cref="T:DevExpress.XtraReports.UI.XRBarCode"/> control.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase"/> class descendant which defines the symbology for the current XRBarCode control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.Text">
            <summary>
                <para>Gets or sets the textual information to be coded into the PDF417 barcode.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> to be coded using the PDF417 barcode's symbology.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.TextAlignment">
            <summary>
                <para>Gets or sets the barcode's text alignment.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the barcode.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBarCode.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint">

            <summary>
                <para>Provides print options for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.#ctor(System.EventHandler)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridOptionsPrint class with the specified settings.
</para>
            </summary>
            <param name="optionsChanged">
		A delegate that will receive change notifications.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.PageSettings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PageSettings"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridPageSettings"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.UsePrintAppearance">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.UsePrintAppearance"/> property, to hide it.
</para>
            </summary>
            <value>Always <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.VerticalContentSplitting">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.VerticalContentSplitting"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.VerticalContentSplitting"/> enumeration value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ReportDesignContext">

            <summary>
                <para>For internal use.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportDesignContext.CreateTool(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

            </param>
            <returns>An object implementing the <see cref="T:DevExpress.XtraReports.UI.IReportDesignTool"/> interface.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.IReportDesignTool">

            <summary>
                <para>Provides methods for showing both the standard and Ribbon End-User Designer forms.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form which allows a report to be edited by end-users.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings.
</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings.




</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form modally. This form allows a report to be edited by end-users.



</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>When implemented by a class, invokes the standard End-User Designer form modally using the specified look and feel settings and with the specified design panels hidden.



</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form which allows a report to be edited by end-users.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings.
</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form modally, using the specified look and feel settings.
</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form modally. This form allows a report to be edited by end-users.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>When implemented by a class, invokes the Ribbon End-User Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRLineScripts">

            <summary>
                <para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRLine"/> control.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLineScripts.OnTextChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SerializableString">

            <summary>
                <para>Represents the class used to implement serialization functionality in XtraReports.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.SerializableString.#ctor">
            <summary>
                <para>Initializes a new instance of the SerializableString class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.SerializableString.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.SerializableString"/> class with the specified serialization information.
</para>
            </summary>
            <param name="info">
		A <see cref="T:System.Runtime.Serialization.SerializationInfo"/> value that holds all the data needed to serialize or deserialize an object.


            </param>
            <param name="context">
		A <see cref="T:System.Runtime.Serialization.StreamingContext"/> value containing the source and destination of a given serialized stream.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.SerializableString.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the SerializableString class with the specified value.
</para>
            </summary>
            <param name="value">
		A <see cref="T:System.String"/> that specifies the value to be serialized.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SerializableString.Value">
            <summary>
                <para>Gets or sets the value to be serialized by the <see cref="T:DevExpress.XtraReports.UI.SerializableString"/> object.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> specifying the value to be serialized.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DetailReportBand">

            <summary>
                <para>Represents a band used for holding a detail report.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DetailReportBand.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailReportBand.Level">
            <summary>
                <para>Gets or sets a value specifying the order of several DetailReportBand objects in a report.
</para>
            </summary>
            <value>An integer value indicating the relative position of several DetailReportBand objects.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRCrossBandBox">

            <summary>
                <para>A Cross-Band Box control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandBox.#ctor">
            <summary>
                <para>Initializes a new instance of the XRCrossBandBox class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.BackColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.BorderDashStyle">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, to hide it.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.Borders">
            <summary>
                <para>Gets or sets a set of borders (top, right, bottom,left), which should be visible for the cross-band box.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value or their combination, which represents a set of visible borders.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.BorderWidth">
            <summary>
                <para>Gets or sets the control's border width (measured in pixels).
</para>
            </summary>
            <value>An integer value which represents the border width (in pixels).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraPrinting.PaddingInfo.Empty"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRCrossBandLine">

            <summary>
                <para>A Cross-Band Line control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandLine.#ctor">
            <summary>
                <para>Initializes a new instance of the XRCrossBandLine class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BackColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BorderColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BorderDashStyle">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, to hide it.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.Borders">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraPrinting.BorderSide.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BorderWidth">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property to hide it.
</para>
            </summary>
            <value>Always <b>0</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.LineStyle">
            <summary>
                <para>Gets or sets the style used to draw a cross-band line.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Drawing2D.DashStyle"/> enumeration value that represents the line style.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraPrinting.PaddingInfo.Empty"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRCrossBandControlCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.#ctor(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Initializes a new instance of the XRCrossBandControlCollection class.
</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which will be the container for the created collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.Add(DevExpress.XtraReports.UI.XRCrossBandControl)">
            <summary>
                <para>Appends the specified cross-band control to the current collection.


</para>
            </summary>
            <param name="child">
		An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object to append to the collection.


            </param>
            <returns>An integer value indicating the position at which the new element was inserted.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.AddRange(DevExpress.XtraReports.UI.XRCrossBandControl[])">
            <summary>
                <para>Appends an array of cross-band controls to the collection.

</para>
            </summary>
            <param name="controls">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> objects to append to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.Contains(DevExpress.XtraReports.UI.XRCrossBandControl)">
            <summary>
                <para>Determines whether the collection contains the specified cross-band control.

</para>
            </summary>
            <param name="item">
		An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object to locate in the collection.


            </param>
            <returns><b>true</b> if the collection contains the specified cross-band control; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.IndexOf(DevExpress.XtraReports.UI.XRCrossBandControl)">
            <summary>
                <para>Returns the specified object's position within the collection.
</para>
            </summary>
            <param name="item">
		An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControlCollection.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>An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object which represents the cross-band control at the specified position.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControlCollection.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the cross-band control to get.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object which represents the cross-band control with the specified name.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControlCollection.Remove(DevExpress.XtraReports.UI.XRCrossBandControl)">
            <summary>
                <para>Removes the specified cross-band control from the collection.
</para>
            </summary>
            <param name="item">
		An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> object to be removed from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRCrossBandControl">

            <summary>
                <para>Represents a base class for controls which are not restricted to a particular Band, but draws itself from the start to the end point through the report bands.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCrossBandControl.#ctor">
            <summary>
                <para>Initializes a new instance of the XRCrossBandControl class with default settings.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.AfterPrint">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.AfterPrint"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.BeforePrint">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.BeforePrint"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property to hide it.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property to hide it.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.Draw">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndBand">
            <summary>
                <para>Gets or sets a band, from which a cross-band control finishes its drawing.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, representing a band where the control's ending point lies.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPoint">
            <summary>
                <para>Gets or sets the end point, where the control ends drawing. 

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> object, representing a point where the drawing finishes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPointF">
            <summary>
                <para>Gets or sets the ending point where the control ends drawing. 
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.PointF"/> object, representing a point where the drawing finishes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPointFloat">
            <summary>
                <para>For internal use only. Specifies the end position of an <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> descendant.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.EvaluateBinding">
            <summary>
                <para>This event is not available for the XRCrossBandControl class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.LocationChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.LocationF">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.PointF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.ParentChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewDoubleClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseDown">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseMove">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseUp">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PrintOnPage">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Report">
            <summary>
                <para>Gets the report which contains the cross-band control.

</para>
            </summary>
            <value>An instance of the <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> class descendant.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.RootReport">
            <summary>
                <para>Gets the root report.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object representing the root report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Scripts">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Scripts"/> property to hide it.
</para>
            </summary>
            <value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.SizeChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.SizeF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartBand">
            <summary>
                <para>Gets or sets a band, from which a cross-band control starts its drawing.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, representing a band where the control's starting point lies.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPoint">
            <summary>
                <para>Gets or sets the starting point where the cross-band control starts drawing.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> object, representing a point where the drawing begins.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPointF">
            <summary>
                <para>Gets or sets the starting point where the cross-band control starts drawing.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.PointF"/> object, representing a point where the drawing begins.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPointFloat">
            <summary>
                <para>For internal use only. Specifies the start position of an <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> descendant.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StylePriority">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StylePriority"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property to hide it.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.WidthF">
            <summary>
                <para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraReports.UI.XRControl.WidthF"/> property for the XRCrossBandControl.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property to hide it.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.CalculatedFieldCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedFieldCollection.#ctor(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Initializes a new instance of the CalculatedFieldCollection class with the specified owner report.

</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedFieldCollection.AddRange(DevExpress.XtraReports.UI.CalculatedField[])">
            <summary>
                <para>Appends an array of calculated fields to the collection.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> objects to append to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedFieldCollection.Dispose">
            <summary>
                <para>Disposes the CalculatedFieldCollection object.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.CalculatedField">

            <summary>
                <para>Represents a calculated field.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedField.#ctor">
            <summary>
                <para>Initializes a new instance of the CalculatedField class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedField.#ctor(System.Object,System.String)">
            <summary>
                <para>Initializes a new instance of the CalculatedField class with the specified data source and data member.

</para>
            </summary>
            <param name="dataSource">
		A <see cref="T:System.Object"/>, which specifies a field's data source. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.CalculatedField.DataSource"/> property.

            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value, which specifies a field's data member. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.CalculatedField.DataMember"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedField.Assign(System.Object,System.String)">
            <summary>
                <para>Assigns the specified datasource and a data member value to the current calculated field.

</para>
            </summary>
            <param name="dataSource">
		A <see cref="T:System.Object"/> that specifies the datasource for the current calculated field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.CalculatedField.DataSource"/> property.

            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value that specifies the data member for the current calculated field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.CalculatedField.DataMember"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.DataMember">
            <summary>
                <para>Specifies the data member of the calculated field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a calculated field's data member.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.DataSource">
            <summary>
                <para>Specifies the data source, associated with the calculated field.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a calculated field's data source.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.DisplayName">
            <summary>
                <para>Specifies the display name of the calculated field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the calculated field's display name.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedField.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current CalculatedField 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 CalculatedField instance; otherwise <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.Expression">
            <summary>
                <para>Specifies the expression of the calculated field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a calculated field's expression.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.FieldType">
            <summary>
                <para>Specifies the type of the value returned by the calculated field.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.FieldType"/> enumeration value, specifying the calculated field's value type.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedField.GetHashCode">
            <summary>
                <para>Gets the hash code (a number) that corresponds to the value of the current CalculatedField object.

</para>
            </summary>
            <returns>An integer value representing the hash code for the current object.
</returns>


        </member>
        <member name="E:DevExpress.XtraReports.UI.CalculatedField.GetValue">
            <summary>
                <para>Occurs when a calculated field obtains is value, enabling you to return a custom value for this calculated field.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.IsDisposed">
            <summary>
                <para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
            </summary>
            <value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.Name">
            <summary>
                <para>Gets or sets the name of the calculated field.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the calculated field.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.Scripts">
            <summary>
                <para>Provides access to an object that contains CalculatedField-specific scripts to handle its events in the End-User Designer.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.CalculatedFieldScripts"/> object, which represents scripts handling CalculatedField's events.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SaveComponentsEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.SaveComponents"/> event.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.SaveComponentsEventArgs.Components">
            <summary>
                <para>Provides access to the list of components that will be saved along with a report's layout into a REPX file.
</para>
            </summary>
            <value>An object, which implements the <see cref="T:System.Collections.IList"/> interface, representing the components to be saved.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles">

            <summary>
                <para>Represents the container of styles which determine the appearance of <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>'s elements.



</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.#ctor(DevExpress.XtraReports.UI.XRPivotGrid)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridStyles class with the specified owner.


</para>
            </summary>
            <param name="control">
		An <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> object which will be the container for the created collection of styles.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.CellStyle">
            <summary>
                <para>Gets or sets a style which is used to print data cells.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.CustomTotalCellStyle">
            <summary>
                <para>Gets or sets a style which is used to print custom total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.EvenStyle">
            <summary>
                <para>Overrides the <b>XRControlStyles.EvenStyle</b> property to hide it.
</para>
            </summary>
            <value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldHeaderStyle">
            <summary>
                <para>Gets or sets a style which is used to print field headers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueGrandTotalStyle">
            <summary>
                <para>Gets or sets a style which is used to print grand total headers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueStyle">
            <summary>
                <para>Gets or sets a style which is used to print the values of fields.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueTotalStyle">
            <summary>
                <para>Gets or sets a style which is used to print the headers of Totals.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FilterSeparatorStyle">
            <summary>
                <para>Gets or sets a style which is used to print the filter header area separator.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.GrandTotalCellStyle">
            <summary>
                <para>Gets or sets a style which is used to print Grand Total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.HeaderGroupLineStyle">
            <summary>
                <para>Gets or sets a style which is used to print connector lines between field headers combined in a field group.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.LinesStyle">
            <summary>
                <para>Gets or sets a style which is used to print the horizontal and vertical lines.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.OddStyle">
            <summary>
                <para>Overrides the <b>XRControlStyles.OddStyle</b> property to hide it.
</para>
            </summary>
            <value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.Style">
            <summary>
                <para>Overrides the <b>XRControlStyles.Style</b> property to hide it.
</para>
            </summary>
            <value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.TotalCellStyle">
            <summary>
                <para>Gets or sets a style which is used to print automatic total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField">

            <summary>
                <para>Represents a field within the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.#ctor(System.String,DevExpress.XtraPivotGrid.PivotArea)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridField class with the specified field name and location.
</para>
            </summary>
            <param name="fieldName">
		A string that identifies the name of the database field that will be assigned to the new XRPivotGridField object. 

            </param>
            <param name="area">
		A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the area in which the new XRPivotGridField object will be positioned. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridField class.
</para>
            </summary>
            <param name="data">
		A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPivotGridField class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.Appearance">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridField.Appearance"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldAppearances"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.FieldEdit">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridField.FieldEdit"/> property to hide it. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that represents the field's repository item.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.FieldName">
            <summary>
                <para>Gets or sets the name of the database field that is assigned to the current XRPivotGridField object.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which is the name of the data field.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.Options">
            <summary>
                <para>Contains the field's options.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions"/> object which contains the field's options.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection">

            <summary>
                <para>Represents a field collection for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridFieldCollection class.
</para>
            </summary>
            <param name="data">
		A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object that implements data-aware operations on the data source.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection.Item(System.String)">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object specified by the field name. 
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value specifying the field name of the required <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object. 

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object bound to the specified field. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual fields in the collection.
</para>
            </summary>
            <param name="index">
		A zero-based integer specifying the desired field's position within the collection. If negative or greater than the last available index, an exception is raised. 


            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object which represents the field at the specified position. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReportScripts">

            <summary>
                <para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnFillEmptySpace">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FillEmptySpace"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestBeforeShow">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestSubmit">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestSubmit"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestValueChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnPrintProgress">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.PrintProgress"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.Design.DesignTool">

            <summary>
                <para>For internal use.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.Design.DesignTool.AddToContainer(System.IServiceProvider,System.ComponentModel.IComponent)">
            <summary>
                <para>For internal use. 

</para>
            </summary>
            <param name="servProvider">
		@nbsp;

            </param>
            <param name="component">
		@nbsp;

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.Design.DesignTool.AddToContainer(System.IServiceProvider,System.ComponentModel.IComponent,System.String)">
            <summary>
                <para>For internal use. 

</para>
            </summary>
            <param name="servProvider">
		@nbsp;

            </param>
            <param name="component">
		@nbsp;

            </param>
            <param name="name">
		@nbsp;

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.Design.DesignTool.ForceAddToContainer(System.ComponentModel.ISite,System.ComponentModel.IComponent,System.String)">
            <summary>
                <para>For internal use. 

</para>
            </summary>
            <param name="site">
		@nbsp;

            </param>
            <param name="component">
		@nbsp;

            </param>
            <param name="name">
		@nbsp;

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.Design.DesignTool.IsEndUserDesigner(System.IServiceProvider)">
            <summary>
                <para>For internal use. 

</para>
            </summary>
            <param name="servProvider">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.Design.DesignTool.RemoveFromContainer(System.IServiceProvider,System.ComponentModel.IComponent)">
            <summary>
                <para>For internal use. 

</para>
            </summary>
            <param name="servProvider">
		@nbsp;

            </param>
            <param name="component">
		@nbsp;

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PreviewMouseEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> and <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PreviewMouseEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.PreviewMouseEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> and <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> events.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> or <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.PreviewMouseEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> and <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> events.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PreviewMouseEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> and <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> events.

 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PreviewMouseEventArgs.#ctor(DevExpress.XtraPrinting.VisualBrick,DevExpress.XtraPrinting.ChangeEventArgs)">
            <summary>
                <para>Initializes a new instance of the PreviewMouseEventArgs class with the specified settings.
</para>
            </summary>
            <param name="brick">
		A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object, representing a control's contents in a report document. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick"/> property.

            </param>
            <param name="changeArgs">
		A <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> object, specifying the changes to property values. 


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick">
            <summary>
                <para>Gets a visual brick that represents this control's contents on a report page.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object which represents the control's contents.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.PreviewMouseEventArgs.GetBrickScreenBounds">
            <summary>
                <para>Obtains the location and size of the <see cref="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick"/> on the screen.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> object representing brick bounds on the screen. 
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.PreviewControl">
            <summary>
                <para>Gets the control which shows the print preview of the report for this event.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Control"/> object which represents the preview control for the event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlStyleSheet">

            <summary>
                <para>Provides functionality for an object used as a repository for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/>'s styles.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.#ctor">
            <summary>
                <para>Initializes a new instance of the XRControlStyleSheet class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.#ctor(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Initializes a new instance of the XRControlStyleSheet class with the specified report.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report which will be the owner of this style sheet.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Add(System.String,DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Adds the style with the specified name to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> instance.
</para>
            </summary>
            <param name="name">
		A string containing the name of the style to add to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/>.


            </param>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to be added to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Add(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Appends the specified <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to the current style sheet.

</para>
            </summary>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to append to the style sheet.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.AddRange(DevExpress.XtraReports.UI.XRControlStyle[])">
            <summary>
                <para>Appends an array of control styles to the style sheet.
</para>
            </summary>
            <param name="styles">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> objects to append to the style sheet.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Contains(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Determines whether the collection contains the specified control style.

</para>
            </summary>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to locate in the collection.


            </param>
            <returns><b>true</b> if the collection contains the specified control style; otherwise, <b>false</b>.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.CopyTo(System.Array,System.Int32)">
            <summary>
                <para>Copies the entire control style collection to a one dimensional array starting at the specified index of the target array.

</para>
            </summary>
            <param name="array">
		A one-dimensional array that is the destination for the control styles copied from the collection.


            </param>
            <param name="arrayIndex">
		An integer value specifying the zero-based index in the target array at which copying begins.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.FileName">
            <summary>
                <para>Gets or sets the path to the report's style sheet.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the full path (including the file name) to a file containing the styles.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.IndexOf(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Returns the specified control style's position within the collection.

</para>
            </summary>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> to locate in the collection.


            </param>
            <returns>A zero-based integer which represents the control style's position within the collection. <b>-1</b> if the control style doesn't belong to the collection.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.

</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the style to get.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object which represents the style with the specified name.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the 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>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object which represents the control style at the specified position.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromFile(System.String)">
            <summary>
                <para>Loads the styles from the given file into the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object. 

</para>
            </summary>
            <param name="fileName">
		A string containing the full path to a file containing the styles that needed to be loaded.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromStream(System.IO.Stream)">
            <summary>
                <para>Loads the styles from the given stream into the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object. 

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object which stores the loaded style sheet. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromXml(System.String)">
            <summary>
                <para>Restores the style sheet from the specified XML file.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the style sheet's file name.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromXml(System.IO.Stream)">
            <summary>
                <para>Restores the style sheet from an XML object located in the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> value that specifies the style sheet's stream location.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Remove(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Removes the specified control style from the collection.

</para>
            </summary>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to be removed from the collection. 


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveToFile(System.String)">
            <summary>
                <para>Saves the styles contained in the given XRControlStyleSheet object to a file.

</para>
            </summary>
            <param name="fileName">
		A string containing the full path to the file (including the file name and extension) in which the styles will be saved.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveToStream(System.IO.Stream)">
            <summary>
                <para>Saves the styles contained in the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object to a stream.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object which the saved style sheet object should be sent to. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveXmlToFile(System.String)">
            <summary>
                <para>Serializes the style sheet in XML format to the specified file.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> value that specifies the style sheet's file name.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveXmlToStream(System.IO.Stream)">
            <summary>
                <para>Serializes the style sheet in XML format to the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> value that specifies the style sheet's stream location.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Styles">
            <summary>
                <para>Gets styles that are stored in XRControlStyleSheet.
</para>
            </summary>
            <value>A <see cref="T:System.Collections.CollectionBase"/> descendant.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReportBase">

            <summary>
                <para>Represents the base class for <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> and <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> classes.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.ApplyFiltering">
            <summary>
                <para>Applies the filter string assigned to the <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.FilterString"/> property, to a report's datasource using the current values of parameters.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged">
            <summary>
                <para>Occurs when the height of any band in the collection returned by the <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.Bands"/> property changes. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.Bands">
            <summary>
                <para>Gets the collection of bands contained in a report.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.BandCollection"/> object representing the collection of bands contained in a report. 

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.Controls">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> property.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.CreateBand(DevExpress.XtraReports.UI.BandKind)">
            <summary>
                <para>Creates a band of the specified type.
</para>
            </summary>
            <param name="bandKind">
		A <see cref="T:DevExpress.XtraReports.UI.BandKind"/> enumeration value.

            </param>
            <returns>A <see cref="T:DevExpress.XtraReports.UI.Band"/> descendant of the specified type.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.CurrentRowIndex">
            <summary>
                <para>Gets the index of the current data row in a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.


</para>
            </summary>
            <value>An integer value which represents the index of the current data row.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.DataAdapter">
            <summary>
                <para>Gets or sets the data adapter, which should be used to populate a report's datasource.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which represents the report's data adapter.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.DataMember">
            <summary>
                <para>Gets or sets a specific list in a report's datasource.


</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing a list in a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource">
            <summary>
                <para>Gets or sets a data source object that provides data for a master or detail report, as well as to the charts and pivot grids it contains.
</para>
            </summary>
            <value>An object representing the report's data source.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceDemanded">
            <summary>
                <para>Occurs before report generation, for specifying a data source for the report.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged">
            <summary>
                <para>Occurs when the current row in the report's data source has been changed. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.DetailPrintCount">
            <summary>
                <para>Specifies how many times the Detail band should be printed when a data source is defined for the report, and it is not empty.

</para>
            </summary>
            <value>An integer value, specifying the number of Detail bands printed.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.DetailPrintCountOnEmptyDataSource">
            <summary>
                <para>Specifies how many times the Detail band should be printed when no data source is defined for the report.

</para>
            </summary>
            <value>An integer value, specifying the number of Detail bands printed.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.EvenStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.FillDataSource">
            <summary>
                <para>Populates a datasource, which is assigned to a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/> property.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.FilterString">
            <summary>
                <para>Gets or sets the criteria used to filter the data fetched and displayed within the report.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the logical expression to be applied to the data for filtering. 

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.GetCurrentColumnValue(System.String)">
            <summary>
                <para>Gets the current value of the specified column in the report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.
</para>
            </summary>
            <param name="columnName">
		A <see cref="T:System.String"/>, which specifies the name of the column whose value is to be obtained.


            </param>
            <returns>An object which represents the current value of the specified column in the datasource. If the specified column was not found, this method returns <b>null</b> (<b>Nothing</b> in Visual Basic).

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.GetCurrentRow">
            <summary>
                <para>Gets the current row in the <b>primary datasource</b>.
</para>
            </summary>
            <returns><para>If the <b>primary datasource</b> is represented by a <see cref="T:System.Data.DataTable"/> object the return value will be an object of the <see cref="T:System.Data.DataRowView"/> class. If it's represented by an object implementing the <see cref="T:System.Collections.IList"/> interface the return value will be an item from the collection represented by this object.</para>
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.GetNextColumnValue(System.String)">
            <summary>
                <para>Gets the next value of the specified column in the report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.
</para>
            </summary>
            <param name="columnName">
		A <see cref="T:System.String"/>, which specifies the name of the column whose value to be obtained.


            </param>
            <returns>An object which represents the next value of the specified column in the datasource. If the specified column was not found, this method returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReportBase.GetPreviousColumnValue(System.String)">
            <summary>
                <para>Gets the previous value of the specified column in the report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.
</para>
            </summary>
            <param name="columnName">
		A <see cref="T:System.String"/>, which specifies the name of the column whose value to be obtained.


            </param>
            <returns>An object which represents the previous value of the specified column in the datasource. If the specified column was not found, this method returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.HeightF">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.HeightF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.OddStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.PrintOnEmptyDataSource">
            <summary>
                <para>Specifies whether or not a report should be printed if its data source is empty.

</para>
            </summary>
            <value><b>true</b> if a report should be printed when its data source is empty; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.RowCount">
            <summary>
                <para>Gets the total amount of data rows in a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.

</para>
            </summary>
            <value>An integer value representing the total amount of data rows in a datasource.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.Scripts">
            <summary>
                <para>Provides access to the report's scripts.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportBaseScripts"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.SnapLinePadding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SnapLinePadding"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.StyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.StylePriority">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StylePriority"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBase.XmlDataPath">
            <summary>
                <para>Gets or sets the path to the data contained in an XML file. The data contained in the file will then be used as the report's data source.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the XML file is located.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DataSourceRowEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DataSourceRowEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.DataSourceRowEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.DataSourceRowEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DataSourceRowEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DataSourceRowEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.DataSourceRowEventArgs"/> class.
</para>
            </summary>
            <param name="currentRow">
		The current row in the report's data source.


            </param>
            <param name="rowCount">
		The total number of rows retrieved up to the point at which the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event occurs.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DataSourceRowEventArgs.CurrentRow">
            <summary>
                <para>Gets the row currently being accessed in the report's data source, during the creation of the report's preview.


</para>
            </summary>
            <value>An integer value indicating the currently accessed row in the report's data source during the creation of the report's preview.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DataSourceRowEventArgs.RowCount">
            <summary>
                <para>Gets the total number of rows traversed in the data source during the report's creation, up to the current point.


</para>
            </summary>
            <value>An integer value equal to the total amount of rows traversed up to the current point.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DetailReportBandCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DetailReportBandCollection.#ctor(DevExpress.XtraReports.UI.XtraReportBase)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.DetailReportBandCollection"/> class.
</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> object which will be the container for the created collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.


            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs"/> object which contains event data.


            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.#ctor(System.Object[])">
            <summary>
                <para>Initializes a new instance of the GroupSortingSummaryGetResultEventArgs class with the specified settings.
</para>
            </summary>
            <param name="calculatedValues">
		An array of <see cref="T:System.Object"/> values, that corresponds to all the values automatically calculated by this moment. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.CalculatedValues"/> property. 

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.CalculatedValues">
            <summary>
                <para>Gets an array of values which can be used to calculate a custom summary.
</para>
            </summary>
            <value>An array of <see cref="T:System.Object"/> values to be used for a custom summary.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Handled">
            <summary>
                <para>Gets or sets a value indicating whether the event was handled. If it was, the custom summary value is assigned to the <see cref="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Result"/> property.


</para>
            </summary>
            <value><b>true</b> if the custom summary value is calculated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Result">
            <summary>
                <para>Gets or sets the result of a custom summary for sorting groups.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which represents the resulting summary value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SortingSummaryFunction">

            <summary>
                <para>Lists the summary functions available for sorting groups by summary results.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Avg">
            <summary>
                <para>Calculates the average of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Count">
            <summary>
                <para>Counts the number of values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Custom">
            <summary>
                <para>Calculates the custom summary using the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset"/>, <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> and <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> events.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DAvg">
            <summary>
                <para>Calculates the average of all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DCount">
            <summary>
                <para>Counts the number of <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DStdDev">
            <summary>
                <para>Calculates the standard deviation of all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DStdDevP">
            <summary>
                <para>Calculates the standard population deviation of all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DSum">
            <summary>
                <para>Calculates the total of all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DVar">
            <summary>
                <para>Calculates the amount of variance for all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DVarP">
            <summary>
                <para>Calculates the population variance of all the <b>distinct</b> values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Max">
            <summary>
                <para>Calculates the maximum of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Median">
            <summary>
                <para>Finds the middle number within a sequence.

<para>Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Min">
            <summary>
                <para>Calculates the minimum of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.StdDev">
            <summary>
                <para>Calculates the standard deviation of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.StdDevP">
            <summary>
                <para>Calculates the standard population deviation of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Sum">
            <summary>
                <para>Calculates the total of all the values within the group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Var">
            <summary>
                <para>Calculates the amount of variance for all the values within the group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.VarP">
            <summary>
                <para>Calculates the population variance of all the values within the group.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.MarginBand">

            <summary>
                <para>Represents the base for the <see cref="T:DevExpress.XtraReports.UI.TopMarginBand"/> and <see cref="T:DevExpress.XtraReports.UI.BottomMarginBand"/> classes.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.MarginBand.Expanded">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MarginBand.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MarginBand.PageBreak">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.PageBreak"/> property to hide it.

</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.PageBreak.None"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRTableCellCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableCellCollection.#ctor(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableCellCollection"/> class.
</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object that owns this collection of table cells. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableCellCollection.Add(DevExpress.XtraReports.UI.XRTableCell)">
            <summary>
                <para>Appends the specified <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> to the table row's collection of cells.

</para>
            </summary>
            <param name="cell">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object to append to the collection.

            </param>
            <returns>An integer value specifying the index of the new element in the collection. This method adds the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/>  object to the end of the collection.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableCellCollection.AddRange(DevExpress.XtraReports.UI.XRTableCell[])">
            <summary>
                <para>Appends an array of table cells to the collection.

</para>
            </summary>
            <param name="cells">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects to append to the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCellCollection.Item(System.Int32)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object at the specified index in the collection of cells.
</para>
            </summary>
            <param name="index">
		An integer index value that locates the cell in the collection.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object that has the specified index in the collection of cells.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRShape">

            <summary>
                <para>Represents a Shape control.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRShape.#ctor">
            <summary>
                <para>Initializes a new instance of the XRShape class with the default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.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.XtraReports.UI.XRShape.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.XtraReports.UI.XRShape.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property. 
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.

</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.LineWidth">
            <summary>
                <para>Gets or sets the width (in report units) of the line which is used to draw the shape image.
</para>
            </summary>
            <value>An integer value (in report units) representing the width of the line.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.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.XtraReports.UI.XRShape.Stretch">
            <summary>
                <para>Gets or sets a value indicating whether or not to stretch a shape to fill its client area when it's rotated.

</para>
            </summary>
            <value><b>true</b> to stretch the shape; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRShape.XlsxFormatString">
            <summary>
                <para>For internal use only. Overrides the corresponding property of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ChartImageType">

            <summary>
                <para>Specifies how the <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control should be internally rendered in a report.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.ChartImageType.Bitmap">
            <summary>
                <para>The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.ChartImageType.Metafile">
            <summary>
                <para>The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRRichTextBoxBase">

            <summary>
                <para>Represents the base class for the obsolete <see cref="T:DevExpress.XtraReports.UI.XRRichTextBox"/> class.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.#ctor">
            <summary>
                <para>Initializes a new instance of the XRRichTextBoxBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.BackColor">
            <summary>
                <para>Gets or sets the control's background color.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.CanGrow">
            <summary>
                <para>For internal use. Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety.



</para>
            </summary>
            <value><b>true</b> if the control's height can grow in order to display all its text; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.CanShrink">
            <summary>
                <para>For internal use. Gets or sets a value indicating whether the control's height can decrease if its text does not completely fill the control.



</para>
            </summary>
            <value><b>true</b> if the control's height can decrease in order to remove the unused space; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.Clear">
            <summary>
                <para>Clears all the control's content. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.DetectUrls">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Font">
            <summary>
                <para>For internal use. Gets or sets the control's font.


</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.KeepTogether">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Lines">
            <summary>
                <para>For internal use. Gets or sets the text lines in the XRRichTextBoxBase control.
</para>
            </summary>
            <value>An array of <see cref="T:System.String"/> values that contain some text in the XRRichTextBoxBase control.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
            <summary>
                <para>For internal use. Loads a specific type of file into the XRRichTextBoxBase control.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichTextBoxBase control.

            </param>
            <param name="fileType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.String)">
            <summary>
                <para>For internal use. Loads the contents of the Rich Text Format (RTF) file into the XRRichTextBoxBase control.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichTextBoxBase control.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
            <summary>
                <para>For internal use. A <see cref="T:System.IO.Stream"/> of data to load into the XRRichTextBoxBase control.

</para>
            </summary>
            <param name="data">
		A <see cref="T:System.IO.Stream"/> of data to load into the XRRichTextBoxBase control.


            </param>
            <param name="fileType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Multiline">
            <summary>
                <para>For internal use. Gets or sets a value specifying whether carriage returns (CRLF) stored in a label's text should be processed.
</para>
            </summary>
            <value>Always <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Padding">
            <summary>
                <para>Gets or sets the control's padding values (measured in report units).




</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Rtf">
            <summary>
                <para>For internal use. Gets or sets the text of the XRRichTextBoxBase control, including all the Rich Text Format (RTF) codes.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
            <summary>
                <para>For internal use. Saves the contents of the XRRichTextBoxBase control to the specified open data stream.




</para>
            </summary>
            <param name="data">
		A <see cref="T:System.IO.Stream"/> of data to which the contents of the XRRichTextBoxBase control will be saved.

            </param>
            <param name="fileType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
            <summary>
                <para>For internal use. Saves the contents of the XRRichTextBoxBase control to the specified type of file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing the name and location of the file to save the control's contents to. 

            </param>
            <param name="fileType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.String)">
            <summary>
                <para>For internal use. Saves the contents of the XRRichTextBoxBase control to a Rich Text Format (RTF) file.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file, which the contents of the XRRichTextBoxBase control will be saved to.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Text">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SummaryGetResultHandler">

            <summary>
                <para>Represents a method that will handle the  <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.SummaryGetResultHandler.Invoke(System.Object,DevExpress.XtraReports.UI.SummaryGetResultEventArgs)">
            <summary>
                <para>Represents a method that will handle the  <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> event.

</para>
            </summary>
            <param name="sender">
		The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> control which raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.SummaryGetResultEventArgs"/> object which contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SummaryGetResultEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.#ctor(System.Collections.ArrayList)">
            <summary>
                <para>Initializes a new instance of the SummaryGetResultEventArgs class with the specified settings.
</para>
            </summary>
            <param name="calculatedValues">
		A <see cref="T:System.Collections.ArrayList"/> object that specifies the value which stores all the values automatically calculated by this moment. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.CalculatedValues"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.CalculatedValues">
            <summary>
                <para>Gets an array of values which can be used to calculate a custom summary.


</para>
            </summary>
            <value>An <see cref="T:System.Collections.ArrayList"/> object which contains values  to be used for a custom summary.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Handled">
            <summary>
                <para>Gets or sets a value indicating whether an event was handled. If it was handled, the custom summary value is assigned to the <see cref="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Result"/> property.

</para>
            </summary>
            <value><b>true</b> if the custom summary value is calculated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Result">
            <summary>
                <para>Gets or sets the result of a custom summary calculation.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which represents the resulting summary value. Note that this object is converted to the <see cref="T:System.String"/> type to be shown within a label for which a custom summary is calculated.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReportBaseScripts">

            <summary>
                <para>Contains names of the scripts for the <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> class descendants.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnBandHeightChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnDataSourceDemanded">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceDemanded"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnDataSourceRowChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlEvents">

            <summary>
                <para>Represents the scripts which are used to implement scripting for report bands and controls.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlEvents.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRControlEvents"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnAfterPrint">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.AfterPrint"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnBeforePrint">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.BeforePrint"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnDraw">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnEvaluateBinding">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnLocationChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnParentChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewClick">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewDoubleClick">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseDown">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseMove">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseUp">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPrintOnPage">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.TruncatedControlScripts">

            <summary>
                <para>Contains names of the scripts for certain report controls.


</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnDraw">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnDraw"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnEvaluateBinding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnEvaluateBinding"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnHtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewClick">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewClick"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewDoubleClick"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseDown"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseMove"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseUp"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnSizeChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnTextChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.


</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.TextFormatEventHandler">

            <summary>
                <para>Represents the method that will handle the  <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.TextFormatEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.TextFormatEventArgs)">
            <summary>
                <para>Represents a method that will handle the  <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.TextFormatEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.TextFormatEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Format">
            <summary>
                <para>Gets the formatting string applied to the summary's text.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which represents the string format for the text.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Text">
            <summary>
                <para>Gets or sets the text representation of the summary <see cref="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Value"/> with the string formatting applied.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the resulting string which will be printed as a label's summary value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Value">
            <summary>
                <para>Gets the value which is automatically calculated as the label's summary.

</para>
            </summary>
            <value>An <see cref="T:System.Object"/> representing the summary value.


</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BandScripts">

            <summary>
                <para>Contains names of the scripts for report bands.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.BandScripts.OnLocationChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnLocationChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandScripts.OnParentChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnParentChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandScripts.OnPrintOnPage">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPrintOnPage"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.FormattingRule">

            <summary>
                <para>Represents a Formatting Rule object.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRule.#ctor">
            <summary>
                <para>Initializes a new instance of the FormattingRule class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRule.ApplyStyle(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Copies the appearance from the specified style and applies it to the rule's <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Formatting"/> object.

</para>
            </summary>
            <param name="style">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object, containing the appearance to copy from.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRule.Condition">
            <summary>
                <para>Gets or sets a string representing a Boolean expression which determines when this FormattingRule is applied.


</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing a Boolean expression.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRule.DataMember">
            <summary>
                <para>Gets or sets the specific list in the <see cref="P:DevExpress.XtraReports.UI.FormattingRule.DataSource"/>, whose data fields can be used in constructing a formatting rule's <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/>.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing a data member.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRule.DataSource">
            <summary>
                <para>Gets or sets a datasource containing the list of data fields that can be used in constructing a formatting rule's <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/>.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a formatting rule's datasource.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRule.Formatting">
            <summary>
                <para>Provides access to a set of formatting properties applied when the <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is true.




</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Formatting"/> object, containing a set of formatting properties.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRule.Name">
            <summary>
                <para>Gets or sets the name of the formatting rule.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the formatting rule.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRule.ToString">
            <summary>
                <para>Returns the textual representation of FormattingRule.
</para>
            </summary>
            <returns>A <see cref="T:System.String"/> value, which is the textual representation of the formatting rule.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.FormattingRuleCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.#ctor(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Initializes a new instance of the FormattingRuleCollection class with the specified owner.

</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class descendant that specifies the control which will be the owner of this collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.AddRange(System.Collections.Generic.IEnumerable`1)">
            <summary>
                <para>Appends an array of formatting rules to the collection.

</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects to append to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.Dispose">
            <summary>
                <para>Disposes of the FormattingRuleCollection object.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current FormattingRuleCollection 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 FormattingRuleCollection instance; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetEffectiveStyle">
            <summary>
                <para>Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.

</para>
            </summary>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object containing appearance properties.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetEffectiveVisible">
            <summary>
                <para>Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the visibility state.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetHashCode">
            <summary>
                <para>Gets the hash code (a number) that corresponds to the value of the current FormattingRuleCollection object.

</para>
            </summary>
            <returns>An integer value representing the hash code for the current object.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRuleCollection.Style">
            <summary>
                <para>Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object containing appearance properties.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRuleCollection.Visible">
            <summary>
                <para>Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the visibility state.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventHandler.Invoke(System.Object,DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> which raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs"/> object which contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRDockStyle">

            <summary>
                <para>Provides values that determine how a control is positioned within a band.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.XRDockStyle.Bottom">
            <summary>
                <para>The bottom of the control is positioned at the bottom of the band.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRDockStyle.Fill">
            <summary>
                <para>The top of the control is positioned at the top of the band and the bottom of the control is positioned at the bottom of the band, so its height is the same as that of the band.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRDockStyle.None">
            <summary>
                <para>The control is not docked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRDockStyle.Top">
            <summary>
                <para>The top of the control is positioned at the top of the band.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BindingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BindingEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.BindingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
            </summary>
            <param name="sender">
		The <see cref="T:DevExpress.XtraReports.UI.XRControl"/> descendant which fires the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.BindingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRSubreport">

            <summary>
                <para>Represents a control used for embedding other reports in an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSubreport.#ctor">
            <summary>
                <para>Initializes a new instance of the XRSubreport class with the default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSubreport.AnchorVertical">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSubreport.CanShrink">
            <summary>
                <para>Gets or sets a value indicating whether the subreport's height can decrease if its contents don't completely fill the control.

</para>
            </summary>
            <value><b>true</b> if the subreport's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSubreport.ReportSourceUrl">
            <summary>
                <para>Specifies an URL of a report definition file, to be included as a subreport.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, specifying the path to the REPX file (including the name of the file).
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SubreportBase">

            <summary>
                <para>Represents the base class for subreport classes.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.SubreportBase.BookmarkParent"/> property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control which is the parent bookmark of the current bookmark.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.Draw">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.EvenStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the current even style.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.SubreportBase.LoadSubreportLayout(System.String,DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Loads the layout of the report assigned to the subreport's <see cref="P:DevExpress.XtraReports.UI.SubreportBase.ReportSource"/> property.

</para>
            </summary>
            <param name="reportSourceTypeName">
		A <see cref="T:System.String"/> which specifies the type name of the loaded report source.


            </param>
            <param name="reportLayout">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which represents the loaded report source.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.OddStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the current odd style.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewDoubleClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseDown">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseMove">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseUp">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PrintOnPage">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.ReportSource">
            <summary>
                <para>Specifies an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be included as a subreport.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be included.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Scripts">
            <summary>
                <para>Provides access to an object that contains SubreportBase-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.TruncatedControlScripts"/> object, which represents scripts handling SubreportBase's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.StyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the current style.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines the set of styles for a control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned in the control.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.

</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.SubreportBase.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ValueSuppressType">

            <summary>
                <para>Specifies how to process report controls with empty or duplicate values.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.ValueSuppressType.Leave">
            <summary>
                <para>A control is always printed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.ValueSuppressType.Suppress">
            <summary>
                <para>If a control has the specified value, it isn't printed. In this case, blank space is printed instead of a control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink">
            <summary>
                <para><para>If a control has the specified value, it isn't printed, and shrinks its height to get rid of blank space in its place.</para>

Note that if two controls intersect, neither will be shrunk.



</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRTableRowCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.#ctor(DevExpress.XtraReports.UI.XRTable)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRowCollection"/> class.
</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XRTable"/> object that owns this collection of table rows. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Add(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Appends the specified table row to the current collection.
</para>
            </summary>
            <param name="row">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to append to the collection.

            </param>
            <returns>An integer value indicating the position into which a new element was inserted.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.AddRange(DevExpress.XtraReports.UI.XRTableRow[])">
            <summary>
                <para>Appends an array of table rows to the collection.

</para>
            </summary>
            <param name="rows">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> objects to append to the collection.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Contains(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Determines whether the specified row is a member of the collection.
</para>
            </summary>
            <param name="row">
		The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to locate in the collection. 

            </param>
            <returns><b>true</b> if the row is a member of the collection; otherwise, <b>false</b>.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.FirstRow">
            <summary>
                <para>Gets the first row in the collection of rows in the table.
 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object occupying the uppermost position in the table.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.IndexOf(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Returns the zero-based index of the specified row in the collection. 
</para>
            </summary>
            <param name="row">
		The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to locate in the collection. 

            </param>
            <returns>An integer value representing the position of the specified row in the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Insert(System.Int32,DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Adds the specified table row to the collection at the specified position.

</para>
            </summary>
            <param name="index">
		A zero-based integer which specifies the position at which the table row is to be inserted. 

            </param>
            <param name="row">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object that specifies the table row to insert into the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.Item(System.Int32)">
            <summary>
                <para>An indexer that returns an <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object at the specified index in the collection of rows.
</para>
            </summary>
            <param name="index">
		An integer index value that locates the row in the collection.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object that has the specified index in the collection of rows.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.LastRow">
            <summary>
                <para>Gets the last row in the collection of table rows.
 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object occupying the lowest position in the table.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Remove(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Removes the specified row from the collection.
</para>
            </summary>
            <param name="row">
		The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to remove from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRTableRow">

            <summary>
                <para>Represents a Row in a Table.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.#ctor">
            <summary>
                <para>Initializes a new instance of the XRTableRow class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.AnchorVertical">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.BoundsF">
            <summary>
                <para>Specifies the height, width and location of the control.
</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.XtraReports.UI.XRTableRow.CanGrow">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property to hide it.
</para>
            </summary>
            <value><b>true</b> if the control's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.CanShrink">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
            </summary>
            <value><b>true</b> if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Cells">
            <summary>
                <para>Gets the collection of cells in the given table row.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.XRTableCellCollection"/> object representing the collection of cells in the table row.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Controls">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects that are contained in this <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> instance.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.CreateRow(System.Single,System.Int32)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class with the specified settings.
</para>
            </summary>
            <param name="height">
		A <see cref="T:System.Single"/> value, representing the row's height.

            </param>
            <param name="cellCount">
		An integer value, representing the number of cells in the row.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> descendant.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.CreateRow(System.Drawing.SizeF,System.Int32)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class with the specified settings.
</para>
            </summary>
            <param name="size">
		A <see cref="T:System.Drawing.SizeF"/> object, representing the row's dimensions.

            </param>
            <param name="cellCount">
		An integer value, representing the number of cells in the row.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> descendant.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.HeightF">
            <summary>
                <para>Gets or sets the height of the XRTableRow (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRTableRow.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.InsertCell(DevExpress.XtraReports.UI.XRTableCell,System.Int32)">
            <summary>
                <para>Inserts the cell into the table row.
</para>
            </summary>
            <param name="cell">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object to be inserted into the table row.

            </param>
            <param name="index">
		An integer value indicating the position in which to insert the cell, in the collection of row cells.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.LeftF">
            <summary>
                <para>Specifies the the X-coordinate of the control's left edge.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.LocationFloat">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.LockedInUserDesigner">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Boolean"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.PerformLayout">
            <summary>
                <para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.PerformLayout"/> method.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.SetCellRange(DevExpress.XtraReports.UI.XRTableCell[])">
            <summary>
                <para>Replaces the existing collection of cells in the row with an array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects.
</para>
            </summary>
            <param name="cells">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects that will replace the existing collection of cells in the row.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.SizeF">
            <summary>
                <para>Gets or sets the size of the XRTableRow.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object that represents the control's width and height.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Table">
            <summary>
                <para>Gets the parent table for the table row.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> class.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.TopF">
            <summary>
                <para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Weight">
            <summary>
                <para>Gets or sets the relative size of the XRTableRow in respect to the sizes of other rows in a table.

</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value, which specifies the row's size, in relation to other rows.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.WidthF">
            <summary>
                <para>Gets or sets the width of the XRTableRow (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRTableCell">

            <summary>
                <para>Represents a cell in a table row.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableCell.#ctor">
            <summary>
                <para>Initializes a new instance of the XRTableCell class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.AnchorVertical">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.AutoWidth">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRLabel.AutoWidth"/> property to hide it.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.BoundsF">
            <summary>
                <para>Specifies the height, width and location of the control.
</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.XtraReports.UI.XRTableCell.CanGrow">
            <summary>
                <para>Gets or sets a value indicating whether the table cell's height can grow in order to display the contents in their entirety.

</para>
            </summary>
            <value><b>true</b> if the table cell's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.CanHaveChildren">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.

</para>
            </summary>
            <value><b>true</b> always.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.CanShrink">
            <summary>
                <para>Gets or sets a value indicating whether the table cell's height can decrease if its contents do not completely fill the control.

</para>
            </summary>
            <value><b>true</b> if the table cell's height can decrease in order to remove unused space; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.HeightF">
            <summary>
                <para>Gets or sets the height of the XRTableCell (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.LeftF">
            <summary>
                <para>Specifies the the X-coordinate of the control's left edge.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.LocationFloat">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.LockedInUserDesigner">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Boolean"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.NextCell">
            <summary>
                <para>Gets the cell following the given cell in a table row.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing the next cell in a row.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.PreviousCell">
            <summary>
                <para>Gets the cell previous to the given cell in a table row.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing the previous cell in a row.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.Row">
            <summary>
                <para>Gets a parent row for the XRTableCell object.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.SizeF">
            <summary>
                <para>Gets or sets the size of the XRTableCell.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object that represents the control's width and height.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.TopF">
            <summary>
                <para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.Weight">
            <summary>
                <para>Gets or sets the relative size of the XRTableCell in respect to the sizes of other cells in a row.

</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value, which specifies the cell's size, in relation to other cells.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.WidthF">
            <summary>
                <para>Gets or sets the width of the XRTableCell (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRTable">

            <summary>
                <para>Represents a Table control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.#ctor">
            <summary>
                <para>Initializes a new instance of the XRTable class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.BeginInit">
            <summary>
                <para>Starts the XRTable's initialization. Initialization occurs at runtime.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.Controls">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects that are contained in this <see cref="T:DevExpress.XtraReports.UI.XRTable"/> instance.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.CreateTable(System.Drawing.RectangleF,System.Int32,System.Int32)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> class with the specified settings.
</para>
            </summary>
            <param name="bounds">
		A <see cref="T:System.Drawing.RectangleF"/> object, representing the table's bounds.

            </param>
            <param name="rowCount">
		An integer value, representing the number of rows.

            </param>
            <param name="columnCount">
		An integer value, representing the number of columns.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRTable"/> descendant.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.DeleteColumn(DevExpress.XtraReports.UI.XRTableCell)">
            <summary>
                <para>Deletes the column that contains the specified cell from the current table.

</para>
            </summary>
            <param name="baseCell">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing a table cell belonging to the column to be deleted.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.DeleteRow(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Deletes the specified row from the current table.

</para>
            </summary>
            <param name="row">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a table row to be deleted.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.EndInit">
            <summary>
                <para>Ends the XRTable's initialization.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRTable.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.InsertColumnToLeft(DevExpress.XtraReports.UI.XRTableCell)">
            <summary>
                <para>Inserts a column into the table to the left of the column that contains the cell passed as the parameter. 
</para>
            </summary>
            <param name="baseCell">
		An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> class. If the <i>baseCell</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), the new column is added to the left from the first table column.

            </param>
            <returns>An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects representing the inserted column.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.InsertColumnToRight(DevExpress.XtraReports.UI.XRTableCell)">
            <summary>
                <para>Inserts a column into the table to the right of the column that contains the cell passed as the parameter.
</para>
            </summary>
            <param name="baseCell">
		An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> class. If the <i>baseCell</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), the new column is added to the right from the last table column.


            </param>
            <returns>An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects representing the inserted column.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.InsertRowAbove(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Inserts a row into the table above the given row.
</para>
            </summary>
            <param name="baseRow">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a row, above which a new row is inserted.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object inserted into the table.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTable.InsertRowBelow(DevExpress.XtraReports.UI.XRTableRow)">
            <summary>
                <para>Inserts a row into the table below the given row.
</para>
            </summary>
            <param name="baseRow">
		An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a row, below which a new row is inserted. If the <i>baseRow</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), then the newly created row is added after the last table row.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object inserted into the table.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property, to hide it.
</para>
            </summary>
            <value>Always <see cref="F:System.String.Empty"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.Rows">
            <summary>
                <para>Gets the collection of rows contained in the table.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRowCollection"/> class.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTable.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlStyle">

            <summary>
                <para>Represents the style object, and serves as a base for the conditional formatting object.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor">
            <summary>
                <para>Initializes a new instance of the XRControlStyle class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Int32,System.Drawing.Font,System.Drawing.Color,DevExpress.XtraPrinting.TextAlignment)">
            <summary>
                <para>Initializes a new instance of the XRControlStyle class with the specified parameters.

</para>
            </summary>
            <param name="backColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the background color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property. 


            </param>
            <param name="borderColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the border color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property. 

            </param>
            <param name="sides">
		A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value which specifies the visible borders of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property.

            </param>
            <param name="borderWidth">
		An integer value which specifies the width of the control's borders. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property.


            </param>
            <param name="font">
		A <see cref="T:System.Drawing.Font"/> value which specifies the font for the text inside the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property.


            </param>
            <param name="foreColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the foreground color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property. 


            </param>
            <param name="textAlignment">
		A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value which specifies how the text is aligned in the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> class and copies the settings from the object passed as the parameter.
</para>
            </summary>
            <param name="src">
		An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object whose settings are used to initialize the created object's properties.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Int32,System.Drawing.Font,System.Drawing.Color,DevExpress.XtraPrinting.TextAlignment,DevExpress.XtraPrinting.PaddingInfo)">
            <summary>
                <para>Initializes a new instance of the XRControlStyle class with the specified parameters.

</para>
            </summary>
            <param name="backColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the background color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property. 


            </param>
            <param name="borderColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the border color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property. 

            </param>
            <param name="sides">
		A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value which specifies the visible borders of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property.


            </param>
            <param name="borderWidth">
		An integer value which specifies the width of the control's borders. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property.


            </param>
            <param name="font">
		A <see cref="T:System.Drawing.Font"/> value which specifies the font for the text inside the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property.


            </param>
            <param name="foreColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the foreground color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property. 


            </param>
            <param name="textAlignment">
		A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value which specifies how the text is aligned in the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property.


            </param>
            <param name="padding">
		A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object which specifies the padding values of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Single)">
            <summary>
                <para>Initializes a new instance of the XRControlStyle class with the specified dpi value.
</para>
            </summary>
            <param name="dpi">
		A float value which specifies the dpi value used internally in the created XRControlStyle.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Int32,System.Drawing.Font,System.Drawing.Color,DevExpress.XtraPrinting.TextAlignment,DevExpress.XtraPrinting.PaddingInfo,DevExpress.XtraPrinting.BorderDashStyle)">
            <summary>
                <para>Initializes a new instance of the XRControlStyle class with the specified parameters.

</para>
            </summary>
            <param name="backColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the background color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property. 


            </param>
            <param name="borderColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the border color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property. 

            </param>
            <param name="sides">
		A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value which specifies the visible borders of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property.

            </param>
            <param name="borderWidth">
		An integer value which specifies the width of the control's borders. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property.


            </param>
            <param name="font">
		A <see cref="T:System.Drawing.Font"/> value which specifies the font for the text inside the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property.


            </param>
            <param name="foreColor">
		A <see cref="T:System.Drawing.Color"/> value which specifies the foreground color of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property. 


            </param>
            <param name="textAlignment">
		A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value which specifies how the text is aligned in the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property.


            </param>
            <param name="padding">
		A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object which specifies the padding values of the control. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property.


            </param>
            <param name="borderDashStyle">
		A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value which specifies the dash style of the control's border. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderDashStyle"/> property. 


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor">
            <summary>
                <para>Gets or sets the background color stored in this style.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor">
            <summary>
                <para>Gets or sets the border color stored in this style.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderDashStyle">
            <summary>
                <para>Gets or sets the border dash style stored in this style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value. The default is value <see cref="F:DevExpress.XtraPrinting.BorderDashStyle.Solid"/>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Borders">
            <summary>
                <para>Gets or sets a set of borders (top, right, bottom,left) stored in this style.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value or their combination, which represents a set of visible borders.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderStyle">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.BorderStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BrickBorderStyle"/> enumeration value that represents the border style of a control's brick.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth">
            <summary>
                <para>Gets or sets the border width stored in this style.
</para>
            </summary>
            <value>An integer value which represents the border width (measured in pixels).
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.Clone">
            <summary>
                <para>Creates a copy of the current XRControlStyle object.
</para>
            </summary>
            <returns>A XRControlStyle object which is a copy of the current object.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Container">
            <summary>
                <para>Gets the container of this control style object.

</para>
            </summary>
            <value>An <see cref="T:System.ComponentModel.IContainer"/> object which represents the container of this control style.

</value>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRControlStyle.Default">
            <summary>
                <para>Represents an <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object with all its style properties set to their default values.

</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControlStyle.Disposed">
            <summary>
                <para>Occurs after the XRControlStyle has been disposed of.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current XRControlStyle 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 XRControlStyle instance; otherwise <b>false</b>.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Font">
            <summary>
                <para>Gets or sets the font stored in this style.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor">
            <summary>
                <para>Gets or sets the foreground color stored in this style.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.GetHashCode">
            <summary>
                <para>Gets the hash code (a number) that corresponds to the value of the current XRControlStyle object.

</para>
            </summary>
            <returns>An integer value representing the hash code for the current object.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.IsDisposed">
            <summary>
                <para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
            </summary>
            <value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Name">
            <summary>
                <para>Gets or sets the name of the control style.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the control style.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Padding">
            <summary>
                <para>Gets or sets the padding stored in this style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Sides">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.Sides"/> property.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration's values that defines the visible brick borders.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.Site">
            <summary>
                <para>Gets or sets the site associated with this control style.

</para>
            </summary>
            <value>An <see cref="T:System.ComponentModel.ISite"/> object associated with the component; or a <b>null</b> reference (<b>Nothing</b> in Visual Basic), if the component does not have a site.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.StringFormat">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.StringFormat"/> property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BrickStringFormat"/> specifying the formatting for the text and its layout.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.StyleEquals(DevExpress.XtraReports.UI.XRControlStyle)">
            <summary>
                <para>Determines whether the specified <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance equals the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance.
</para>
            </summary>
            <param name="style">
		The <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to compare the current object's properties with.


            </param>
            <returns><b>true</b> if the specified style is equal to the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.StyleUsing">
            <summary>
                <para>Gets the object that determines which of the current style's properties are used by the current <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object. 


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.StyleUsing"/> object containing the style's properties.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment">
            <summary>
                <para>Gets or sets the text alignment stored in this style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the control.


</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.StyleUsing">

            <summary>
                <para>Represents an object that determines which of a style's properties are used by an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.StyleUsing.#ctor">
            <summary>
                <para>Initializes a new instance of the StyleUsing class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseBackColor">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseBorderColor">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseBorders">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseBorderWidth">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseFont">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseForeColor">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.

</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UsePadding">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property; otherwise, <b>false</b>. The default value is <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.StyleUsing.UseTextAlignment">
            <summary>
                <para>Gets or sets a value indicating whether the style's <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property is used by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object uses the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property; otherwise, <b>false</b>. The default value is <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ChangeEventHandler">

            <summary>
                <para>Represents the method that will handle the events associated with the value changes of any properties.
 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ChangeEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.ChangeEventArgs)">
            <summary>
                <para>Handles the events associated with the value changes of any properties.

</para>
            </summary>
            <param name="sender">
		An object of any type that triggers an event associated with the property's value changes.

            </param>
            <param name="e">
		An object of the <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> class that provides data for the events associated with the property's value changes.



            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ChangeEventArgs">

            <summary>
                <para>Provides data for the events that are associated with changes to property values.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ChangeEventArgs.#ctor(System.Object,System.Object)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> class.
</para>
            </summary>
            <param name="oldValue">
		An object representing the old value of the property whose change triggered the event.

            </param>
            <param name="newValue">
		An object representing the new value of the property whose change triggered the event.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.ChangeEventArgs.NewValue">
            <summary>
                <para>Gets an object which represents the new value of the property whose change triggered the event.
</para>
            </summary>
            <value>An object of the <see cref="T:System.Object"/> class.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.ChangeEventArgs.OldValue">
            <summary>
                <para>Gets an object which represents the old value of the property whose change triggered the event.
</para>
            </summary>
            <value>An object of the <see cref="T:System.Object"/> class.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BandEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BandEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.BandEventArgs)">
            <summary>
                <para>Handles the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.


            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.BandEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.


            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BandEventArgs">

            <summary>
                <para>Provides data for the events that are associated with a band.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BandEventArgs.#ctor(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BandEventArgs"/> class.
</para>
            </summary>
            <param name="band">
		A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, for which an event has occurred.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandEventArgs.Band">
            <summary>
                <para>Gets a band, for which an event has occurred.
</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.Band"/> class.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PageBreak">

            <summary>
                <para>Specifies where to make a page break, with respect to the given band.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.PageBreak.AfterBand">
            <summary>
                <para>A page break is inserted after the band.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.PageBreak.BeforeBand">
            <summary>
                <para>A page break is inserted before the band.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.PageBreak.None">
            <summary>
                <para>No page breaks should be inserted before or after the current band.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupUnion">

            <summary>
                <para>Specifies how groups of records should be split across pages, if required.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.GroupUnion.None">
            <summary>
                <para>A group is printed so that it is split across several pages if there isn't enough space on a page to print the entire group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.GroupUnion.WholePage">
            <summary>
                <para><para>A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page.</para>
<para>However, if the height of the entire group is more than the page height, this group is still split across several pages. 
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail">
            <summary>
                <para>A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it).

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.WinControlPrintMode">

            <summary>
                <para>Specifies how the <b>Windows Forms</b> control represented via the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object should be rendered in a report.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlPrintMode.AsBricks">
            <summary>
                <para>A control is always printed as a set of bricks, if possible. It is possible, for example,  in the case of a <b>GridControl</b>, <b>PivotGridControl</b> and other Developer Express controls. If a control can't be represented as a set of bricks, it is printed as an image.



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlPrintMode.AsImage">
            <summary>
                <para>A control is always printed as an image.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlPrintMode.Default">
            <summary>
                <para>If a control is placed onto a <see cref="T:DevExpress.XtraReports.UI.DetailBand"/>, it is printed as a set of bricks, if possible. If a control is placed onto any other report band, it is printed as an image.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.FieldType">

            <summary>
                <para>Specifies the type of the value returned by a calculated field.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Boolean">
            <summary>
                <para>Indicates that the field returns a Boolean value (the <see cref="T:System.Boolean"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Byte">
            <summary>
                <para>Indicates that the field returns a byte value (the <see cref="T:System.Byte"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.DateTime">
            <summary>
                <para>Indicates that the field returns a date-time value (the <see cref="T:System.DateTime"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Decimal">
            <summary>
                <para>Indicates that the field returns a decimal value (the <see cref="T:System.Decimal"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Double">
            <summary>
                <para>Indicates that the field returns a double value (the <see cref="T:System.Double"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Float">
            <summary>
                <para>Indicates that the field returns a float value (the <see cref="T:System.Single"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Int16">
            <summary>
                <para>Indicates that the field returns an integer value (the <see cref="T:System.Int16"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.Int32">
            <summary>
                <para>Indicates that the field returns an integer value (the <see cref="T:System.Int32"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.None">
            <summary>
                <para>Indicates that the field's type is undefined, and it determined by evaluating the actually returned object when it is used during report generation.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.String">
            <summary>
                <para>Indicates that the field returns a string value (the <see cref="T:System.String"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.FieldType.TimeSpan">
            <summary>
                <para>Indicates that the field returns a time span value (the <see cref="T:System.TimeSpan"/> type).
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.Serialization.ObjectStorageInfo">

            <summary>
                <para>For internal use.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.Serialization.ObjectStorageInfo.#ctor">
            <summary>
                <para>For internal use.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.Serialization.ObjectStorageInfo.#ctor(System.String,System.String,System.String)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="type">
		A <see cref="T:System.String"/> value.

            </param>
            <param name="content">
		A <see cref="T:System.String"/> value.

            </param>
            <param name="contentRef">
		A <see cref="T:System.String"/> value.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Content">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Ref">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Type">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRChartScripts">

            <summary>
                <para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnBoundDataChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawAxisLabel">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawAxisLabel"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeries">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeries"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeriesPoint">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeriesPoint"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomPaint">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomPaint"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnDateTimeMeasurementUnitsCalculated">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.DateTimeMeasurementUnitsCalculated"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnPieSeriesPointExploded">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnTextChanged">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoaded"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
            <summary>
                <para>Initializes a new instance of the DesignerLoadedEventArgs class with the specified settings.
</para>
            </summary>
            <param name="designerHost">
		An <see cref="T:System.ComponentModel.Design.IDesignerHost"/> object which represents the event's designer host. This value is assigned to the <see cref="P:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.DesignerHost"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.DesignerHost">
            <summary>
                <para>Gets the designer host which provides all the services that are available for editing a report in its End-User Designer.

</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.Design.IDesignerHost"/> object which represents the report's host in the End-User Designer.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances">

            <summary>
                <para>Provides the appearance settings used to print a pivot grid.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData)">
            <summary>
                <para>For internal use. Initializes a new instance of the XRPivotGridAppearances class.
</para>
            </summary>
            <param name="data">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.Cell">
            <summary>
                <para>Gets the appearance settings used to print data cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object that provides the appearance settings used to print data cells.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.CustomTotalCell">
            <summary>
                <para>Gets the appearance settings used to print custom total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print custom total cells.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.FieldHeader">
            <summary>
                <para>Gets the appearance settings used to print field headers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print field headers.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.FieldValue">
            <summary>
                <para>Gets the appearance settings used to print the values of fields and the default appearance settings used to print grand totals and totals.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print field values.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.FieldValueGrandTotal">
            <summary>
                <para>Gets the appearance settings used to print grand total headers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print the grand total headers.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.FieldValueTotal">
            <summary>
                <para>Gets the appearance settings used to print the headers of Totals.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print the headers of Totals.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.FilterSeparator">
            <summary>
                <para>Gets the appearance settings used to print the filter header area separator.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print the filter header area separator.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.GrandTotalCell">
            <summary>
                <para>Gets the appearance settings used to print Grand Total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print Grand Total cells.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.HeaderGroupLine">
            <summary>
                <para>Gets the appearance settings used to print connector lines between field headers combined in a field group.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print Header Group line.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.Lines">
            <summary>
                <para>Gets the appearance settings used to print the horizontal and vertical lines.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object which provides the appearance settings used to print grid lines.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.TotalCell">
            <summary>
                <para>Gets the appearance settings used to print automatic total cells.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> object that provides the appearance settings used to print automatic total cells.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PrintOnPageEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PrintOnPageEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.PrintOnPageEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.


            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.PrintOnPageEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PrintOnPageEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PrintOnPageEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new instance of the PrintOnPageEventArgs class.
</para>
            </summary>
            <param name="pageIndex">
		An integer value which represents the index of a page on which a control will be printed. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.PrintOnPageEventArgs.PageIndex"/> property.

            </param>
            <param name="pageCount">
		An integer value which represents the total number of pages in a document. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.PrintOnPageEventArgs.PageCount"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PrintOnPageEventArgs.PageCount">
            <summary>
                <para>Gets the number of all pages presented in the created report.
</para>
            </summary>
            <value>An integer value which represents the number of all pages in a report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PrintOnPageEventArgs.PageIndex">
            <summary>
                <para>Gets the index of the current page which the control will be printed on.
</para>
            </summary>
            <value>An integer value which specifies the current page index. Note that the first page's index is equal to <b>0</b>.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRBarCodeOrientation">

            <summary>
                <para>This enumeration is obsolete and no longer in use. Use the <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation"/> enumeration instead.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.XRBarCodeOrientation.Normal">
            <summary>
                <para>A barcode is printed in its normal orientation.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRBarCodeOrientation.RotateLeft">
            <summary>
                <para>A barcode is rotated 90 degrees counter clockwise.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRBarCodeOrientation.RotateRight">
            <summary>
                <para>A barcode is rotated 90 degrees clockwise.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRBarCodeOrientation.UpsideDown">
            <summary>
                <para>A barcode is rotated 180 degrees.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupFooterUnion">

            <summary>
                <para>Specifies how a group footer is positioned with respect to its group in a report.


</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.GroupFooterUnion.None">
            <summary>
                <para>A group is printed so that it is split across several pages if there isn't enough space on a page to print the entire group.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail">
            <summary>
                <para>A group is split across several pages "as is". However, if there are no group rows printed above the Group Footer on a page, the last group row from the previous page is moved to the next page, and is printed before a Group Footer, so that a Group Footer is never printed on a page alone (with no group rows above it).

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPivotGrid">

            <summary>
                <para>Provides functionality for creating pivot grids in XtraReports.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPivotGrid class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Appearance">
            <summary>
                <para>Provides access to the properties that control the appearance of the pivot grid's elements.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.AppearancePrint">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BackColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.BestFit(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField)">
            <summary>
                <para>Resizes the columns which correspond to the specified field to the minimum width required to completely display the column's contents.

</para>
            </summary>
            <param name="field">
		An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object which identifies the columns to which the best width feature should be applied.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.BestFit">
            <summary>
                <para>Resizes the columns which correspond to the data fields and row fields to the minimum width required to completely display the column's contents.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BorderColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BorderWidth">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.CellStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.CellStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.CollapseAll">
            <summary>
                <para>Collapses all the columns and rows in the pivot grid.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.CollapseAllColumns">
            <summary>
                <para>Collapses all the columns in the pivot grid.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.CollapseAllRows">
            <summary>
                <para>Collapses all the rows in the pivot grid.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellDisplayText">
            <summary>
                <para>Enables custom display text to be provided for the cells displayed within the Data Area.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellValue">
            <summary>
                <para>Allows you to replace cell values with custom ones.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomColumnWidth">
            <summary>
                <para>For internal use.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomFieldSort">
            <summary>
                <para>Provides the ability to sort data using custom rules.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomGroupInterval">
            <summary>
                <para>Allows you to custom group values of column and row fields.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomRowHeight">
            <summary>
                <para>For internal use.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomSummary">
            <summary>
                <para>Enables summary values to be calculated manually.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.CustomTotalCellStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.CustomTotalCellStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomUnboundFieldData">
            <summary>
                <para>Enables data to be provided for unbound fields. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.DataAdapter">
            <summary>
                <para>Gets or sets the data adapter used to populate the pivot grid's data source.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which represents the pivot grid's data adapter.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property to hide it.
</para>
            </summary>
            <value>An empty <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.DataMember">
            <summary>
                <para>Gets or sets the data source member which supplies data to the control.

</para>
            </summary>
            <value>A string value representing the data source member.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.DataSource">
            <summary>
                <para>Gets or sets the pivot grid control's data source. If it's empty, then the report's datasource will be used.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing the pivot grid control's data source.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.Draw">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.EvenStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property to hide it.

</para>
            </summary>
            <value>Always <see cref="F:System.String.Empty"/>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.ExpandAll">
            <summary>
                <para>Expands all the columns and rows in the pivot grid. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.ExpandAllColumns">
            <summary>
                <para>Expands all the columns in the pivot grid. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.ExpandAllRows">
            <summary>
                <para>Expands all the rows in the pivot grid. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FieldHeaderStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldHeaderStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Fields">
            <summary>
                <para>Provides access to a pivot grid's field collection.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection"/> object which represents a collection of all the fields within a pivot grid.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueDisplayText">
            <summary>
                <para>Enables the display text of individual column and row headers and filter dropdown items to be customized.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueGrandTotalStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueGrandTotalStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueTotalStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FieldValueTotalStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FilterSeparatorStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.FilterSeparatorStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.FormatConditions">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Object[],System.Object[],DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField)">
            <summary>
                <para>Retrieves a cell value, identified by the specified data field, column and row field values.
</para>
            </summary>
            <param name="columnValues">
		An array of column field values that identify the column where the cell resides.

            </param>
            <param name="rowValues">
		An array of row field values that identify the row where the cell resides.

            </param>
            <param name="dataField">
		An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> that represents the data field, whose value is retrieved.

            </param>
            <returns>A value displayed in the specified cell.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Object[],System.Object[])">
            <summary>
                <para>Retrieves a cell value, identified by the specified column and row field values.
</para>
            </summary>
            <param name="columnValues">
		An array of column field values that identify the column where the cell resides.

            </param>
            <param name="rowValues">
		An array of row field values that identify the row where the cell resides.

            </param>
            <returns>A value displayed in the specified cell.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Int32,System.Int32)">
            <summary>
                <para>Returns a value displayed in the specified cell.
</para>
            </summary>
            <param name="columnIndex">
		A zero-based integer which identifies the visible index of the column.

            </param>
            <param name="rowIndex">
		A zero-based integer which identifies the visible index of the row.

            </param>
            <returns>A value displayed in the specified cell.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetFieldByArea(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
            <summary>
                <para>Returns a field at the specified visual position in the specified area.
</para>
            </summary>
            <param name="area">
		A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the area containing the required field.

            </param>
            <param name="areaIndex">
		An integer value that specifies the visible index of the field within the specified area.

            </param>
            <returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object at the specified visual position within the specified area.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.GrandTotalCellStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.GrandTotalCellStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Groups">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroupCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.HeaderGroupLineStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.HeaderGroupLineStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.LinesStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.LinesStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OddStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:System.String.Empty"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OLAPConnectionString">
            <summary>
                <para>Specifies a connection string to a cube in an MS Analysis Services database.
</para>
            </summary>
            <value>A connection string.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsBehavior">
            <summary>
                <para>For internal use. Provides access to the control's behavior options. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsChartDataSource">
            <summary>
                <para>Provides access to the options controlling the display of the XRPivotGrid's data in an <see cref="T:DevExpress.XtraReports.UI.XRChart"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource"/> object that contains corresponding options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsCustomization">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsData">
            <summary>
                <para>Provides access to the pivot grid's data specific options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsData"/> class that contains the pivot grid's data specific options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsDataField">
            <summary>
                <para>Provides access to the options which control the presentation of the data fields in the XRPivotGrid.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsDataField"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsFilterPopup">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsHint">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsHint"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsLayout">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsLayout"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsMenu">
            <summary>
                <para>For internal use. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsMenu"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsOLAP">
            <summary>
                <para>Provides access to the PivotGridControl's OLAP mode specific options. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsPrint">
            <summary>
                <para>Provides access to the pivot grid's print options. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint"/> object which contains the pivot grid's print options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsView">
            <summary>
                <para>Provides access to the pivot grid's display options.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView"/> object which contains the pivot grid's display options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Prefilter">
            <summary>
                <para>Gets the Prefilter's settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.Prefilter"/> object that contains the Prefilter's settings.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrefilterCriteriaChanged">
            <summary>
                <para>Fires when the Prefilter's criteria are changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewDoubleClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseDown">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseMove">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseUp">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintCell">
            <summary>
                <para>Enables you to render a different content for individual data cells.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintFieldValue">
            <summary>
                <para>Enables you to render a different content for individual field values.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintHeader">
            <summary>
                <para>Enables you to render a different content for individual field headers.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintOnPage">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutCore(DevExpress.Utils.Serializing.XtraSerializer,System.Object,DevExpress.Utils.OptionsLayoutBase)">
            <summary>
                <para>De-serializes the core functionality of the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>.

</para>
            </summary>
            <param name="serializer">
		An XtraSerializer object that provides the native serialization mechanism of XtraReports controls.

            </param>
            <param name="path">
		A <see cref="T:System.Object"/> value.

            </param>
            <param name="options">
		An <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant, containing options that determine how the control's layout is serialized.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutFromStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
            <summary>
                <para>Restores a pivot grid's layout from the specified stream, using the specified settings.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant which contains the layout settings. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.

            </param>
            <param name="options">
		A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant which specifies which options should be restored.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores a pivot grid's layout from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which the pivot grid's settings are read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RetrieveFields">
            <summary>
                <para>Creates <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> objects for all the fields in the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>'s bound data source. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Scripts">
            <summary>
                <para>Provides access to an object that contains XRPivotGrid-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRPivotGridScripts"/> object, which represents scripts handling XRPivotGrid's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.StyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:System.String.Empty"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Styles">
            <summary>
                <para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles"/> object that provides style settings for the XRPivotGrid.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> value.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.TotalCellStyleName">
            <summary>
                <para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.TotalCellStyle"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, which represents the style name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.

</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPivotGrid.XtraFindFieldsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="e">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.StyleFlagsBase">

            <summary>
                <para>Represents the base for the <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> and <see cref="T:DevExpress.XtraReports.UI.StyleUsing"/> classes.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.StyleFlagsBase.Assign(DevExpress.XtraReports.UI.StyleFlagsBase)">
            <summary>
                <para>Copies all the settings from the StyleFlagsBase object passed as the parameter.

</para>
            </summary>
            <param name="styleUsing">
		A StyleFlagsBase 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="M:DevExpress.XtraReports.UI.StyleFlagsBase.Clone">
            <summary>
                <para>Creates a copy of the current StyleFlagsBase object.
</para>
            </summary>
            <returns>A StyleFlagsBase object which is a copy of the current object.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.StyleFlagsBase.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current StyleFlagsBase 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 StyleFlagsBase instance; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.StyleFlagsBase.GetHashCode">
            <summary>
                <para>Gets the hash code (a number) that corresponds to the value of the current StyleFlagsBase object.

</para>
            </summary>
            <returns>An integer value representing the hash code for the current object.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PageBand">

            <summary>
                <para>Represents the base for the <see cref="T:DevExpress.XtraReports.UI.PageHeaderBand"/> and <see cref="T:DevExpress.XtraReports.UI.PageFooterBand"/> classes.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.PageBand.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PageBand.PageBreak">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.PageBreak"/> property to hide it.

</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.PageBreak.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PageBand.PrintOn">
            <summary>
                <para>Gets or sets a value specifying whether the PageBand should be printed on the same page with <b>Report Header</b> and <b>Report Footer</b> bands.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.PrintOnPages"/> enumeration value, which specifies the method of printing the PageBand.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRFieldEmbeddableControl">

            <summary>
                <para>Represents the base class for all report controls which support the embedded fields way of data binding.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRFieldEmbeddableControl.#ctor">
            <summary>
                <para>Initializes a new instance of the XRFieldEmbeddableControl class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ReportRuntime">

            <summary>
                <para>For internal use.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportRuntime.CreateDesignTool(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

            </param>
            <returns>An object implementing the <see cref="T:DevExpress.XtraReports.UI.IReportDesignTool"/> interface.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportRuntime.CreatePrintTool(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> instance associated with the specified report.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> instance to be associated with the Print Tool.

            </param>
            <returns>An object implementing the <see cref="T:DevExpress.XtraReports.UI.IReportPrintTool"/> interface (typically, a <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> object).
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportRuntime.RegisterDesignContext(DevExpress.XtraReports.UI.ReportDesignContext,System.Type)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="context">
		A <see cref="T:DevExpress.XtraReports.UI.ReportDesignContext"/> object.

            </param>
            <param name="reportType">
		A <see cref="T:System.Type"/> enumeration value.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportRuntime.RegisterPrintContext(DevExpress.XtraReports.UI.ReportPrintContext,System.Type)">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <param name="context">
		A DevExpress.XtraReports.UI.ReportPrintContext object.

            </param>
            <param name="reportType">
		A <see cref="T:System.Type"/> enumeration value.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRWatermark">

            <summary>
                <para>Represents a watermark in a report.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRWatermark.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRWatermark"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SnappingMode">

            <summary>
                <para>Specifies the snapping mode to be set for a report.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.SnappingMode.SnapLines">
            <summary>
                <para>Represents the snapping mode, which aligns a report element using snap lines.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SnappingMode.SnapToGrid">
            <summary>
                <para>Represents the snapping mode, which aligns a report element to the report snap grid.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPivotGridScripts">

            <summary>
                <para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellDisplayText">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellDisplayText"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellValue">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellValue"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomGroupInterval">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomGroupInterval"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomSummary">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomSummary"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnFieldValueDisplayText">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueDisplayText"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintCell">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintCell"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintFieldValue">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintFieldValue"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintHeader">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintHeader"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GetValueEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GetValueEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GetValueEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> which raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.GetValueEventArgs"/> object which contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView">

            <summary>
                <para>Provides display options for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.#ctor(System.EventHandler)">
            <summary>
                <para>Initializes a new instance of the XRPivotGridOptionsView class.
</para>
            </summary>
            <param name="optionsChanged">
		A delegate that will receive change notifications.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.DrawFocusedCellRect">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.DrawFocusedCellRect"/> property, to hide it.

</para>
            </summary>
            <value>Always <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.HeaderFilterButtonShowMode">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.HeaderFilterButtonShowMode"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Controls.FilterButtonShowMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.HeaderHeightOffset">
            <summary>
                <para>For internal use only. Specifies the vertical distance between field headers.
</para>
            </summary>
            <value>An integer value that specifies the distance between field headers, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.HeaderWidthOffset">
            <summary>
                <para>For internal use only. Specifies the horizontal distance between field headers.
</para>
            </summary>
            <value>An integer value that specifies the distance between field headers, in pixels. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.ShowButtonMode">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.ShowButtonMode"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum"/> value that specifies the current display mode for cell buttons.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.CalculatedFieldScripts">

            <summary>
                <para>Contains names of the scripts for a calculated field.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.CalculatedFieldScripts.#ctor(DevExpress.XtraReports.UI.CalculatedField)">
            <summary>
                <para>Initializes a new instance of the CalculatedFieldScripts class with the specified calculated field.
</para>
            </summary>
            <param name="calculatedField">
		A <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> object, which specifies the owning calculated field for the script.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedFieldScripts.OnGetValue">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRRichText">

            <summary>
                <para>Represents a Rich Text control, which is used to display, enter, and manipulate formatted text. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.#ctor">
            <summary>
                <para>Initializes a new instance of the XRRichText class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.BeginInit">
            <summary>
                <para>Starts the XRRichText's initialization. Initialization occurs at runtime.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.CanGrow">
            <summary>
                <para>Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety.

</para>
            </summary>
            <value><b>true</b> if the control's height can grow in order to display all its text; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.CanShrink">
            <summary>
                <para>Gets or sets a value indicating whether the control's height can decrease if its text does not completely fill the control.
</para>
            </summary>
            <value><b>true</b> if the control's height can decrease in order to remove the unused space; otherwise, <b>false</b>. 

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.Clear">
            <summary>
                <para>Clears all contents of the Rich Text control.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.EndInit">
            <summary>
                <para>Ends the XRRichText's initialization.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.GetEffectiveFont">
            <summary>
                <para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveFont"/> property, to return the font from the content of the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> control.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Font"/> value representing the effective font.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.GetEffectiveForeColor">
            <summary>
                <para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveForeColor"/> property, to return the foreground color from the content of the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> control.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Color"/> value representing the effective foreground color.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.Html">
            <summary>
                <para><b>Bindable</b>. Gets or sets the HTML content of the XRRichText control.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the HTML content associated with the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.Lines">
            <summary>
                <para>Gets or sets the text lines in the XRRichText control.

</para>
            </summary>
            <value>An array of <see cref="T:System.String"/> values that contain some text in the XRRichText control.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.IO.Stream,DevExpress.XtraReports.UI.XRRichTextStreamType)">
            <summary>
                <para>Loads the contents of an existing data stream into the XRRichText control.
</para>
            </summary>
            <param name="data">
		A <see cref="T:System.IO.Stream"/> of data to load into the XRRichText control.


            </param>
            <param name="streamType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream to be used for loading data into the XRRichText control.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.String,DevExpress.XtraReports.UI.XRRichTextStreamType)">
            <summary>
                <para>Loads a specific type of file into the XRRichText control.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichText control.

            </param>
            <param name="streamType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichText control.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.String)">
            <summary>
                <para>Loads the contents of the Rich Text Format (RTF) file into the XRRichText control.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichText control.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.Rtf">
            <summary>
                <para><b>Bindable</b>. Gets or sets the text of the XRRichText control, including all the Rich Text Format (RTF) codes.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.String,DevExpress.XtraReports.UI.XRRichTextStreamType)">
            <summary>
                <para>Saves the contents of the XRRichText control to the specified type of file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing the name and location of the file to save the control's contents to. 

            </param>
            <param name="streamType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that defines the type of stream to use for saving the XRRichText control's contents to a file.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.IO.Stream,DevExpress.XtraReports.UI.XRRichTextStreamType)">
            <summary>
                <para>Saves the contents of the XRRichText control to the specified open data stream.

</para>
            </summary>
            <param name="data">
		A <see cref="T:System.IO.Stream"/> of data to which the contents of the XRRichText control will be saved.

            </param>
            <param name="streamType">
		An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.String)">
            <summary>
                <para>Saves the contents of the XRRichText control to a Rich Text Format (RTF) file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing a path to the file, which the contents of the XRRichText control will be saved to.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> value.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichText.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRRichTextBase">

            <summary>
                <para>Represents the base class for <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> and <see cref="T:DevExpress.XtraReports.UI.XRRichTextBox"/> controls.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.ProcessDuplicates">
            <summary>
                <para>Gets or sets a value specifying how to process Rich Text controls with duplicate values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.ProcessNullValues">
            <summary>
                <para>Gets or sets a value specifying how to process Rich Text controls with null values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.Rtf">
            <summary>
                <para>Gets or sets the text of the XRRichTextBase control, including all the Rich Text Format (RTF) codes.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.RtfText">
            <summary>
                <para>Gets or sets the RTF text of the XRRichTextBase object which is going to be serialized.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.SerializableString"/> object used for serialization of the XRRichTextBase control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.SerializableRtfString">
            <summary>
                <para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraReports.UI.XRRichTextBase.Rtf"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRRichTextBase.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRRichTextStreamType">

            <summary>
                <para>Specifies the types of input and output streams used to load and save data in the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> control.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.HtmlText">
            <summary>
                <para>An HTML stream. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.PlainText">
            <summary>
                <para>A plain text stream that includes spaces in places of Object Linking and Embedding (OLE) objects.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.RtfText">
            <summary>
                <para>A Rich Text Format (RTF) stream. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.ScriptLanguage">

            <summary>
                <para>Specifies the scripting language which all the scripts in this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object are written in. All the scripts in a report object have to be in the same language. 
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.ScriptLanguage.CSharp">
            <summary>
                <para>The C# programming language will be used in the current report's scripts.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.ScriptLanguage.JScript">
            <summary>
                <para>The Java Script programming language will be used in the current report's scripts.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.ScriptLanguage.VisualBasic">
            <summary>
                <para>The Visual Basic .NET programming language will be used in the current report's scripts.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPageInfo">

            <summary>
                <para>Represents a Page Information control, which is used to display auxiliary information on report pages.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPageInfo.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPageInfo class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.CanGrow">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property to hide it.
</para>
            </summary>
            <value><b>true</b> if the control's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.CanShrink">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
            </summary>
            <value><b>true</b> if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.DefaultPadding">
            <summary>
                <para>Returns an object representing the default padding value for the XRPageInfo class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the default padding for a page info control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.Format">
            <summary>
                <para>Gets or sets the format for the auxiliary information (date, page number etc.) placed on a report page.
</para>
            </summary>
            <value>A string containing the format for the auxiliary information displayed on a report page. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.PageInfo">
            <summary>
                <para>Gets or sets the value of the <see cref="T:DevExpress.XtraPrinting.PageInfo"/> type.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PageInfo"/> enumeration value that determines the auxiliary information  (date, page number etc.) displayed on each report page.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.RunningBand">
            <summary>
                <para>Gets or sets the band upon which <see cref="T:DevExpress.XtraReports.UI.XRPageInfo"/> gathers information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> descendant, upon which XRPageInfo's data is calculated.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.StartPageNumber">
            <summary>
                <para>Gets or sets the value used as the number to start numbering the pages from within the <see cref="T:DevExpress.XtraReports.UI.XRPageInfo"/> control.

</para>
            </summary>
            <value>An integer value indicating the page number for the first report's page.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageInfo.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPageBreak">

            <summary>
                <para>Represents a Page Break control, which defines a page delimiter in a report.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPageBreak.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPageBreak class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.AnchorVertical">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.BackColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the background color of the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.BorderColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the borders' color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.BorderWidth">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property.

</para>
            </summary>
            <value>The border width in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.BoundsF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BoundsF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.RectangleF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.Draw">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.EvenStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.


</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.OddStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewDoubleClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseDown">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseMove">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseUp">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PrintOnPage">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Scripts">
            <summary>
                <para>Provides access to an object that contains XRPageBreak-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.TruncatedControlScripts"/> object, which represents scripts handling XRPageBreak's events.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.SizeChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.SizeF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.StyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
   
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPageBreak.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.WinControlContainer">

            <summary>
                <para>Represents an object of the <see cref="T:System.Windows.Forms.Control"/> class or one of its descendants in reports.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.WinControlContainer.#ctor">
            <summary>
                <para>Initializes a new instance of the WinControlContainer class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.BackColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the background color of the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.BorderColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the borders' color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.BorderWidth">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property.

</para>
            </summary>
            <value>The border width in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.DrawMethod">
            <summary>
                <para>Gets or sets the type of the method that is used to draw a <b>Windows Forms</b> control in a report.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.WinControlDrawMethod"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.EvenStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.ImageType">
            <summary>
                <para>Gets or sets a value which indicates how a WinControl contents is rendered.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.WinControlImageType"/> enumeration value which specifies how a WinControl is rendered in a report.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.OddStyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.PrintMode">
            <summary>
                <para>Gets or sets a value which indicates whether a WinControl's contents should be rendered as a set of Printing System bricks (if possible), or as an image.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.WinControlPrintMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.StyleName">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
            </summary>
            <value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines the set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.SyncBounds">
            <summary>
                <para>Gets or sets a Boolean value indicating whether the <b>Windows Forms</b> control should synchronize its bounds with the bounds of the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object it is contained in.

</para>
            </summary>
            <value><b>true</b> to synchronize the bounds of the <b>Windows Forms</b> control and the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/>; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
   
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.WinControl">
            <summary>
                <para>Gets or sets a <see cref="T:System.Windows.Forms.Control"/> object that is placed into the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Control"/> class descendant.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.WinControlContainer.WinControlChanged">
            <summary>
                <para>Occurs when a new <see cref="T:System.Windows.Forms.Control"/> object is placed into the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.WinControlContainer.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ReportHeaderBand">

            <summary>
                <para>Represents a band used as a header for a report. Objects placed in this band are displayed once, at the beginning of the report.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportHeaderBand.#ctor">
            <summary>
                <para>Initializes a new instance of the ReportHeaderBand class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ReportFooterBand">

            <summary>
                <para>Represents a band used as a footer in reports. Objects placed in this band are displayed once at the end of the report.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.ReportFooterBand.#ctor">
            <summary>
                <para>Initializes a new instance of the ReportFooterBand class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.ReportFooterBand.PrintAtBottom">
            <summary>
                <para>Gets or sets a value which specifies whether the Report Footer should be printed at the bottom of the last page, or immediately after the last report's details.

</para>
            </summary>
            <value><b>true</b> if the <b>Report Footer</b> should be printed at the bottom of a page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PageHeaderBand">

            <summary>
                <para>Represents a band located at the beginning of every report page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PageHeaderBand.#ctor">
            <summary>
                <para>Initializes a new instance of the PageHeaderBand class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.PageFooterBand">

            <summary>
                <para>Represents a band located at the end of every report page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.PageFooterBand.#ctor">
            <summary>
                <para>Initializes a new instance of the PageFooterBand class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupFieldCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.GroupField"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.#ctor(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Initializes a new instance of the GroupFieldCollection class with the specified owner band.
</para>
            </summary>
            <param name="band">
		<para>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object which specifies the owner band for this collection.</para>


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.Add(DevExpress.XtraReports.UI.GroupField)">
            <summary>
                <para>Appends the specified <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object to the collection.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object to append to the collection.


            </param>
            <returns>An integer value specifying the index of the new element in the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.AddRange(DevExpress.XtraReports.UI.GroupField[])">
            <summary>
                <para>Appends an array of group fields to the collection.


</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraReports.UI.GroupField"/> objects to append to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.IndexOf(DevExpress.XtraReports.UI.GroupField)">
            <summary>
                <para>Returns the specified object's position within the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer which represents the object's position within the collection. <b>-1</b> if the object doesn't belong to the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.Insert(System.Int32,DevExpress.XtraReports.UI.GroupField)">
            <summary>
                <para>Adds the specified group field to the collection at the specified position.
</para>
            </summary>
            <param name="index">
		A zero-based integer which specifies the position at which the group field is to be inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object that specifies the group field to insert into the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupFieldCollection.Item(System.Int32)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object located at the specified index in the collection.
</para>
            </summary>
            <param name="index">
		An integer index value that locates the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object in the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object that has the specified index in the collection.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupFieldCollection.Item(System.String)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object with the specified field name in the collection.
</para>
            </summary>
            <param name="fieldName">
		A string containing a field name in the <b>primary data source</b>.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object that has the specified field name in the collection.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFieldCollection.Remove(DevExpress.XtraReports.UI.GroupField)">
            <summary>
                <para>Removes the specified <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object from the collection.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object to be removed from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BandCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.Band"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.#ctor(DevExpress.XtraReports.UI.XtraReportBase)">
            <summary>
                <para>Initializes a new collection of bands in the specified report.
</para>
            </summary>
            <param name="owner">
		A report in which the collection of bands will be initialized.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.Add(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControlCollection.Add"/> method.
</para>
            </summary>
            <param name="band">
		A <see cref="T:DevExpress.XtraReports.UI.Band"/> object to add to the collection of bands.

            </param>
            <returns>An integer value indicating the position into which the new band was inserted.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.AddRange(DevExpress.XtraReports.UI.Band[])">
            <summary>
                <para>Adds an array of <see cref="T:DevExpress.XtraReports.UI.Band"/> objects to the collection.
</para>
            </summary>
            <param name="bands">
		An array of <see cref="T:DevExpress.XtraReports.UI.Band"/> objects to add to the collection. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.Clear">
            <summary>
                <para>Removes all bands from the collection.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.BandCollection.CollectionChanged">
            <summary>
                <para>Occurs if a band is added to or removed from the collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.Contains(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Determines whether the specified band is a member of the collection.
</para>
            </summary>
            <param name="band">
		The <see cref="T:DevExpress.XtraReports.UI.Band"/> object to locate in the collection. 

            </param>
            <returns><b>true</b> if the band is a member of the collection; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.GetBandByType(System.Type)">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraReports.UI.Band"/> object if an object of the specified type is contained in the collection.
</para>
            </summary>
            <param name="type">
		A <see cref="T:System.Type"/> object representing the type of band to locate.


            </param>
            <returns>A <see cref="T:DevExpress.XtraReports.UI.Band"/> descendant representing the band found. Returns <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any band of the specified type in the collection.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.GetSortedBands">
            <summary>
                <para>Sorts the bands inside the collection according to the default sort order set in the <see cref="T:DevExpress.XtraReports.UI.BandCollection"/> class.
</para>
            </summary>
            <returns>An object implementing the <see cref="T:System.Collections.IList"/> interface.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.IndexOf(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Returns the zero-based index of the specified band in the collection. 

</para>
            </summary>
            <param name="band">
		A <see cref="T:DevExpress.XtraReports.UI.Band"/> object to locate in the collection. 

            </param>
            <returns>An integer value representing the position of the specified band in the collection.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandCollection.Item(System.Int32)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.Band"/> object located at the specified index in the collection.
</para>
            </summary>
            <param name="index">
		An integer index value that identifies a <see cref="T:DevExpress.XtraReports.UI.Band"/> object in the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object that has the specified index in the collection.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandCollection.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the band to get.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> class descendant which represents the band with the specified name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BandCollection.Item(DevExpress.XtraReports.UI.BandKind)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.Band"/> object that is of the specified band kind.

</para>
            </summary>
            <param name="kind">
		A <see cref="T:DevExpress.XtraReports.UI.BandKind"/> enumeration value that identifies a <see cref="T:DevExpress.XtraReports.UI.Band"/> object by its band kind in the collection.

            </param>
            <value>The <see cref="T:DevExpress.XtraReports.UI.Band"/> object that has the specified band kind in the collection. If no band with the specified band kind was found in the collection the indexer returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.BandCollection.Remove(DevExpress.XtraReports.UI.Band)">
            <summary>
                <para>Removes the specified band from the collection.
</para>
            </summary>
            <param name="band">
		A <see cref="T:DevExpress.XtraReports.UI.Band"/> object to remove from the collection of bands.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Band">

            <summary>
                <para>Defines a base class for report bands that can contain objects of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class and its derived classes.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.AnchorVertical">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
            </summary>
            <value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.BottomF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BottomF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.BoundsF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BoundsF"/> property, to hide it.
</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.XtraReports.UI.Band.CanGrow">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property, to hide it.

</para>
            </summary>
            <value>Always <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.CanHaveChildren">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.
</para>
            </summary>
            <value><b>true</b> always.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.CanShrink">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
            </summary>
            <value>Always <b>false</b>. 

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.Draw">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.EvaluateBinding">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Expanded">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.HeightF">
            <summary>
                <para>Specifies the band's height (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the height of the band.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.KeepTogether">
            <summary>
                <para>Gets or sets a value which specifies whether a band can be split across pages. 

</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire band on a single page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.LeftF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LeftF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.LocationChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.LocationF">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.PointF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.LocationFloat">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.PageBreak">
            <summary>
                <para>Gets or sets a value that determines where to make a page break, in respect to the given band.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.PageBreak"/> enumeration value. 
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.ParentChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewDoubleClick">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseDown">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseMove">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseUp">
            <summary>
                <para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PrintOnPage">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.RightF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.RightF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Scripts">
            <summary>
                <para>Provides access to an object that contains Band-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.BandScripts"/> object, which represents scripts handling Band's events.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.SizeChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.SizeF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.SnapLineMargin">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SnapLineMargin"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.SnapLinePadding">
            <summary>
                <para>Specifies the band's inner indents to be maintained when report elements are aligned to the band's edges using snap lines.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the band.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.Band.ToImage">
            <summary>
                <para>Replaces the <see cref="M:DevExpress.XtraReports.UI.XRControl.ToImage"/> method.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Image"/> object.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.TopF">
            <summary>
                <para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TopF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.WidthF">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WidthF"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the band.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BandKind">

            <summary>
                <para>Specifies the types of bands used in XtraReports.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.BottomMargin">
            <summary>
                <para>Objects placed in this band are displayed at the bottom of each page. This section usually contains the page number and other auxiliary information.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.Detail">
            <summary>
                <para>Objects placed in this band are displayed with each new record from the primary data source. The band of this type contains the bulk of the report data as it is re-printed for each record, typically displays individual records. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.DetailReport">
            <summary>
                <para>This band contains a detail report which contains its own bands and controls. This detail report band is intended to create master-detail reports.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.GroupFooter">
            <summary>
                <para>Objects placed in this band are displayed at the end of each group of records. Normally used to provide summary values based upon the group's data.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.GroupHeader">
            <summary>
                <para>Objects placed in this band are displayed at the beginning of each group of records. Typically holds the field headers for the group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.None">
            <summary>
                <para>This band kind is intended for internal use only.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.PageFooter">
            <summary>
                <para>Objects placed in this band are displayed at the bottom of each page, above the <see cref="T:DevExpress.XtraReports.UI.BottomMarginBand"/>. Normally used to contain the footer of a table continued on the following page. 


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.PageHeader">
            <summary>
                <para>Objects placed in this band are displayed at the top of each page, below the <see cref="T:DevExpress.XtraReports.UI.TopMarginBand"/>. Normally used to contain the header of a table continued from the previous page.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.ReportFooter">
            <summary>
                <para>Objects placed in this band are displayed once, at the end of the report. Used to display information only required once at the end of the report such as grand totals.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.ReportHeader">
            <summary>
                <para>Objects placed in this band are displayed once, at the beginning of the report. Usually contains the report title and any other information only required at the start of the report.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BandKind.TopMargin">
            <summary>
                <para>Objects placed in this band are displayed at the top of each page. These can be used to display the date, report name, etc. 

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRScriptsBase">

            <summary>
                <para>Represents the base for classes which contain names of the scripts for reports, bands and controls.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.AddScripts(DevExpress.XtraReports.XREventsScriptManager)">
            <summary>
                <para>Adds scripts. For internal use only.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraReports.XREventsScriptManager"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.Dispose">
            <summary>
                <para>Disposes of the XRScriptsBase object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GenerateDefaultEventScript(System.String)">
            <summary>
                <para>Generates the default script for the specified property. For internal use only.
</para>
            </summary>
            <param name="propertyName">
		A string specifying the property name.

            </param>
            <returns>A string containing the default script.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GenerateDefaultEventScript(System.String,System.String)">
            <summary>
                <para>Generates the default script for the specified event.
</para>
            </summary>
            <param name="propertyName">
		A <see cref="T:System.String"/> value, representing the property name.

            </param>
            <param name="propertyValue">
		A <see cref="T:System.String"/> value, representing the property value.

            </param>
            <returns>A <see cref="T:System.String"/> value, representing the default script.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GetScriptsDisplayNames">
            <summary>
                <para>Gets the display names for the report scripts.
</para>
            </summary>
            <returns>An array of <see cref="T:System.String"/> values.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRScriptsBase.IsDefault">
            <summary>
                <para>Determines whether the current script is equal to the default script text. For internal use only.

</para>
            </summary>
            <returns><b>true</b> if the current script is default; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.WinControlImageType">

            <summary>
                <para>Specifies how the <b>Windows Forms</b> control represented via the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object should be internally rendered in a report.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlImageType.Bitmap">
            <summary>
                <para>The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.WinControlImageType.Metafile">
            <summary>
                <para>The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.


</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded"/> event. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventHandler.Invoke(System.Object,DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded"/> or <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoaded"/>  event.


</para>
            </summary>
            <param name="sender">
		The event source.


            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs"/> object which contains event data.


            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRLabelScripts">

            <summary>
                <para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> control.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryCalculated">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryGetResult">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryReset">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryRowChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryRowChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.TopMarginBand">

            <summary>
                <para>Represents a band located on the top margin of every page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.TopMarginBand.#ctor">
            <summary>
                <para>Initializes a new instance of the TopMarginBand class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BottomMarginBand">

            <summary>
                <para>Represents a band located on the bottom margin of every page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BottomMarginBand.#ctor">
            <summary>
                <para>Initializes a new instance of the BottomMarginBand class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRSummary">

            <summary>
                <para>Provides methods that calculate arithmetic functions for the values in the data source field bound to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property of the <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> control and its descendants.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSummary.#ctor">
            <summary>
                <para>Initializes a new instance of the XRSummary class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSummary.#ctor(DevExpress.XtraReports.UI.SummaryRunning,DevExpress.XtraReports.UI.SummaryFunc,System.String)">
            <summary>
                <para>Initializes a new instance of the XRSummary class with the specified range, function and format string.

</para>
            </summary>
            <param name="running">
		A <see cref="T:DevExpress.XtraReports.UI.SummaryRunning"/> enumeration value which specifies the range for which the summary function should be calculated. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRSummary.Running"/> property.

            </param>
            <param name="func">
		A <see cref="T:DevExpress.XtraReports.UI.SummaryFunc"/> enumeration value which specifies the summary function to be calculated. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRSummary.Func"/> property.

            </param>
            <param name="formatString">
		A <see cref="T:System.String"/> value containing a format for the summary output. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRSummary.FormatString"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSummary.#ctor(DevExpress.XtraReports.UI.SummaryRunning)">
            <summary>
                <para>Initializes a new instance of the XRSummary class with the specified range.

</para>
            </summary>
            <param name="running">
		A <see cref="T:DevExpress.XtraReports.UI.SummaryRunning"/> enumeration value which specifies the range for which the summary function should be calculated. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRSummary.Running"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSummary.Dispose">
            <summary>
                <para>Disposes of the XRSummary object.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSummary.FormatString">
            <summary>
                <para>Gets or sets a format for the output of the <see cref="T:DevExpress.XtraReports.UI.XRSummary"/> object.
</para>
            </summary>
            <value>A string containing a format for the output value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSummary.Func">
            <summary>
                <para>Specifies the arithmetic function to calculate. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.SummaryFunc"/> enumeration value.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRSummary.GetResult">
            <summary>
                <para>Returns the calculated function's result.
</para>
            </summary>
            <returns>An object representing the result for the calculated function.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSummary.IgnoreNullValues">
            <summary>
                <para>Specifies whether <b>null</b> values should be ignored when a summary is calculated. 
</para>
            </summary>
            <value><b>true</b> to ignore null values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRSummary.Running">
            <summary>
                <para>Gets or sets a value specifying a report area, for which the arithmetic function is calculated.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.SummaryRunning"/> enumeration value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRRichTextBox">

            <summary>
                <para>Represents a control that can be used to display, enter, and manipulate formatted text. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRRichTextBox.#ctor">
            <summary>
                <para>Initializes a new instance of the XRRichTextBox class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRColumnSortOrder">

            <summary>
                <para>Specifies the sorting order for a group.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending">
            <summary>
                <para>The column is sorted in ascending order.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XRColumnSortOrder.Descending">
            <summary>
                <para>The column is sorted in descending order.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SummaryRunning">

            <summary>
                <para>Specifies the report area for which the selected function is calculated.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryRunning.Group">
            <summary>
                <para>The function is calculated for every group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryRunning.None">
            <summary>
                <para>The function is not calculated.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryRunning.Page">
            <summary>
                <para>The function is calculated for every page.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryRunning.Report">
            <summary>
                <para>The function is calculated for the entire report.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SummaryFunc">

            <summary>
                <para>Specifies the arithmetic function to be calculated.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Avg">
            <summary>
                <para>Calculates the average of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Count">
            <summary>
                <para>Counts the number of values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Custom">
            <summary>
                <para>Calculates the custom summary using the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset"/>, <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryRowChanged"/> and <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> events.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DAvg">
            <summary>
                <para>Calculates the average of all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DCount">
            <summary>
                <para>Counts the number of <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DStdDev">
            <summary>
                <para>Calculates the standard deviation of all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DStdDevP">
            <summary>
                <para>Calculates the standard population deviation of all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DSum">
            <summary>
                <para>Calculates the total of all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DVar">
            <summary>
                <para>Calculates the amount of variance for all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.DVarP">
            <summary>
                <para>Calculates the population variance of all the <b>distinct</b> values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Max">
            <summary>
                <para>Calculates the maximum of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Median">
            <summary>
                <para>Finds the middle number within a sequence.

<para>Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Min">
            <summary>
                <para>Calculates the minimum of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Percentage">
            <summary>
                <para>Calculates the percent ratio of the current data row's value to the total of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.RecordNumber">
            <summary>
                <para>Returns the current record number in the datasource within the specified summary region (group, page or report). This means for instance, if the summary is calculated for a group, then the record number is calculated only within that group, and is reset every time a new group is started.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.RunningSum">
            <summary>
                <para>Summarizes all the values, which were printed before the current data row, with the current data row's value.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.StdDev">
            <summary>
                <para>Calculates the standard deviation of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.StdDevP">
            <summary>
                <para>Calculates the standard population deviation of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Sum">
            <summary>
                <para>Calculates the total of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.Var">
            <summary>
                <para>Calculates the amount of variance for all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.SummaryFunc.VarP">
            <summary>
                <para>Calculates the population variance of all the values within the specified summary region (group, page or report).

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ReportUnit">

            <summary>
                <para>Specifies the unit of measurement to be used in reports.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.ReportUnit.HundredthsOfAnInch">
            <summary>
                <para>The unit of measurement is in hundredths of an inch.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter">
            <summary>
                <para>The unit of measurement is in tenths of a millimeter.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReport">

            <summary>
                <para>The base class for any report created using the XtraReports suite.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.#ctor">
            <summary>
                <para>Initializes a new instance of the XtraReport class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.About">
            <summary>
                <para>Invokes the <b>About</b> dialog window.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.BeginInit">
            <summary>
                <para>For internal use only. Starts the XtraReport's initialization. Initialization occurs at runtime.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.BeginUpdate">
            <summary>
                <para>Starts the XtraReport's runtime initialization.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Bookmark">
            <summary>
                <para>Gets or sets the text shown as a root bookmark in a Document Map.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing a root bookmark's text.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.CalculatedFields">
            <summary>
                <para>Provides access to a report's collection of calculated fields.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.CalculatedFieldCollection"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ClosePreview">
            <summary>
                <para>Stops displaying the report.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.CloseRibbonPreview">
            <summary>
                <para>Stops displaying the report.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.CollectParameters(System.Collections.Generic.IList`1,System.Predicate`1)">
            <summary>
                <para>For internal use. 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.UI.XtraReport.ControlType">
            <summary>
                <para>Gets the assembly-qualified name of the report.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the assembly-qualified name of a report, which includes the name of the assembly from which the report was loaded.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.CreateDocument">
            <summary>
                <para>Creates a document from the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, so the report can be displayed or printed.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.CreateDocument(System.Boolean)">
            <summary>
                <para>Creates a document from the XtraReport object, so the report 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="M:DevExpress.XtraReports.UI.XtraReport.CreatePrintingSystem">
            <summary>
                <para>Creates a Printing System for the report.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the report's Printing System.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.CrossBandControls">
            <summary>
                <para>Provides access to a collection of cross-band controls in the current report.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControlCollection"/> object containing all cross-band controls, which exist in the current report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.DataSourceSchema">
            <summary>
                <para>Gets or sets an XML/XSD file, containing a schema of a report's data source.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a  data source's schema.
</value>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XtraReport.DefaultPageSize">
            <summary>
                <para>A <see cref="T:System.Drawing.Size"/> object representing the default page size (850 by 1100 hundredths of an inch) used for reports.
</para>
            </summary>
            <returns>
</returns>


        </member>
        <member name="F:DevExpress.XtraReports.UI.XtraReport.DefaultPaperKind">
            <summary>
                <para>Represents the default paper type (<see cref="F:System.Drawing.Printing.PaperKind.Letter"/>) used in a report.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.DefaultPrinterSettingsUsing">
            <summary>
                <para>Gets a value that specifies which of the default printer's settings should be used when printing an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/>.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object that specifies which of the default printer's settings should be used by this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded">
            <summary>
                <para>Occurs after the End-User Designer has been loaded for the current report instance.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.DesignerOptions">
            <summary>
                <para>Provides access to the options that determine the availability of popup hints and warnings in the Report Designer. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.DesignerOptions"/> object that represents the designer options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.DisplayName">
            <summary>
                <para>Specifies the report name, which appears in the title of the MDI End-User Designer's tab.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, specifying the report's display name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.DrawGrid">
            <summary>
                <para>Gets or sets a value indicating whether to draw the grid at design time.
</para>
            </summary>
            <value><b>true</b> if to display the grid; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.EndInit">
            <summary>
                <para>For internal use only. Ends the XtraReport's initialization.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.EndUpdate">
            <summary>
                <para>Ends the XtraReport's runtime initialization.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.EnsureStaticConstructor">
            <summary>
                <para>This method is intended for internal use only. Normally, you don't need to use it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.EventsInfo">
            <summary>
                <para>For internal use. Supports the XML serialization of a report's events.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Expanded">
            <summary>
                <para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.Expanded"/> property, to hide it.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ExportOptions">
            <summary>
                <para>Gets the settings used to specify exporting parameters when exporting a report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> object which contains the export settings for a report.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in CSV format using the specified CSV-specific options.

</para>
            </summary>
            <param name="path">
		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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.String)">
            <summary>
                <para>Exports a report to the specified file path in CSV format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in CSV format using the specified 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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToHtml(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in HTML format using the specified 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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToHtml(System.String)">
            <summary>
                <para>Exports a report to the specified file path in HTML format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in HTML format using the specified HTML-specific options.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.

            </param>
            <param name="options">
		A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in Image format using the specified 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">
		A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in Image format using the specified Image-specific options.

</para>
            </summary>
            <param name="path">
		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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.String)">
            <summary>
                <para>Exports a report to the specified file path in Image format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
            <summary>
                <para>Exports a report to the specified file path using the specified image format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToMht(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in MHT format using the specified 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">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToMht(System.String)">
            <summary>
                <para>Exports a report to the specified file path in MHT format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in MHT format using the specified MHT-specific options.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.

            </param>
            <param name="options">
		A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in PDF format using the specified PDF-specific options.

</para>
            </summary>
            <param name="path">
		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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToPdf(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in PDF format using the specified 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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToPdf(System.String)">
            <summary>
                <para>Exports a report to the specified file path in PDF format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToRtf(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToRtf(System.String)">
            <summary>
                <para>Exports a report to the specified file path in RTF format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports a document to the specified file path 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>
            <param name="options">
		An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, containing RTF export settings.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
            <summary>
                <para>Exports a document to the specified file path in RTF format.
</para>
            </summary>
            <param name="path">
		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, containing RTF export settings.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.IO.Stream)">
            <summary>
                <para>Exports a report 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.XtraReports.UI.XtraReport.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in Text format using the specified 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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.String)">
            <summary>
                <para>Exports a report to the specified file path in Text format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in Text format using the specified Text-specific options.

</para>
            </summary>
            <param name="path">
		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 report is exported.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.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.XtraReports.UI.XtraReport.ExportToXls(System.String)">
            <summary>
                <para>Exports a report to the specified file path in XLS format.

</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in XLS format using the specified XLS-specific options.

</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.

            </param>
            <param name="options">
		A <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.XtraReports.UI.XtraReport.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
            <summary>
                <para>Exports a report to the specified file path 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>
            <param name="options">
		A <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.XtraReports.UI.XtraReport.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.XtraReports.UI.XtraReport.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports a report to the specified file path in XLSX format using the specified 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">
		A <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.XtraReports.UI.XtraReport.ExportToXlsx(System.String)">
            <summary>
                <para>Exports a report to the specified file path in XLSX format.
</para>
            </summary>
            <param name="path">
		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.XtraReports.UI.XtraReport.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
            <summary>
                <para>Exports a report to the specified stream in XLSX format using the specified XLS-specific options.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.

            </param>
            <param name="options">
		A <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="P:DevExpress.XtraReports.UI.XtraReport.Extensions">
            <summary>
                <para>Provides access to the report extensions.
</para>
            </summary>
            <value>A dictionary storing the report extensions.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.FillEmptySpace">
            <summary>
                <para>Fires after page rendering if a gap remains between the rendered bands.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties">
            <summary>
                <para>Occurs every time a <b>PropertyGrid</b> refreshes its list of items in the End-User Designer.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.FormattingRuleSheet">
            <summary>
                <para>Provides access to a collection of formatting rules stored in a report.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRuleSheet"/> object, that represents the collection of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.FromFile(System.String,System.Boolean)">
            <summary>
                <para>Loads the REPX data from the file located at the specified path, and creates a report object from it. The created report's class is specified in the REPX data. 


</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the REPX data file is located. 

            </param>
            <param name="loadState">
		<b>true</b> to load not only the report class, but also the state of all its bands and controls that are also saved in the REPX data; otherwise, <b>false</b>.


            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or its descendant of the type specified in the REPX data. 

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.FromStream(System.IO.Stream,System.Boolean)">
            <summary>
                <para>Loads the REPX data from the specified stream and creates a report object from it. The created report's class is also specified in the REPX data format. 


</para>
            </summary>
            <param name="stream">
		The <see cref="T:System.IO.Stream"/> object containing the REPX data to load.

            </param>
            <param name="loadState">
		<b>true</b> to load the report's state which is also saved in the REPX data; otherwise, <b>false</b>.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or its descendant of the type specified in the REPX data. 
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.GridSize">
            <summary>
                <para>Specifies the width and height (in pixels) of the report design time snap grid.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> object representing the size of the grid.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.HtmlItemCreated">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> property.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.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="M:DevExpress.XtraReports.UI.XtraReport.LoadLayout(System.IO.Stream)">
            <summary>
                <para>Loads the report's definition (layout and configuration) from a <see cref="T:System.IO.Stream"/> object.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object containing the report's definition.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayout(System.String)">
            <summary>
                <para>Loads the report's definition (layout and configuration) from a file in the REPX format.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> value specifying the path to the REPX file to be loaded, containing the report's definition.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayoutFromXml(System.IO.Stream)">
            <summary>
                <para>Restores the report from its XML definition residing in the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayoutFromXml(System.String)">
            <summary>
                <para>Restores the report from its XML definition residing in the specified file.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/>, specifying the file name and location.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.LockedInUserDesigner">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Boolean"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Margins">
            <summary>
                <para>Gets or sets the margins of the report's pages (measured in report units).


</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Printing.Margins"/> object specifying the margins of a report page.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.MasterReport">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which contains the current report as a subreport.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which includes the current report. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ObjectStorage">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>A collection of the <see cref="T:DevExpress.XtraReports.Serialization.ObjectStorageInfo"/> objects.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PageBreak">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.PageBreak"/> property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.PageBreak"/> enumeration value. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PageColor">
            <summary>
                <para>Gets or sets the fill color of report pages.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> structure that specifies a page color. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PageHeight">
            <summary>
                <para>Gets or sets the height of the report's pages (measured in report units). This can only be set if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.PaperKind"/> is set to <b>Custom</b>.

</para>
            </summary>
            <value>An integer value which represents the height of the report's pages.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Pages">
            <summary>
                <para>Gets a collection of pages generated for this report.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PageList"/> object which represents a collection of pages.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PageSize">
            <summary>
                <para>Gets or sets the size of the report's pages (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> object representing the size of the report's pages.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PageWidth">
            <summary>
                <para>Gets or sets the width of the report's pages (measured in report units). This can only be set if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.PaperKind"/> is set to <b>Custom</b>.


</para>
            </summary>
            <value>An integer value equal to the width of the report's pages.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PaperKind">
            <summary>
                <para>Gets or sets the type of paper for the report.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.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.XtraReports.UI.XtraReport.Parameters">
            <summary>
                <para>Provides access to a report's collection of parameters.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterCollection"/> object which represents a collection of report parameters.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow">
            <summary>
                <para>Occurs before the <b>Parameters</b> UI is displayed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.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="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged">
            <summary>
                <para>Occurs when the parameter values are changed in the Parameters UI.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PreviewRowCount">
            <summary>
                <para>Get or sets the number of data rows to display in a report.

</para>
            </summary>
            <value>An integer value representing the amount of data rows to preview.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.Print">
            <summary>
                <para>Prints a report's document.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.Print(System.String)">
            <summary>
                <para>Prints a report's 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.XtraReport.PrintDialog">
            <summary>
                <para>Runs a print dialog box used for selecting a printer, setting some print options and printing the document.
</para>
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value containing the return value of the print dialog box.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.PrinterName">
            <summary>
                <para>Gets or sets the name of the printer to use when printing the report.

</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.XtraReports.UI.XtraReport.PrintingSystem">
            <summary>
                <para>Gets the <b>Printing System</b> object that provides methods for previewing and printing a report. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that is used for previewing and printing the report.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReport.PrintProgress">
            <summary>
                <para>Occurs before sending every document page to a printer to indicate the current printing progress.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit">
            <summary>
                <para>Gets or sets the unit of measurement for the report.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ReportUnit"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters">
            <summary>
                <para>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="E:DevExpress.XtraReports.UI.XtraReport.SaveComponents">
            <summary>
                <para>Occurs when a report is saved to an REPX file and allows you to manually decide which components should be stored into a report definition file, and which aren't.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.String)">
            <summary>
                <para>Saves the report's definition (layout and configuration) to a file in the REPX format.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> containing the full path (including the file name) specifying where the report's definition will be saved.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.IO.Stream)">
            <summary>
                <para>Saves the report's definition (layout and configuration) to a <see cref="T:System.IO.Stream"/> object in the REPX data format.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the report's definition will be saved.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.IO.Stream,System.Boolean)">
            <summary>
                <para>Saves the report's definition (layout and configuration) to a <see cref="T:System.IO.Stream"/> object in the REPX data format, with an exception thrown if an error occurs.


</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the report's definition will be saved.


            </param>
            <param name="throwOnError">
		<b>true</b> if a <see cref="T:System.ArgumentException"/> exception should be thrown on error; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.String,System.Boolean)">
            <summary>
                <para>Saves the report's definition (layout and configuration) to a file in the REPX format, with an exception thrown if an error occurs.

</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> containing the full path (including the file name) specifying where the report's definition will be saved.


            </param>
            <param name="throwOnError">
		<b>true</b> if a <see cref="T:System.ArgumentException"/> exception should be thrown on error; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayoutToXml(System.IO.Stream)">
            <summary>
                <para>Save the report in XML format to the specified stream.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayoutToXml(System.String)">
            <summary>
                <para>Save the report in XML format to the specified file.

</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/>, specifying the file name and location.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptLanguage">
            <summary>
                <para>Gets or sets the scripting language of all the scripts used in this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.ScriptLanguage"/> enumeration's values specifying the language of the scripts used in the report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences">
            <summary>
                <para>Provides access to the collection of strings that represent the paths to the assemblies used by the scripts in the report.

</para>
            </summary>
            <value>An array of <see cref="T:System.String"/> values representing the paths to the referenced assemblies.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferencesString">
            <summary>
                <para>Gets or sets the string containing all script references represented by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing all the strings returned by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Scripts">
            <summary>
                <para>Provides access to an object that contains XtraReport-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportScripts"/> object, which represents scripts handling XtraReport's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptSecurityPermissions">
            <summary>
                <para>Gets the collection of security permissions used to permit particular operations in end-user's scripts.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.ScriptSecurityPermissionCollection"/> object which represents a collection of security permissions.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptsSource">
            <summary>
                <para>Provides access to all the report scripts, as they are displayed on the <b>Scripts</b> view tab.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, representing all report scripts.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesigner">
            <summary>
                <para>Invokes the standard End-User Designer form, which allows your end-users to edit a report.


</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the standard End-User Designer form using the specified look and feel settings.



</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the standard End-User Designer form using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.


            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the standard End-User Designer form modally, using the specified look and feel settings.




</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesignerDialog">
            <summary>
                <para>Invokes the standard End-User Designer form modally. This form allows your end-users to edit a report.


</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the standard End-User Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShowDesignerHints">
            <summary>
                <para>Gets or sets whether designer hints should be shown.
</para>
            </summary>
            <value><b>true</b> if designer hints are shown; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShowExportWarnings">
            <summary>
                <para>Gets or sets a value indicating whether it's necessary to display export warnings for overlapping controls.

</para>
            </summary>
            <value><b>true</b> if export warnings are displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowPageSetupDialog">
            <summary>
                <para>Displays modally a <b>Page Setup</b> dialog window.
</para>
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowPreview">
            <summary>
                <para>Invokes the <b>Preview Form</b> which shows the print preview of the report.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the <b>Preview Form</b> which shows the print preview of the report using the specified look and feel settings.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowPreviewDialog">
            <summary>
                <para>Invokes the <b>Preview Form</b> which modally shows the print preview of the report.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the <b>Preview Form</b> which modally shows the print preview of the report using the specified look and feel settings.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShowPreviewMarginLines">
            <summary>
                <para>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="P:DevExpress.XtraReports.UI.XtraReport.ShowPrintingWarnings">
            <summary>
                <para>Gets or sets a value indicating whether it's necessary to display printing warnings for controls which are located outside the right page margin.

</para>
            </summary>
            <value><b>true</b> if printing warnings are shown; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShowPrintMarginsWarning">
            <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.XtraReports.UI.XtraReport.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="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the Ribbon End-User Designer form which allows a report to be edited by end-users using the specified look and feel settings.



</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Ribbon End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesigner">
            <summary>
                <para>Invokes the Ribbon End-User Designer form which allows a report to be edited by end-users.




</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the Ribbon End-User Designer form using the specified look and feel settings, and with the specified design panels hidden.
</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Ribbon End-User Designer</b> form.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value, identifying the <b>Ribbon End-User Designer</b> dock panels to be hidden.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesignerDialog">
            <summary>
                <para>Invokes the Ribbon End-User Designer form modally. This form allows a report to be edited by end-users.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the Ribbon End-User Designer form modally using the specified look and feel settings.
</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Ribbon End-User Designer</b> form.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the Ribbon End-User Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Ribbon End-User Designer</b> form.

            </param>
            <param name="hiddenPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the <b>Ribbon End-User Designer</b> dock panels to be hidden.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonPreview">
            <summary>
                <para>Invokes the <b>Ribbon Preview Form</b> which shows the print preview of the report.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the <b>Ribbon Preview Form</b> which shows the print preview of the report, using the specified look and feel settings.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Ribbon Preview Form</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the <b>Ribbon Preview Form</b> which modally shows the print preview of the report using the specified look and feel settings.

</para>
            </summary>
            <param name="lookAndFeel">
		A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the <b>Preview Form</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowRibbonPreviewDialog">
            <summary>
                <para>Invokes the <b>Ribbon Preview Form</b> which modally shows the print preview of the report.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShowUserFriendlyNamesInUserDesigner">
            <summary>
                <para>Gets or sets a value indicating whether all property names and their values should be displayed in the user-friendly format in the <b>Property Grid</b> and smart tags of the End-User Designer.
</para>
            </summary>
            <value><b>true</b> to display user-friendly names; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.ShrinkSubReportIconArea">
            <summary>
                <para>Gets or sets a value which specifies whether the height of the <b>Subreport</b> icon should be taken into account when generating a report.
</para>
            </summary>
            <value><b>true</b> if the Subreport's height should not be calculated; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.SnapGridSize">
            <summary>
                <para>Specifies the dimensions of the report designer snap grid.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, that specifies the snap grid size. Note that it should be greater than <b>0</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode">
            <summary>
                <para>Specifies the mode in which report elements are snapped to each other, when they are resized or being relocated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.SnappingMode"/> enumeration value representing the snapping mode.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.SnapToGrid">
            <summary>
                <para>Gets or sets a value indicating whether to snap report controls to the grid at design time.
</para>
            </summary>
            <value><b>true</b> to snap to the grid; otherwise, <b>false</b>.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.StopPageBuilding">
            <summary>
                <para>Finishes generating report pages.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.StyleSheet">
            <summary>
                <para>Provides access to a collection of styles stored in a report.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object, that represents the collection of <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> objects.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.StyleSheetPath">
            <summary>
                <para>Gets or sets the path to the style sheet contained in a style sheet file.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the style sheet file is located.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ValidateScripts">
            <summary>
                <para>Validates the report's scripts.
</para>
            </summary>
            <returns>A <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"/> object, representing a collection of compiler errors or warnings.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Version">
            <summary>
                <para>Gets or sets a string value, which determines the current XtraReports version, for internal use only.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.VerticalContentSplitting">
            <summary>
                <para>Gets or sets a value indicating whether report controls 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 splitting method of report controls in the vertical direction.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReport.Watermark">
            <summary>
                <para>Gets the report's watermark.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRWatermark"/> object specifying the report's watermark.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.MultiColumnMode">

            <summary>
                <para>Specifies which multicolumn properties will be taken into account if the multicolumn feature is enabled.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.MultiColumnMode.None">
            <summary>
                <para>Multicolumn printing is disabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount">
            <summary>
                <para>Multicolumn printing is enabled and uses the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value. The <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value is ignored in this case, and the width of the columns is calculated automatically based upon the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value and the page's width.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth">
            <summary>
                <para>Multicolumn printing is enabled and uses the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value. The <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value is ignored in this case, and the number of the columns is calculated automatically based upon the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value and the page's width.


</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPictureBox">

            <summary>
                <para>Represents a Picture Box control, which is used to display an image in a report.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPictureBox.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPictureBox class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.Image">
            <summary>
                <para><b>Bindable</b>. Gets or sets the image to display in the XRPictureBox control.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> object which is the image to display in the picture box.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.ImageUrl">
            <summary>
                <para><b>Bindable</b>. Gets or sets the path to the image to display in the XRPictureBox control.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> which represents the path to an image.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.Padding">
            <summary>
                <para>Gets or sets the picture box's padding values (measured in report units).


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values for a picture.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.Sizing">
            <summary>
                <para>Gets or sets the mode used to display the image in the <see cref="T:DevExpress.XtraReports.UI.XRPictureBox"/> control.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.ImageSizeMode"/> enumeration values that specifies how the image is displayed in the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPictureBox.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRPanel">

            <summary>
                <para>A Panel control, which can contain other controls.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the XRPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.CanGrow">
            <summary>
                <para>Gets or sets a value indicating whether the panel's height can grow in order to display the contents in their entirety.

</para>
            </summary>
            <value><b>true</b> if the panel's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.CanHaveChildren">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.

</para>
            </summary>
            <value><b>true</b> always.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.ForeColor">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.SnapLinePadding">
            <summary>
                <para>Specifies the inner indents to be maintained when report elements are aligned to the <see cref="T:DevExpress.XtraReports.UI.XRPanel"/>'s edges using snap lines.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPanel.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRLine">

            <summary>
                <para>Represents a Line control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRLine.#ctor">
            <summary>
                <para>Initializes a new instance of the XRLine class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.Bookmark">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.BookmarkParent">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.DataBindings">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property. 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object representing a collection of bindings for the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.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.XtraReports.UI.XRLine.LineStyle">
            <summary>
                <para>Gets or sets the style used to draw a line.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Drawing2D.DashStyle"/> enumeration value that represents the line style.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.LineWidth">
            <summary>
                <para>Specifies the width (in report units) of the <see cref="T:DevExpress.XtraReports.UI.XRLine"/>.
</para>
            </summary>
            <value>An integer specifying the line's width, in report measurement units.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.NavigateUrl">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.Scripts">
            <summary>
                <para>Provides access to an object that contains XRLine-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRLineScripts"/> object, which represents scripts handling XRLine's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.Target">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRLine.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLine.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRLabel">

            <summary>
                <para>Represents a Label control.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRLabel.#ctor">
            <summary>
                <para>Initializes a new instance of the XRLabel class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.Angle">
            <summary>
                <para>Gets or sets the angle by which the <see cref="T:DevExpress.XtraReports.UI.XRLabel"/>'s text is rotated.


</para>
            </summary>
            <value>A float value specifying the angle by which the label's text is rotated.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.AutoWidth">
            <summary>
                <para>Gets or sets whether the label's width should automatically determine the proper width based on its text.

</para>
            </summary>
            <value><b>true</b> if the width is automatically calculated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.CanGrow">
            <summary>
                <para>Gets or sets a value indicating whether the label's height can grow in order to display the contents in their entirety.


</para>
            </summary>
            <value><b>true</b> if the label's height can grow in order to display all its text; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.CanShrink">
            <summary>
                <para>Gets or sets a value indicating whether the label's height can decrease if its text does not completely fill the control.
</para>
            </summary>
            <value><b>true</b> if the label's height can decrease in order to remove unused space; otherwise, <b>false</b>. 

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.DefaultPadding">
            <summary>
                <para>Returns an object representing the default padding value for the XRLabel class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the default padding for a label.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.Lines">
            <summary>
                <para>Gets or sets the text lines in the <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> control.
</para>
            </summary>
            <value>An array of strings that contain the text in the label control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.Multiline">
            <summary>
                <para>Gets or sets a value specifying whether carriage returns (CRLF) stored in a label's text should be processed.

</para>
            </summary>
            <value><b>true</b> if carriage returns should be processed; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.ProcessDuplicates">
            <summary>
                <para>Gets or sets a value specifying how to process labels with duplicate values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.ProcessNullValues">
            <summary>
                <para>Gets or sets a value specifying how to process labels with null values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.Scripts">
            <summary>
                <para>Provides access to an object that contains XRLabel-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRLabelScripts"/> object, which represents scripts handling XRLabel's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabel.Summary">
            <summary>
                <para>Gets the value that was calculated for the data source field bound to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property of the given label.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRSummary"/> object that represents the calculated numerical value.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated">
            <summary>
                <para>Occurs when the automatic summary value of a label has been calculated.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult">
            <summary>
                <para>Occurs when a summary gets its final value.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset">
            <summary>
                <para>Occurs when the summary value needs to be set to its initial value when calculating a custom summary.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryRowChanged">
            <summary>
                <para>Occurs when a report retrieves the next data row in the bound data source.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.#ctor(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Initializes a new instance of the XRControlCollection class with the specified owner.

</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object, which will be the container for the created collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.Add(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Adds the specified control to the collection.
</para>
            </summary>
            <param name="child">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object to add to the collection.

            </param>
            <returns>An integer value indicating the position into which the new element was inserted. If the control is already included in the collection the return value indicates the existing position of the control inside the collection.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.AddRange(DevExpress.XtraReports.UI.XRControl[])">
            <summary>
                <para>Appends an array of controls to the collection.

</para>
            </summary>
            <param name="controls">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects to append to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.Contains(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Determines whether the specified control is a member of the collection.
</para>
            </summary>
            <param name="item">
		The <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object to locate in the collection. 

            </param>
            <returns><b>true</b> if the control is a member of the collection; otherwise, <b>false</b>.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.Dispose">
            <summary>
                <para>Disposes of the XRControlCollection object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.IndexOf(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Returns the zero-based index of the specified control in the collection. 

</para>
            </summary>
            <param name="item">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object to locate in the collection. 

            </param>
            <returns>An integer value representing the position of the specified control in the collection.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlCollection.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>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object which represents the control at the specified position.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlCollection.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the control to get.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object which represents the control with the specified name.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.Remove(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Removes the specified control from the collection.

</para>
            </summary>
            <param name="item">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object to remove from the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollection.SetChildIndex(DevExpress.XtraReports.UI.XRControl,System.Int32)">
            <summary>
                <para>Sets the index of the specified child control in the collection to the specified index value.
</para>
            </summary>
            <param name="child">
		The child <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object to search for. 

            </param>
            <param name="newIndex">
		The new index value of the control. 

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControl">

            <summary>
                <para>Defines the base class for the visual controls used for creating reports.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.#ctor">
            <summary>
                <para>Initializes a new instance of the XRControl class with default settings.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.AfterPrint">
            <summary>
                <para>Occurs after an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object is displayed in the report.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical">
            <summary>
                <para>Gets or sets the vertical anchoring style of a report's control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.VerticalAnchorStyles"/> enumeration member, specifying on what side the control attaches itself.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BackColor">
            <summary>
                <para>Gets or sets the control's background color.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the background color. The default value is <see cref="P:System.Drawing.Color.Transparent"/>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Band">
            <summary>
                <para>Provides access to the owner band, in which the current control is situated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> class descendant representing the owner band.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.BeforePrint">
            <summary>
                <para>Occurs before an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object creates its image in a report being previewed/printed/exported.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Bookmark">
            <summary>
                <para><b>Bindable</b>. Gets or sets the text of a bookmark for this control.


</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent">
            <summary>
                <para>Gets or sets the report control whose bookmark is the parent of the current bookmark.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BorderColor">
            <summary>
                <para>Gets or sets the control's border color.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle">
            <summary>
                <para>Specifies the dash style for the control's border.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value. The default is value <see cref="F:DevExpress.XtraPrinting.BorderDashStyle.Solid"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Borders">
            <summary>
                <para>Gets or sets a set of borders (top, right, bottom,left), which should be visible for the control.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value or combination of values, which represents a set of visible borders.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BorderWidth">
            <summary>
                <para>Gets or sets the control's border width (measured in pixels).
</para>
            </summary>
            <value>An integer value which represents the border width (in pixels).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Bottom">
            <summary>
                <para>Gets the Y-coordinate of the control's bottom edge (measured in report units).


</para>
            </summary>
            <value>An integer value representing the Y-coordinate of the control's bottom edge (measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.BottomF">
            <summary>
                <para>Gets the Y-coordinate of the control's bottom edge (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the control's bottom edge (measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property).
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Bounds">
            <summary>
                <para>Specifies the height, width and location of the control.
</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.XtraReports.UI.XRControl.BoundsF">
            <summary>
                <para>Specifies the height, width and location of the control.
</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="M:DevExpress.XtraReports.UI.XRControl.BringToFront">
            <summary>
                <para>Brings the control to the front of the z-order.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.CanGrow">
            <summary>
                <para>Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety.

</para>
            </summary>
            <value><b>true</b> if the control's height can grow in order to display all its contents; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren">
            <summary>
                <para>Gets a value indicating whether the control can contain other controls.
</para>
            </summary>
            <value>A Boolean value indicating whether an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> instance can contain other controls.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.CanShrink">
            <summary>
                <para>Gets or sets a value indicating whether the control's height can decrease if its contents do not completely fill the control.

</para>
            </summary>
            <value><b>true</b> if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Controls">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects or their descendants that are contained in this control.

</para>
            </summary>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.ControlType">
            <summary>
                <para>Gets the type of the control.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.DataBindings">
            <summary>
                <para>Gets a collection of bindings for the control.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> instance, representing a collection of bindings for the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Dock">
            <summary>
                <para>Gets or sets the dock style for the control.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRDockStyle"/> enumeration value. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Dpi">
            <summary>
                <para>Gets or sets the dpi value used to render this control.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the dpi value used to render this control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.Draw">
            <summary>
                <para>Occurs when an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object is drawn or re-drawn in a report's Print Preview.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding">
            <summary>
                <para>Occurs after a data-bound <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object obtains data from its data source.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName">
            <summary>
                <para>Gets or sets the current even style for the control.
</para>
            </summary>
            <value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.FindControl(System.String,System.Boolean)">
            <summary>
                <para>Finds the control that has the specified name in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection.

</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> specifying the name of the control to find.


            </param>
            <param name="ignoreCase">
		<b>true</b> to ignore the case of the parameter name and the names of the controls in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection; otherwise, <b>false</b>.

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object which has the specified name and is contained in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection. If there isn't any control with the specified name in the collection of child controls, then <b>null</b> (<b>Nothing</b> in Visual Basic).
 
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Font">
            <summary>
                <para>Gets or sets the control's font.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.ForeColor">
            <summary>
                <para>Gets or sets the control's foreground color.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.FormattingRuleLinks">
            <summary>
                <para>For internal use. Supports the XML serialization of a report's formatting rules.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.FormattingRules">
            <summary>
                <para>Provides access to a collection of formatting rules applied to this control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRuleCollection"/> object, containing <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> instances.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBackColor">
            <summary>
                <para>Returns the color actually used as the control's background color.

</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Color"/> value representing the effective background color.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderColor">
            <summary>
                <para>Returns the color actually used as the control's border color.

</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Color"/> value representing the effective border color.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderDashStyle">
            <summary>
                <para>Returns the border dash style that is actually used by the control.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> value representing the effective border dash style.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorders">
            <summary>
                <para>Returns the borders settings actually used as the control's borders settings.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value representing the effective borders settings.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderWidth">
            <summary>
                <para>Returns the border width settings actually used as the control's current settings.

</para>
            </summary>
            <returns>A <see cref="T:System.Single"/> value representing the effective border width settings.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveFont">
            <summary>
                <para>Returns the font actually used as the control's font.

</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Font"/> value representing the effective font.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveForeColor">
            <summary>
                <para>Returns the color actually used as the control's foreground color.

</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Color"/> value representing the effective foreground color.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectivePadding">
            <summary>
                <para>Returns the padding values actually used as the control's padding.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the effective padding values.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveTextAlignment">
            <summary>
                <para>Returns the text alignment actually used as the control's text alignment.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value representing the effective text alignment.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.HasChildren">
            <summary>
                <para>Gets a value indicating whether the control contains other <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects.
</para>
            </summary>
            <value><b>true</b> if the collection returned by the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> property of the given <see cref="T:DevExpress.XtraReports.UI.XRControl"/> contains at least one item; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Height">
            <summary>
                <para>Gets or sets the control's height (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.HeightF">
            <summary>
                <para>Specifies the control's height (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated">
            <summary>
                <para>Occurs when a new item used for a Web representation of the control is created.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Index">
            <summary>
                <para>Gets the zero-based index of this control in its parent's collection of controls.
</para>
            </summary>
            <value>An integer value indicating the position of this object in the parent's collection returned by the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.IsDisposed">
            <summary>
                <para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
            </summary>
            <value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.IsSingleChild">
            <summary>
                <para>Checks whether the report element (control or band) is a single child of its parent.
</para>
            </summary>
            <value><b>true</b> if the report element is a single child; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.KeepTogether">
            <summary>
                <para>Gets or sets a value which specifies whether a control can be split across pages. 

</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Left">
            <summary>
                <para>Specifies the X-coordinate of the control's left edge (measured in report units).
</para>
            </summary>
            <value>An integer value representing the X-coordinate of the left edge of the control, and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.LeftF">
            <summary>
                <para>Specifies the the X-coordinate of the control's left edge.
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Location">
            <summary>
                <para>Specifies the coordinates of the control's upper-left corner.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> object that represents the upper-left corner of the control.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.LocationChanged">
            <summary>
                <para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Location"/> property is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.LocationF">
            <summary>
                <para>Specifies the <i>floating-point</i> representation of the coordinates of the control's upper-left corner.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.PointF"/> object, representing the upper-left corner of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.LocationFloat">
            <summary>
                <para>For internal use only. For internal use. Supports serialization of the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner">
            <summary>
                <para>Gets or sets a value that specifies whether this control can be changed by an end-user in the End-User Designer.


</para>
            </summary>
            <value><b>true</b> if the control is locked and hence can't be changed by an end-user; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Name">
            <summary>
                <para>Gets or sets a name of the control.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a name of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl">
            <summary>
                <para><b>Bindable</b>. Specifies the URL to navigate to when the control is clicked.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the URL.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.OddStyleName">
            <summary>
                <para>Gets or sets the current odd style for the control.
</para>
            </summary>
            <value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Padding">
            <summary>
                <para>Gets or sets the control's padding values (measured in report units).

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Parent">
            <summary>
                <para>Gets or sets the parent object of this control.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing this <see cref="T:DevExpress.XtraReports.UI.XRControl"/>'s parent.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.ParentChanged">
            <summary>
                <para>Occurs when the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> instance's parent is changed.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.ParentStyleUsing">
            <summary>
                <para>Gets a value indicating which style properties of the object's parent are used by this control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.StyleUsing"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.PerformLayout">
            <summary>
                <para>Forces the control to apply layout logic to itself and all its child controls.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PreviewClick">
            <summary>
                <para>Occurs when the left mouse button is clicked while the cursor is hovering over one of the bricks created by the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> for its representation in the report preview.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick">
            <summary>
                <para>Occurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control's representation in the report preview.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown">
            <summary>
                <para>Occurs when an end-User presses the left mouse button while the mouse pointer is hovering over one of the bricks created for the control's representation in the report preview.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove">
            <summary>
                <para>Occurs when the mouse cursor moves over the control during the report's preview.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp">
            <summary>
                <para>Occurs when an end-User releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control's representation in the report preview.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage">
            <summary>
                <para>Occurs when the representation of a control is printed on the current page of the report.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicates">
            <summary>
                <para>Gets or sets a value specifying how to process report controls with duplicate values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.ProcessNullValues">
            <summary>
                <para>Gets or sets a value specifying how to process report controls with null values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Report">
            <summary>
                <para>Gets the report which contains the control.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> object which represents the control's report.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetBackColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderDashStyle">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorders">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderWidth">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetFont">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetForeColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetPadding">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResetTextAlignment">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ResumeLayout">
            <summary>
                <para>Resumes normal layout logic for the control.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Right">
            <summary>
                <para>Gets the X-coordinate of the control's right edge (measured in report units).

</para>
            </summary>
            <value>An integer value representing the x-coordinate of the right edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.RightF">
            <summary>
                <para>Gets the X-coordinate of the control's right edge (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the x-coordinate of the right edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.RootReport">
            <summary>
                <para>Gets the root report of the control.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object representing the root report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Scripts">
            <summary>
                <para>Provides access to an object that contains XRControl-specific scripts to handle its events in the End-User Designer.



</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControlScripts"/> object, which represents scripts handling XRControl's events.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.SendToBack">
            <summary>
                <para>Sends the control to the back of the z-order.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Size">
            <summary>
                <para>Gets or sets the size of the control.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> object that represents the control's width and height.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.SizeChanged">
            <summary>
                <para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Size"/> property is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.SizeF">
            <summary>
                <para>Gets or sets the size of the control.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object that represents the control's width and height.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.SnapLineMargin">
            <summary>
                <para>Specifies the control's margins that are maintained when the control is aligned using snap lines.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing margins information associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.SnapLinePadding">
            <summary>
                <para>Specifies the inner indents to be maintained when report elements are aligned to the control's edges using snap lines.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.StyleName">
            <summary>
                <para>Gets or sets the name of the style, which is applied to the current control.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the style.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.StylePriority">
            <summary>
                <para>Provides access to the settings that determine which properties of a style assigned to a control should override the corresponding properties of a control. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object, which contains style priority settings.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Styles">
            <summary>
                <para>Gets a set of styles for the control.
</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.SuspendLayout">
            <summary>
                <para>Temporarily suspends the layout logic for the control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Tag">
            <summary>
                <para><b>Bindable</b>. Gets or sets the object that contains data about this control.
</para>
            </summary>
            <value>An <see cref="T:System.Object"/> that contains data about the control. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Target">
            <summary>
                <para>Specifies the target window or frame in which to display the linked Web page's content, when the control is clicked.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content. Its values must begin with a letter in the range  a through to z (case insensitive), except for the following special values, which begin with an underscore.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Text">
            <summary>
                <para><b>Bindable</b>. Gets or sets the text associated with the XRControl object.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.TextAlignment">
            <summary>
                <para>Gets or sets the control's text alignment.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the control.

</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRControl.TextChanged">
            <summary>
                <para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property is changed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControl.ToImage">
            <summary>
                <para>Returns a graphical representation of a control.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Image"/> object which represents a graphical representation of a control.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Top">
            <summary>
                <para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).

</para>
            </summary>
            <value>An integer value representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.TopF">
            <summary>
                <para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Visible">
            <summary>
                <para>Gets or sets a value indicating whether the current control is displayed in a report.
</para>
            </summary>
            <value><b>true</b> if the object is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.Width">
            <summary>
                <para>Gets or sets the width of the control (measured in report units).
</para>
            </summary>
            <value>An integer value representing the width of the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.WidthF">
            <summary>
                <para>Specifies the control's width (measured in report units).
</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.WordWrap">
            <summary>
                <para>Indicates whether a control automatically wraps words to the beginning of the next line when necessary.
</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString">
            <summary>
                <para>Specifies the native XLSX format to be imparted to the control's content after the report is exported to XLSX.
</para>
            </summary>
            <value>A string value, representing the XLSX format string.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRCheckBox">

            <summary>
                <para>Represents a Check Box control.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRCheckBox.#ctor">
            <summary>
                <para>Initializes a new instance of the XRCheckBox class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCheckBox.Checked">
            <summary>
                <para>Gets or sets a value indicating whether the check box is checked.

</para>
            </summary>
            <value><b>true</b> if the check box is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRCheckBox.CheckState">
            <summary>
                <para><b>Bindable</b>. Gets or sets the current state of the XRCheckBox 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.XtraReports.UI.XRCheckBox.TextAlignment">
            <summary>
                <para>Gets or sets the check box's text alignment.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the check box.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRBindingCollection">

            <summary>
                <para>Provides methods and properties for creating a collection of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(DevExpress.XtraReports.UI.XRBinding)">
            <summary>
                <para>Appends the specified binding to the current collection.

</para>
            </summary>
            <param name="binding">
		An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object to add to the collection. 

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(System.String,System.Object,System.String)">
            <summary>
                <para>Creates an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object and adds it to the collection.
</para>
            </summary>
            <param name="propertyName">
		The name of the control's property to bind. 

            </param>
            <param name="dataSource">
		An object that represents the data source. 

            </param>
            <param name="dataMember">
		A string containing a navigation path resolving to the property of an object. 

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(System.String,System.Object,System.String,System.String)">
            <summary>
                <para>Creates an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object and adds it to the collection.
</para>
            </summary>
            <param name="propertyName">
		The name of the control's property to bind. 

            </param>
            <param name="dataSource">
		An object that represents the data source. 

            </param>
            <param name="dataMember">
		A string containing a navigation path resolving to the property of an object. 

            </param>
            <param name="formatString">
		A string containing a format of the value to be bound. 

            </param>
            <returns>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.AddRange(DevExpress.XtraReports.UI.XRBinding[])">
            <summary>
                <para>Appends an array of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects to the collection.

</para>
            </summary>
            <param name="bindings">
		An array of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Dispose">
            <summary>
                <para>Disposes of the XRBindingCollection object.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBindingCollection.Item(System.Int32)">
            <summary>
                <para>Indexer that returns an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object at the specified index.
</para>
            </summary>
            <param name="index">
		An integer value that locates the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object in the collection.

            </param>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object that has the specified index in the collection.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBindingCollection.Item(System.String)">
            <summary>
                <para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specified by the control's property name.
</para>
            </summary>
            <param name="propName">
		A string containing the name of the specified control's property.

            </param>
            <value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> class or <b>null</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Remove(DevExpress.XtraReports.UI.XRBinding)">
            <summary>
                <para>Removes the specified binding from the collection.
</para>
            </summary>
            <param name="binding">
		An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object to remove from the collection. 


            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRBinding">

            <summary>
                <para>Represents a simple binding between the property value of an object and the property value of an instance of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class or one of its descendants.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.#ctor(System.String,System.Object,System.String)">
            <summary>
                <para>Initializes a new instance of the XRBinding class with the specified property name, data source and data member.
</para>
            </summary>
            <param name="propertyName">
		A <see cref="T:System.String"/> value specifying a control's property name to bind to a data field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.PropertyName"/> property.

            </param>
            <param name="dataSource">
		A <see cref="T:System.Object"/> class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.


            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value, which specifies a navigation path to a data field in a data source. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.#ctor(System.String,System.Object,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the XRBinding class with the specified property name, data source, data member and format string.
</para>
            </summary>
            <param name="propertyName">
		A <see cref="T:System.String"/> value specifying a control's property name to bind to a data field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.PropertyName"/> property.

            </param>
            <param name="dataSource">
		A <see cref="T:System.Object"/> class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.

            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value, which specifies a navigation path to a data field in a data source. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.


            </param>
            <param name="formatString">
		A <see cref="T:System.String"/> value specifying a format for the output value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.FormatString"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.#ctor">
            <summary>
                <para>Initializes a new instance of the XRBinding class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.#ctor(DevExpress.XtraReports.Parameters.Parameter,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the XRBinding class with the specified parameter, property name and format string.

</para>
            </summary>
            <param name="parameter">
		A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object specifying the parameter, to which a control's property should be bound.



            </param>
            <param name="propertyName">
		A <see cref="T:System.String"/> value specifying a control's property name to bind to a parameter. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.PropertyName"/> property.

            </param>
            <param name="formatString">
		A <see cref="T:System.String"/> value specifying a format for the output value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.FormatString"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.Assign(System.Object,System.String)">
            <summary>
                <para>Assigns the specified datasource and a data member to the current data binding.

</para>
            </summary>
            <param name="dataSource">
		A <see cref="T:System.Object"/> that specifies the datasource for the current data binding. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.

            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value that specifies the data member for the current data binding. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.Create(System.String,System.Object,System.String,System.String)">
            <summary>
                <para>Creates a new data binding object with the specified property name, data source, data member and format string.
</para>
            </summary>
            <param name="propertyName">
		A <see cref="T:System.String"/> value specifying a control's property name to bind to a data field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.PropertyName"/> property.

            </param>
            <param name="dataSource">
		A <see cref="T:System.Object"/> class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.

            </param>
            <param name="dataMember">
		A <see cref="T:System.String"/> value, which specifies a navigation path to a data field in a data source. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.


            </param>
            <param name="formatString">
		A <see cref="T:System.String"/> value specifying a format for the output value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.FormatString"/> property.

            </param>
            <returns>A new XRBinding instance.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBinding.DataMember">
            <summary>
                <para>Gets a navigation path that resolves to the object's property which is going to be bound to the control's property.
</para>
            </summary>
            <value>A string containing a navigation path resolving to the property of an object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBinding.DataSource">
            <summary>
                <para>Gets the data source for this binding.
</para>
            </summary>
            <value>An object that represents the data source.


</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.Dispose">
            <summary>
                <para>Disposes of the XRBinding object.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBinding.FormatString">
            <summary>
                <para>Gets or sets the output format for the value bound to the control's property.
</para>
            </summary>
            <value>A string containing the output format for the value bound to the control's property.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBinding.Parameter">
            <summary>
                <para>For internal use. Gets the parameter for this binding.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRBinding.PropertyName">
            <summary>
                <para>Gets the name of the control's data-bound property.
</para>
            </summary>
            <value>A string containing the name of a control's property to bind to.


</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRBinding.ToString">
            <summary>
                <para>Returns the textual representation of XRBinding.
</para>
            </summary>
            <returns>A <see cref="T:System.String"/> value, which is the textual representation of the data binding.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.HtmlEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.HtmlEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.HtmlEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.

            </param>
            <param name="e">
		An <see cref="T:DevExpress.XtraReports.UI.HtmlEventArgs"/> object providing data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.




            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.HtmlEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.HtmlEventArgs.Brick">
            <summary>
                <para>Gets a visual brick that represents this control's contents on a report page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object which represents the control's contents.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.HtmlEventArgs.ContentCell">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.HtmlEventArgs.ScriptContainer">
            <summary>
                <para>Gets an object that implements the <b>DevExpress.XtraPrinting.Export.Web.IScriptContainer</b> interface and is used for registering the scripts and styles in the current HTML document.
</para>
            </summary>
            <value>An object implementing the <b>DevExpress.XtraPrinting.Export.Web.IScriptContainer</b> interface.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupHeaderBand">

            <summary>
                <para>Represents a band used for specifying grouping criteria and displaying information at the beginning of a group of records.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupHeaderBand.#ctor">
            <summary>
                <para>Initializes a new instance of the GroupHeaderBand class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.GroupFields">
            <summary>
                <para>Gets a collection of <see cref="T:DevExpress.XtraReports.UI.GroupField"/> objects used as the criteria for creating groups in a report.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupFieldCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.GroupUnion">
            <summary>
                <para>Gets or sets a value indicating how a GroupHeaderBand and its group are split across pages.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupUnion"/> enumeration value.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.Scripts">
            <summary>
                <para>Provides access to the GroupHeaderBand's scripts.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupHeaderBandScripts"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummary">
            <summary>
                <para>Specifies the sorting options for report groups.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRGroupSortingSummary"/> object, that contains the sorting options for groups.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult">
            <summary>
                <para>Occurs when a summary gets its final value.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset">
            <summary>
                <para>Occurs when the summary value needs to be set to its initial value when calculating a custom summary.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged">
            <summary>
                <para>Occurs when a group header retrieves the next data row in the bound data source.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupFooterBand">

            <summary>
                <para>Represents a band used for displaying information at the end of a group of records.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupFooterBand.#ctor">
            <summary>
                <para>Initializes a new instance of the GroupFooterBand class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupFooterBand.GroupUnion">
            <summary>
                <para>Gets or sets a value indicating how a GroupFooterBand is positioned on a page relative to its group's rows.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupFooterUnion"/> enumeration value.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupFooterBand.PrintAtBottom">
            <summary>
                <para>Gets or sets a value which specifies whether the Group Footer should be printed at the bottom of the page, or immediately after the last group's details.

</para>
            </summary>
            <value><b>true</b> if the <b>Group Footer</b> should be printed at the bottom of a page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupField">

            <summary>
                <para>Defines the objects used as criteria when creating groups in Reports.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(DevExpress.XtraReports.UI.GroupField)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupField.#ctor">
            <summary>
                <para>Initializes a new instance of the GroupField class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
            </summary>
            <param name="fieldName">
		A string containing one of the primary data source's field names that is used as the criterion for creating groups in a report.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(System.String,DevExpress.XtraReports.UI.XRColumnSortOrder)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
            </summary>
            <param name="fieldName">
		A string containing one of the <b>data source</b>'s field names that is used as the criterion for creating groups in a report.

            </param>
            <param name="sortOrder">
		The <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration that determines the sort order of records in the dataset received from the <b>primary data source</b>. 

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupField.FieldName">
            <summary>
                <para>Gets or sets a <b>primary data source</b>'s field name, used as a criterion for creating groups in a report.
</para>
            </summary>
            <value>A string containing one of the field names in the <b>primary data source</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupField.SortOrder">
            <summary>
                <para>Gets or sets the order for the records when grouping or sorting columns in a report's datasource.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRColumnSortOrder"/> enumeration value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupBand">

            <summary>
                <para>Defines the base class for the <b>Group Header</b> and <b>Group Footer</b> bands.
</para>
            </summary>

        </member>
        <member name="E:DevExpress.XtraReports.UI.GroupBand.BandLevelChanged">
            <summary>
                <para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.GroupBand.Level"/> property changes.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupBand.Level">
            <summary>
                <para>Gets or sets a value indicating how close this GroupBand object is nested to the <see cref="T:DevExpress.XtraReports.UI.DetailBand"/>.
</para>
            </summary>
            <value>An integer value indicating the relative position of the <see cref="T:DevExpress.XtraReports.UI.GroupBand"/> objects in reference to the <see cref="T:DevExpress.XtraReports.UI.DetailBand"/> object's position in a report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupBand.RepeatEveryPage">
            <summary>
                <para>Specifies whether the group band should be shown only on the first page that the group appears on or on every page that the group is printed on.


</para>
            </summary>
            <value><b>true</b> if the group band should be shown on every page; otherwise, <b>false</b>.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DrawEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DrawEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.DrawEventArgs)">
            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.

</para>
            </summary>
            <param name="sender">
		The source of the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.DrawEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DrawEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DrawEventArgs.#ctor(DevExpress.XtraPrinting.IGraphics,System.Drawing.RectangleF,DevExpress.XtraPrinting.VisualBrick)">
            <summary>
                <para>Initializes a new instance of the DrawEventArgs class with the specified settings.
</para>
            </summary>
            <param name="gr">
		A <see cref="T:DevExpress.XtraPrinting.IGraphics"/> object used to draw report components. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.DrawEventArgs.UniGraphics"/> property.

            </param>
            <param name="bounds">
		A <see cref="T:System.Drawing.RectangleF"/> object specifying the control's bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.DrawEventArgs.Bounds"/> property.


            </param>
            <param name="brick">
		A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object specifying control's contents for a report's document. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.DrawEventArgs.Brick"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DrawEventArgs.Bounds">
            <summary>
                <para>Gets a rectangle object specifying the height, width and location of the control.

</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.XtraReports.UI.DrawEventArgs.Brick">
            <summary>
                <para>Gets a visual brick that represents this control's contents on a report page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object which represents the control's contents.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.DrawEventArgs.GetPageVisualBricksEnumerator">
            <summary>
                <para>Returns an enumerator containing visual bricks generated for all report controls on this page.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraReports.Native.PageVisualBricksEnumerator"/> object containing views of all the controls on a report page.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DrawEventArgs.UniGraphics">
            <summary>
                <para>Gets a <b>DevExpress.XtraPrinting.IGraphics</b> object that is used for drawing report components.
</para>
            </summary>
            <value>A <b>DevExpress.XtraPrinting.IGraphics</b> object.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DetailBand">

            <summary>
                <para>Represents a report component that contains controls used for displaying a single record from the <b>primary data source</b>. If there is no <b>primary data source</b> the <b>DetailBand</b> object displays its current state.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.DetailBand.#ctor">
            <summary>
                <para>Initializes a new instance of the DetailBand class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.KeepTogetherWithDetailReports">
            <summary>
                <para>Gets or sets a value indicating whether the current DetailBand band should always be printed on the same page, together with its child <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/>.
 

</para>
            </summary>
            <value><b>true</b> to always print the Detail band and its child Detail Report band together; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.MultiColumn">
            <summary>
                <para>Gets the object which specifies the parameters of the multicolumn feature.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.MultiColumn"/> object containing the multicolumn feature parameters.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.PrintOnEmptyDataSource">
            <summary>
                <para>Specifies whether the Detail band should be printed if the report's data source is empty.

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.RepeatCountOnEmptyDataSource">
            <summary>
                <para>Specifies how many times the Detail band should be printed when a  report's datasource is empty.

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.SortFields">
            <summary>
                <para>Gets the collection of data fields used to sort the data in the report's datasource.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.GroupFieldCollection"/> object which represents the collection of data fields to sort by.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupHeaderBandScripts">

            <summary>
                <para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.GroupHeaderBand"/>. 

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryGetResult">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryReset">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryRowChanged">
            <summary>
                <para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRGroupSortingSummary">

            <summary>
                <para>Contains settings that define the sorting of groups by summary function results.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRGroupSortingSummary.#ctor">
            <summary>
                <para>Initializes a new instance of the XRGroupSortingSummary class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.Enabled">
            <summary>
                <para>Specifies whether the summary function is enabled.
</para>
            </summary>
            <value><b>true</b> if the summary function is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.FieldName">
            <summary>
                <para>Specifies the data field, for which the summary function is calculated.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, specifying the data field name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.Function">
            <summary>
                <para>Specifies the arithmetic function to calculate. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.SortingSummaryFunction"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.IgnoreNullValues">
            <summary>
                <para>Specifies whether <b>null</b> values should be ignored when a summary is calculated. 
</para>
            </summary>
            <value><b>true</b> to ignore null values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.SortOrder">
            <summary>
                <para>Specifies the sorting direction for groups (ascending or descending).
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRColumnSortOrder"/> enumeration value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlScripts">

            <summary>
                <para>Contains names of the scripts for all report controls.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.#ctor(System.Object,System.Object)">
            <summary>
                <para>Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings.
</para>
            </summary>
            <param name="row">
		A <see cref="T:System.Object"/>, specifying the data row.

            </param>
            <param name="fieldValue">
		A <see cref="T:System.Object"/>, specifying the data field's value.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.FieldValue">
            <summary>
                <para>Provides access to a data field, whose data can be used in calculating a custom summary for sorting groups.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a data field.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.Row">
            <summary>
                <para>Provides access to a data row, whose data can be used in calculating a custom summary for sorting groups.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a data row.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.


            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs"/> object which contains event data.


            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.FormattingRuleSheet">

            <summary>
                <para>Represents a repository of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleSheet.#ctor(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Initializes a new instance of the FormattingRuleSheet class with the specified report.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report which will be the owner of this formatting rule sheet.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleSheet.Add(DevExpress.XtraReports.UI.FormattingRule)">
            <summary>
                <para>Appends the specified formatting rule to the current formatting rule sheet.
</para>
            </summary>
            <param name="rule">
		A <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> object to append to the formatting rule sheet.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleSheet.AddRange(DevExpress.XtraReports.UI.FormattingRule[])">
            <summary>
                <para>Appends an array of formatting rules to the sheet.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects to append to the sheet.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.FormattingRuleSheet.Dispose">
            <summary>
                <para>Disposes of the FormattingRuleSheet object.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.FormattingRuleSheet.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the formatting rule to get.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> object which represents the formatting rule with the specified name.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Formatting">

            <summary>
                <para>Represents a container of values, which are applied to a control when its owner Formatting Rule's condition is true.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Formatting.#ctor">
            <summary>
                <para>Initializes a new instance of the Formatting class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.Formatting.#ctor(System.String,DevExpress.Utils.DefaultBoolean)">
            <summary>
                <para>Initializes a new instance of the Formatting class with the specified name and visibility setting.

</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value, which specifies a formatting's name. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Name"/> property.


            </param>
            <param name="visible">
		A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which specifies whether the visibility should be changed by applying this formatting, and to what value it should be changed. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.Formatting.Visible"/> property. 


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Formatting.Visible">
            <summary>
                <para>Gets or sets the visibility state.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which represents the visibility state.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRChart">

            <summary>
                <para>Provides functionality for creating charts in XtraReports.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.#ctor">
            <summary>
                <para>Initializes a new instance of the XRChart class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.AnnotationRepository">
            <summary>
                <para>Provides centralized access to all annotations present in a chart.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object, representing the collection of annotations.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Annotations">
            <summary>
                <para>Provides access to the chart's collection of <i>annotations</i>.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object, representing the chart's collection of annotations.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.AppearanceName">
            <summary>
                <para>Gets or sets the appearance name currently used to draw the chart's elements.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which represents the appearance name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.AppearanceRepository">
            <summary>
                <para>Provides access to the repository of a chart's appearance settings.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.AutoBindingSettingsEnabled">
            <summary>
                <para>Specifies whether or not the chart's <i>data binding</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
            </summary>
            <value><b>true</b> to automatically adjust the chart's binding settings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.AutoLayoutSettingsEnabled">
            <summary>
                <para>Specifies whether or not the chart's <i>layout</i> is automatically adjusted during the creation of a Pivot Chart.
</para>
            </summary>
            <value><b>true</b> to automatically adjust the chart's layout settings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.BackColor">
            <summary>
                <para>Gets or sets the chart control's background color.



</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control's background color.



</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.BackImage">
            <summary>
                <para>Gets the background image settings of the chart control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides the settings that specify the chart control's background image.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.BeginInit">
            <summary>
                <para>Starts the XRChart's initialization. Initialization occurs at runtime.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged">
            <summary>
                <para>Occurs every time a chart control generates its series points from the underlying data source.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Chart">
            <summary>
                <para>For internal use. Supports the serialization of the XRChart control.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawAxisLabel">
            <summary>
                <para>Occurs before an axis label is drawn when the chart's content is being drawn.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeries">
            <summary>
                <para>Occurs before a series is drawn when the chart's contents are being drawn.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeriesPoint">
            <summary>
                <para>Occurs before a series point is drawn when the chart's contents is being drawn.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeAutoBindingSettings">
            <summary>
                <para>Occurs after automatic settings are applied to a chart's data source.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeLegend">
            <summary>
                <para>Occurs before automatic settings are applied to the legend's layout properties.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeResolveOverlappingMode">
            <summary>
                <para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeSimpleDiagramLayout">
            <summary>
                <para>Occurs before automatic settings are applied to the Simple Diagram's layout properties.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeXAxisLabels">
            <summary>
                <para>Occurs after automatic layout settings are applied to the X-axis' labels.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.CustomPaint">
            <summary>
                <para>Occurs after the chart has been drawn.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.DataAdapter">
            <summary>
                <para>Gets or sets the data adapter used to populate the chart control's data source.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which represents the chart's data adapter.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.DataMember">
            <summary>
                <para>Specifies the data source member which supplies data to the control.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that is the data source member.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.DataSource">
            <summary>
                <para>Gets or sets the chart control's data source. If it's empty, then the report's datasource will be used.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing the chart control's data source.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.DateTimeMeasurementUnitsCalculated">
            <summary>
                <para>Occurs when automatic values for the date-time measurement units and date-time grid alignment are calculated.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Diagram">
            <summary>
                <para>Gets the chart control's diagram and provides access to its settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control's diagram.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.EmptyChartText">
            <summary>
                <para>Provides access to the settings of the text to be displayed in the <see cref="T:DevExpress.XtraReports.UI.XRChart"/>, when it has no data to display.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.EndInit">
            <summary>
                <para>Ends the XRChart's initialization.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.FillStyle">
            <summary>
                <para>Gets the chart control's background fill style.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Font">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes. 
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.GetAppearanceNames">
            <summary>
                <para>Returns an array of strings representing the names of all the appearances in the Chart.

</para>
            </summary>
            <returns>An array of <see cref="T:System.String"/> values which represent the appearances names.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.GetPaletteEntries(System.Int32)">
            <summary>
                <para>Gets the colors that comprise the chart's palette.
</para>
            </summary>
            <param name="count">
		An integer value, representing the number of entries to return.

            </param>
            <returns>An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.GetPaletteNames">
            <summary>
                <para>Returns an array of strings that represent the names of all the palettes in the Chart.
</para>
            </summary>
            <returns>An array of <see cref="T:System.String"/> values that represent the palettes names.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.GetSeriesByName(System.String)">
            <summary>
                <para>Gets a series within the chart's series collection by its name.

</para>
            </summary>
            <param name="seriesName">
		A <see cref="T:System.String"/> which specifies the name of the series to find.

            </param>
            <returns>A <see cref="T:DevExpress.XtraCharts.Series"/> object that represents the series with the specified name.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.ImageType">
            <summary>
                <para>Gets or sets a value which indicates how an XRChart contents are rendered.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ChartImageType"/> enumeration value which specifies how a chart is rendered in a report.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.IndicatorsPaletteName">
            <summary>
                <para>Specifies the palette that is used to paint all indicators that exist in a chart control.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value, specifying the palette name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.IndicatorsPaletteRepository">
            <summary>
                <para>Gets the indicators palette repository of the chart.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the indicators palette repository of the chart.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.KeepTogether">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.

</para>
            </summary>
            <value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Legend">
            <summary>
                <para>Gets the chart control's legend and provides access to its settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that represents the chart control's legend.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.LoadFromFile(System.String)">
            <summary>
                <para>Restores the chart's layout from the specified file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.LoadFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the chart's layout from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which settings are read.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Padding">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.PaletteBaseColorNumber">
            <summary>
                <para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.
</para>
            </summary>
            <value>An integer value representing a 1-based color number.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.PaletteName">
            <summary>
                <para>Gets or sets the name of the palette which is currently being used to draw the chart's elements.


</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which represents the palette name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.PaletteRepository">
            <summary>
                <para>Gets the palette repository of the chart.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the palette repository of the chart.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded">
            <summary>
                <para>Fires when a pie slice, representing a series point, is moved to or from the pie center.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.PivotGridDataSourceOptions">
            <summary>
                <para>Provides access to the settings that determine the Chart's behavior after it has bridged with a Pivot Grid.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.PivotGridSeriesExcluded">
            <summary>
                <para>Occurs after a chart has been bound to a Pivot Grid.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.PivotGridSeriesPointsExcluded">
            <summary>
                <para>Occurs after a chart has been bound to a Pivot Grid.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.RegisterSummaryFunction(System.String,System.String,DevExpress.XtraCharts.ScaleType,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
            <summary>
                <para>Registers the custom summary function with the specified settings.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value containing the function's name.

            </param>
            <param name="displayName">
		A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.

            </param>
            <param name="resultScaleType">
		A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function's result.

            </param>
            <param name="resultDimension">
		An integer value representing the dimension of the resulting series point's values.

            </param>
            <param name="argumentDescriptions">
		An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.

            </param>
            <param name="function">
		A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.RegisterSummaryFunction(System.String,System.String,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
            <summary>
                <para>Registers the custom summary function with the specified settings.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value containing the function's name.

            </param>
            <param name="displayName">
		A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.


            </param>
            <param name="resultDimension">
		An integer value representing the dimension of the resulting series point's values.

            </param>
            <param name="argumentDescriptions">
		An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.

            </param>
            <param name="function">
		A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.ResetLegendPointOptions">
            <summary>
                <para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions"/> for each series, and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesBase.PointOptions"/>. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.ResetPadding">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRChart.Padding"/> property to an empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.ResetSummaryFunctions">
            <summary>
                <para>Resets the collection of the chart's summary functions.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.SaveToFile(System.String)">
            <summary>
                <para>Saves the chart's layout to the specified file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.SaveToStream(System.IO.Stream)">
            <summary>
                <para>Saves the chart's layout to the specified stream.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the chart's layout is written.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Scripts">
            <summary>
                <para>Provides access to an object that contains XRChart-specific scripts to handle its events in the End-User Designer.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRChartScripts"/> object, which represents scripts handling XRChart's events.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Series">
            <summary>
                <para>Provides access to the chart's collection of series objects.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesCollection"/> object that represents the collection of series.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember">
            <summary>
                <para>Gets or sets the name of the data field whose values are used to automatically generate and populate series.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the data field's name.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SeriesNameTemplate">
            <summary>
                <para>Gets the settings used to name data bound series.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SeriesSerializable">
            <summary>
                <para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraReports.UI.XRChart.Series"/> property.
</para>
            </summary>
            <value>An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SeriesSorting">
            <summary>
                <para>Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SeriesTemplate">
            <summary>
                <para>Gets the template settings for bound series.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SeriesBase"/> object that contains the template settings for bound series.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideBarDistanceFixed">
            <summary>
                <para>Gets or sets the fixed distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
            </summary>
            <value>An integer value which represents the fixed distance between bars, measured in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideBarDistanceVariable">
            <summary>
                <para>Gets or sets the variable distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value which represents the variable bar distance between bars, measured in fractions of <b>axis units</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideEqualBarWidth">
            <summary>
                <para>Gets or sets a value indicating whether all bars of a series should have equal width in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
            </summary>
            <value><b>true</b> if all bars of the same series should always have equal width; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.SmallChartText">
            <summary>
                <para>Gets the settings for the text to be displayed in the <see cref="T:DevExpress.XtraReports.UI.XRChart"/>, when it's too small to fit the diagram.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, representing the small chart text options.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Styles">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.

</para>
            </summary>
            <value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A System.String value containing the text associated with the control.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration's values that specifies how the text is aligned in the control. 
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRChart.TextChanged">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.Titles">
            <summary>
                <para>Gets the collection of chart titles.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that represents the collection of chart titles.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRChart.UnregisterSummaryFunction(System.String)">
            <summary>
                <para>Unregisters the summary function with the specified name.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value representing the name of the summary function to be unregistered.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.

</para>
            </summary>
            <value><b>true</b> if the control wraps words; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChart.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType">

            <summary>
                <para>Specifies the type of the End-User Designer dock panels.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ErrorList">
            <summary>
                <para>Identifies the Scripts Errors dock panel. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.FieldList">
            <summary>
                <para>Identifies the Field List dock panel.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.GroupAndSort">
            <summary>
                <para>Identifies the Group and Sort dock panel.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.PropertyGrid">
            <summary>
                <para>Identifies the <b>Property Grid</b> dock panel.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ReportExplorer">
            <summary>
                <para>Identifies the Report Explorer dock panel.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ToolBox">
            <summary>
                <para>Identifies the Toolbox dock panel.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.ScriptSecurityPermissionCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.ScriptSecurityPermission"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermissionCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the ScriptSecurityPermissionCollection class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermissionCollection.Add(DevExpress.XtraReports.ScriptSecurityPermission)">
            <summary>
                <para>Appends the specified <see cref="T:DevExpress.XtraReports.ScriptSecurityPermission"/> object to the current collection.

</para>
            </summary>
            <param name="permission">
		A <see cref="T:DevExpress.XtraReports.ScriptSecurityPermission"/> object to append to the collection.


            </param>
            <returns>An integer value indicating the position at which the new element was inserted.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermissionCollection.AddRange(DevExpress.XtraReports.ScriptSecurityPermission[])">
            <summary>
                <para>Appends an array of security permissions to the collection.

</para>
            </summary>
            <param name="permissions">
		An array of <see cref="T:DevExpress.XtraReports.ScriptSecurityPermission"/> objects to append to the collection.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.ScriptSecurityPermissionCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the 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.XtraReports.ScriptSecurityPermission"/> object which represents the security permission at the specified position.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.ScriptSecurityPermission">

            <summary>
                <para>Represents a security permission applied to scripts that are executed when creating a report.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermission.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the ScriptSecurityPermission class with the specified name.

</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> that specifies the name of the security permission. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Name"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermission.#ctor(System.String,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission.

</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> that specifies the name of the security permission. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Name"/> property.

            </param>
            <param name="deny">
		<b>true</b> to deny the specified security permission; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Deny"/> property.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.ScriptSecurityPermission.Deny">
            <summary>
                <para>Gets or sets a value indicating if this permission denies or permits the corresponding scripts to run.


</para>
            </summary>
            <value><b>true</b> if scripts are denied; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.ScriptSecurityPermission.Name">
            <summary>
                <para>Gets or sets the name of the security permission.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the name of the security permission.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.ScriptSecurityPermission.ToString">
            <summary>
                <para>Returns the textual representation of ScriptSecurityPermission.
</para>
            </summary>
            <returns>A <see cref="T:System.String"/> value, which is the textual representation of the permission.
</returns>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRAppearanceObject">

            <summary>
                <para>Represents an appearance object for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control's elements.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRAppearanceObject.#ctor(DevExpress.Utils.IAppearanceOwner,DevExpress.Utils.AppearanceObject,System.String)">
            <summary>
                <para>Initializes a new instance of the XRAppearanceObject class with the specified owner, parent and name.
</para>
            </summary>
            <param name="owner">
		An object implementing the <b>IAppearanceOwner</b> interface.

            </param>
            <param name="parentAppearance">
		An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which represents the parent of the created object. This value is assigned to the <see cref="P:DevExpress.Utils.AppearanceObject.ParentAppearance"/> property.

            </param>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the created object. This value is assigned to the <see cref="P:DevExpress.Utils.AppearanceObject.Name"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.BackColor2">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.BackColor2"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.GradientMode">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.GradientMode"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Drawing2D.LinearGradientMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.Image">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.Image"/> property to hide it.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.Options">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.Options"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> instance.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.TextAlignment">
            <summary>
                <para>Gets or sets the text alignment. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies the text alignment.


</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.TextOptions">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.TextOptions"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.TextOptions"/> value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BindingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BindingEventArgs.#ctor(DevExpress.XtraReports.UI.XRBinding,System.Object)">
            <summary>
                <para>Initializes a new instance of the BindingEventArgs class.
</para>
            </summary>
            <param name="binding">
		An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specifying the control's bindings. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.BindingEventArgs.Binding"/> property.

            </param>
            <param name="value">
		A <see cref="T:System.Object"/> specifying the new value for the bound property of the control.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BindingEventArgs.Binding">
            <summary>
                <para>Provides the information about a control's bindings in the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event handler.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specifying the control's bindings.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BindingEventArgs.Value">
            <summary>
                <para>Specifies a new value for a control's bound property obtained in the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event handler.


</para>
            </summary>
            <value>A <see cref="T:System.Object"/>, specifying the new value for the bound property of the control.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.MultiColumn">

            <summary>
                <para>Provides multicolumn functionality for reports.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount">
            <summary>
                <para>Gets or sets how many columns are present in each detail band when multicolumn printing is enabled.

</para>
            </summary>
            <value>An integer value specifying the number of columns. The value should be equal to or greater than <b>1</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnSpacing">
            <summary>
                <para>Gets or sets the amount of space between the columns when multi-column reports are printed.

</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value specifying the spacing between the columns. This value is measured in report units.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth">
            <summary>
                <para>Gets or sets the widths of the columns when printing muli-column reports.

</para>
            </summary>
            <value>A <see cref="T:System.Single"/> value representing the width of one column in a multicolumn report. This width is  measured in report units.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.Direction">
            <summary>
                <para>Gets or sets the direction in which a multi-column Detail band is printed on a page. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.ColumnDirection"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.Layout">
            <summary>
                <para>Specifies the layout direction for columns in a multi-column report.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.ColumnLayout"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.MultiColumn.Mode">
            <summary>
                <para>Gets or sets the mode in which the multicolumn reports will be printed.

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.UI.MultiColumnMode"/> enumeration's values which specifies the multicolumn mode.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.ColumnDirection">

            <summary>
                <para>Specifies the order in which the detail band is printed on a page when a <b>multicolumn</b> is enabled. 

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown">
            <summary>
                <para>The detail bands are printed horizontally, then vertically (in rows).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.ColumnDirection.DownThenAcross">
            <summary>
                <para>The detail bands are printed vertically, then horizontally (in columns).
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.MSICheckSum">

            <summary>
                <para>Specifies which formula is used to calculate the checksum for the MSI barcode.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.MSICheckSum.DoubleModulo10">
            <summary>
                <para>The checksum is calculated with respect to base 10 twice.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.MSICheckSum.Modulo10">
            <summary>
                <para>The checksum is calculated with respect to base 10.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.BarCode.MSICheckSum.None">
            <summary>
                <para>The checksum is not calculated.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRControlCollectionBase">

            <summary>
                <para>Serves as the base class for classes that represent collections of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class descendants.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollectionBase.#ctor(DevExpress.XtraReports.UI.XRControl)">
            <summary>
                <para>Initializes a new instance of the XRControlCollectionBase class with the specified owner.
</para>
            </summary>
            <param name="owner">
		An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object, which will be the container for the created collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlCollectionBase.Dispose">
            <summary>
                <para>Disposes of the XRControlCollectionBase object.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator">

            <summary>
                <para>Represents the class used to generate an UPC Supplemental 5 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental2Generator">

            <summary>
                <para>Represents the class used to generate an UPC Supplemental 2 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental2Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental2Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.GetValueEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.GetValueEventArgs.Report">
            <summary>
                <para>Provides access to a report which owns the calculated field, for which the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event was raised.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class descendant which represents the owner report.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GetValueEventArgs.Row">
            <summary>
                <para>Provides access to a data row whose data can be used in calculating a custom value for a calculated field in the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event handler.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a data row.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.GetValueEventArgs.Value">
            <summary>
                <para>Gets or sets a value of a calculated field.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a field's value.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCE1Generator">

            <summary>
                <para>Represents the class used to generate an <b>UPC-E1</b> barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCE1Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCE1Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCE0Generator">

            <summary>
                <para>Represents the class used to generate an UPC-E0 barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCE0Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCE0Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCAGenerator">

            <summary>
                <para>Represents the class used to generate an UPC A barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCAGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCAGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator">

            <summary>
                <para>Represents the class used to generate a PostNet barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator">

            <summary>
                <para>Represents the class used to generate a Matrix 2 of 5 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator">

            <summary>
                <para>Represents the class used to generate an Interleaved 2 of 5 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator">

            <summary>
                <para>Represents the class used to generate an Industrial 2 of 5 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XREAN8Generator">

            <summary>
                <para>Represents the class used to generate an EAN 8 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XREAN8Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN8Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XREAN13Generator">

            <summary>
                <para>Represents the class used to generate an EAN 13 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XREAN13Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN13Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XREAN128Generator">

            <summary>
                <para>Represents the class used to generate an EAN 128 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XREAN128Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN128Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BarCode.XREAN128Generator.CharSet">
            <summary>
                <para>Gets or sets the value specifying the charset type for the EAN 128 barcode. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.BarCode.Code128Charset"/> enumeration value that specifies a charset to be used.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator">

            <summary>
                <para>Represents the class used to generate an MSI barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator.CheckSum">
            <summary>
                <para>Gets or sets the value which specifies the checksum type for the MSI barcode. 

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.UI.BarCode.MSICheckSum"/> enumeration's values.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode93Generator">

            <summary>
                <para>Represents the class used to generate a Code 93 barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode93Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode93Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode93ExtendedGenerator">

            <summary>
                <para>Represents the class used to generate a Code 93 Extended barcode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode93ExtendedGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode93ExtendedGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode39Generator">

            <summary>
                <para>Represents the class used to generate a Code 39 barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode39Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode39Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode39ExtendedGenerator">

            <summary>
                <para>Represents the class used to generate a Code 39 Extended barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode39ExtendedGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode39ExtendedGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode128Generator">

            <summary>
                <para>Represents the class used to generate a Code 128 barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode128Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode128Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BarCode.XRCode128Generator.CharSet">
            <summary>
                <para>Gets or sets the value specifying the charset type for the Code 128 barcode. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.UI.BarCode.Code128Charset"/> enumeration's values specifying the charset used.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCode11Generator">

            <summary>
                <para>Represents the class used to generate a Code 11 barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCode11Generator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode11Generator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator">

            <summary>
                <para>Represents the class used to generate a Codabar barcode.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator.StartStopSymbols">
            <summary>
                <para>Gets or sets the value specifying the first (start) and last (stop) symbols used to code the Codabar barcode's structure. 
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.UI.BarCode.CodabarStartStopPair"/> enumeration's values specifying the pair of start and stop symbols used.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs.Control">
            <summary>
                <para>Provides access to a control, whose properties can be filtered in this <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event's handler.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class descendant, representing a report control, report band or a report itself, whose properties can be filtered.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs.Properties">
            <summary>
                <para>Provides access to a control's properties, which can be hidden from the Property Grid in this <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event's handler.

</para>
            </summary>
            <value>An object implementing the <see cref="T:System.Collections.IDictionary"/> interface. 

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRZipCode">

            <summary>
                <para>Represents a Zip Code control that displays a zip code in a report.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.XRZipCode.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRZipCode"/> class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRZipCode.SegmentWidth">
            <summary>
                <para>Gets or sets the width of the lines that the numbers in a zip code control are drawn with.

</para>
            </summary>
            <value>An integer value specifying the width (in pixels) of an <see cref="T:DevExpress.XtraReports.UI.XRZipCode"/> object's lines.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRZipCode.Text">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value containing text associated with the control.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRZipCode.TextAlignment">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRZipCode.WordWrap">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property to hide it.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRZipCode.XlsxFormatString">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value. 
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.DesignWindowType">

            <summary>
                <para>Specifies the type of the End-User Designer tool window.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UI.DesignWindowType.FieldList">
            <summary>
                <para>Identifies the Field List window.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.DesignWindowType.PropertyGrid">
            <summary>
                <para>Identifies the <b>Properties</b> window.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UI.DesignWindowType.ReportExplorer">
            <summary>
                <para>Identifies the Report Explorer window.

</para>
            </summary>


        </member>
    </members>
</doc>
