<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.XtraReports.v9.2</name>
    </assembly>
    <members>
        <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.Bottom">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bottom"/> property. 
</para>
            </summary>
            <value>An integer value representing the y-coordinate of the control's bottom edge.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Bounds">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bounds"/> property.
</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.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="P:DevExpress.XtraReports.UI.Band.Height">
            <summary>
                <para>Gets or sets the band's height  (measured in report units).

</para>
            </summary>
            <value>An integer value representing the height of a band and measured in units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</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.Left">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Left"/> property.
</para>
            </summary>
            <value>An integer value representing the x-coordinate of the control's left edge.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Location">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Location"/> property.
 
</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.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.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>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.
</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.Right">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Right"/> property.
</para>
            </summary>
            <value>An integer value representing the x-coordinate of the control's right edge.
</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="P:DevExpress.XtraReports.UI.Band.Size">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Size"/> property.
</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.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.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.Top">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Top"/> property to hide it.
</para>
            </summary>
            <value>An integer value representing the y-coordinate of the control's top edge.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.Band.Width">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Width"/> property.
</para>
            </summary>
            <value>An integer value representing the control's width.
</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="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.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.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="T:DevExpress.XtraReports.UI.BandKind">

            <summary>
                <para>Specifies the types of bands used in <b>XtraReports</b>.
</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.Parameters.Parameter">

            <summary>
                <para>Represents a parameter.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.Parameters.Parameter.#ctor">
            <summary>
                <para>Initializes a new instance of the Parameter class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.Parameter.Description">
            <summary>
                <para>Gets or sets a description, which is displayed to an end-user along with the parameter's editor in the Parameters UI, that is generated if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters"/> property is set to <b>true</b>.
</para>
            </summary>
            <value>A string containing the parameter's description.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.Parameter.Name">
            <summary>
                <para>Gets or sets the name of the parameter.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing the name of the parameter.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.Parameter.ParameterType">
            <summary>
                <para>Gets or sets the type of the value associated with the parameter.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration value which defines the type of a parameter value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.Parameter.Value">
            <summary>
                <para>Gets or sets a value, associated with the parameter.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/>, which represents the parameter's value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.Parameter.Visible">
            <summary>
                <para>Gets or set a value indicating whether a parameter's editor should be displayed in the Parameters UI, which is invoked to an end-user if the <see cref="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters"/> property is set to <b>true</b>.
</para>
            </summary>
            <value><b>true</b> to display the parameter's editor; otherwise, <b>false</b>.
</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>Gets or sets a data member of a calculated field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a field's data member.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.DataSource">
            <summary>
                <para>Gets or sets a datasource, associated with the calculated field.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing a calculated field's datasource.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.DisplayName">
            <summary>
                <para>Gets or sets the display name of a calculated field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the display name of a calculated field.
</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>Gets or sets an expression of the calculated field.
</para>
            </summary>
            <value>A string containing a field's expression.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.FieldType">
            <summary>
                <para>Gets or sets the type of the value, which is returned by this calculated field.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UI.FieldType"/> enumeration value.
</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, so enabling you to return a custom value for this calculated field.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UI.CalculatedField.IsDisposed">
            <summary>
                <para>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.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.CalculatedFieldScripts">

            <summary>
                <para>Represents the scripts which are used to implement scripting 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 code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReport">

            <summary>
                <para>Represents the base class for any report in 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>Starts the XtraReport's initialization. Initialization occurs at runtime.

</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.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 <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object specific to the report.

</para>
            </summary>
            <returns>An object of the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class.
</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 datasource.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> containing a  datasource'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.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>Ends the XtraReport's initialization.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.EnsureStaticConstructor">
            <summary>
                <para>This method is intended for internal use only. Normally, you won't need to use it.

</para>
            </summary>


        </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 stream in XLS format using the specified XLS-specific options.

</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.

            </param>
            <param name="options">
		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="M:DevExpress.XtraReports.UI.XtraReport.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
            <summary>
                <para>This method is not supported by the XtraReport class.
</para>
            </summary>
            <param name="stream">
		@nbsp;

            </param>
            <param name="options">
		 @nbsp;

            </param>


        </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, 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="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>Gets or sets the width and height (in pixels) of the report's grid at design time.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> object representing the size of the grid. Note that the width and height values should be greater than <b>1</b>.
</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="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.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 or sets the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object that provides methods for previewing and printing a report.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object used for previewing and printing a 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>Gets or sets a value indicating whether it's required to request the values of the report parameters when generating a report.
</para>
            </summary>
            <value><b>true</b> to request report 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="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="M:DevExpress.XtraReports.UI.XtraReport.ShowDesigner">
            <summary>
                <para>Invokes the <b>End-User Designer</b> form which allows a report to be edited by end-users.



</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Invokes the <b>End-User Designer</b> 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.XtraReport.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the <b>End-User Designer</b> 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 <b>End-User Designer</b> 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.XtraReport.ShowDesignerDialog">
            <summary>
                <para>Invokes the <b>End-User Designer</b> form modally. This form allows a report to be edited by end-users.



</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XtraReport.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Invokes the <b>End-User Designer</b> 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.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> if 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="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.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="T:DevExpress.XtraReports.UI.XRPanel">

            <summary>
                <para>Represents 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.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="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>Gets or sets the line width (measured in report units).

</para>
            </summary>
            <value>An integer value (in report units) representing the the line width.
</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="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 or sets 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 datasource.
</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="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.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.Bounds">
            <summary>
                <para>Gets or sets an object specifying 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="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.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="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.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.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 actually used as the control's border width.

</para>
            </summary>
            <returns>An integer value representing the effective border width.
</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>An integer 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>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.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>Gets or sets 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.Location">
            <summary>
                <para>Gets or sets 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.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.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.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.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 to display the linked Web page's content in 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 of 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.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.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="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>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.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 the data binding.
</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>Gets an <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell"/> object used for a Web representation of a control.
</para>
            </summary>
            <value>An <see cref="T:System.Web.UI.HtmlControls.HtmlTableCell"/> object. 
</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="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 sort order for records in the dataset which have been received from the <b>primary data source</b>.
</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 be always 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>Gets or sets a Boolean value which specifies whether a <see cref="T:DevExpress.XtraReports.UI.DetailBand"/> should be printed if the report's primary datasource is empty.

</para>
            </summary>
            <value><b>true</b> if a <see cref="T:DevExpress.XtraReports.UI.DetailBand"/> should be printed when a report's <b>primary datasource</b> is empty; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.DetailBand.RepeatCountOnEmptyDataSource">
            <summary>
                <para>Gets or sets a value which specifies how many times the Detail band should be printed when the <b>primary datasource</b> is empty.

</para>
            </summary>
            <value>An integer value specifying the number of <b>Detail</b> bands printed.
</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.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 code 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"/> containing the  script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnBeforePrint">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnDraw">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnLocationChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnParentChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewClick">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewDoubleClick">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseDown">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseMove">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseUp">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPrintOnPage">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.TruncatedControlScripts">

            <summary>
                <para>Represents the scripts used to implement scripting 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.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>Represents the scripts which are used to implement scripting for the 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.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.UserDesigner.ReportState">

            <summary>
                <para>Specifies the state of the report in the End-User Designer.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Changed">
            <summary>
                <para>At least one component in the report has been modified.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.None">
            <summary>
                <para>The report's state is not specified.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Opened">
            <summary>
                <para>The report is open in the End-User Designer.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Opening">
            <summary>
                <para>The report is in the process of opening.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Saved">
            <summary>
                <para>The report has been saved to a file.
</para>
            </summary>


        </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>Gets or sets 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>Gets or sets a value which 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.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><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>. Always returns <b>true</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="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.Shape.ShapeCross">

            <summary>
                <para>Represents the cross shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeCross.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeCross class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeBracket">

            <summary>
                <para>Represents the bracket shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeBracket.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeBracket class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeBrace">

            <summary>
                <para>Represents the brace shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeBrace.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeBrace class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeArrow">

            <summary>
                <para>Represents the arrow shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeArrow.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeArrow class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeEllipse">

            <summary>
                <para>Represents the ellipse shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeEllipse.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeEllipse class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeLine">

            <summary>
                <para>Represents the line shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeLine.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeLine class with the default settings.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapePolygon">

            <summary>
                <para>Represents the regular polygon shape type.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapePolygon.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapePolygon class with the default settings.

</para>
            </summary>


        </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.Shape.ShapeStar">

            <summary>
                <para>Represents the regular star shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeStar.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeStar class with the default settings.

</para>
            </summary>


        </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">
            <summary>
                <para>Initializes a new instance of the XRPivotGridAppearances class with default settings.
</para>
            </summary>


        </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.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.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.XRPivotGrid">

            <summary>
                <para>Represents a Pivot Grid control.

</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 which provides the appearance settings for the pivot grid's elements.
</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>This member supports the internal infrastructure and is not intended to be used directly from your code.
</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>This member supports the internal infrastructure and is not intended to be used directly from your code.
</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.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.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.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.OptionsLayout">
            <summary>
                <para>Provides options which control how the pivot grid's layout is stored to/restored from storage (a stream, xml file or system registry). 
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraPivotGrid.OptionsLayoutPivotGrid"/> object which provides options for controlling how the layout is stored and restored. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsPrint">
            <summary>
                <para>Provides access to the pivot grid's print options. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridOptionsPrint"/> 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>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsView"/> 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>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.
</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.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="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.UserDesigner.CommandVisibility">

            <summary>
                <para>Specifies the visibility levels for the report commands in the End-User Designer.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.All">
            <summary>
                <para>The command is visible wherever it can be available.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.ContextMenu">
            <summary>
                <para>The command is visible in the context menu only. If this command doesn't have an associated context menu item, the <b>SetCommandVisibility</b> method doesn't change its visibility.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.None">
            <summary>
                <para>The command is inaccessible.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.Toolbar">
            <summary>
                <para>The command is visible in the toolbar and menu only. If this command doesn't have an associated bar or menu item, the <b>SetCommandVisibility</b> method doesn't change its visibility.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.Verb">
            <summary>
                <para>The command is available as a verb only. If this command doesn't have an associated verb, the <b>SetCommandVisibility</b> method doesn't change its visibility.

</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.UserDesigner.XRDesignPanel">

            <summary>
                <para>Represents a panel used to edit a report in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Activate">
            <summary>
                <para>Activates the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Activated">
            <summary>
                <para>Occurs when the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance has been activated.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.AddCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
            <summary>
                <para>Adds the specified command handler to the command handlers list for one or several of the report commands.
</para>
            </summary>
            <param name="handler">
		An object which implements the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.AddService(System.Type,System.Object)">
            <summary>
                <para>Adds the specified service to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.
</para>
            </summary>
            <param name="type">
		The type of service to add. 

            </param>
            <param name="value">
		An instance of the service type to add. This object must implement or inherit from the type indicated by the first parameter.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.BorderStyle">
            <summary>
                <para>Gets or sets the design panel's border style.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the design panel's border style.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CloseReport">
            <summary>
                <para>Closes the report currently being edited in the XRDesignPanel, and disables all interface elements of the End-User Designer.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CommandStatusChanged">
            <summary>
                <para>Occurs if the status of a menu command has been changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentAdded">
            <summary>
                <para>Occurs after a component has been added to the designer host of the report currently being edited in the <b>Design Panel</b>.



</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentAdding">
            <summary>
                <para>Occurs before a component can be added to the designer host of the report currently being edited in the <b>Design Panel</b>.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentChanged">
            <summary>
                <para>Occurs when altering a property that belongs to any component in the designer host of the report currently being edited.



</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentRemoved">
            <summary>
                <para>Occurs after any component has been removed from the designer host of the report being currently edited in the <b>Design Panel</b>.



</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentRemoving">
            <summary>
                <para>Occurs before any component can be removed from the designer host of the report being currently edited in the <b>Design Panel</b>.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CreateSaveFileDialog(DevExpress.XtraReports.UI.XtraReport,System.String)">
            <summary>
                <para>Creates the <b>SaveFile</b> dialog window to save the current report's configuration to a REPX file.
</para>
            </summary>
            <param name="report">
		An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be saved to a REPX file.

            </param>
            <param name="fileName">
		A <see cref="T:System.String"/> representing the path (including the filename) specifying where to save the report.


            </param>
            <returns>A <see cref="T:System.Windows.Forms.SaveFileDialog"/> object representing the <b>SaveFile</b> dialog window.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Deactivate">
            <summary>
                <para>Deactivates the host of the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Deactivated">
            <summary>
                <para>Occurs when the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance has been deactivated.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoaded">
            <summary>
                <para>Occurs after the designer host is activated for a report currently being edited in the current design panel.


</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoading">
            <summary>
                <para>Occurs when the host of the given XRDesignPanel instance starts loading.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecCommand(DevExpress.XtraReports.UserDesigner.ReportCommand,System.Object[])">
            <summary>
                <para>Executes the specified report command and passes the specified parameters to it.

</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the report command to execute.

            </param>
            <param name="args">
		An array of <see cref="T:System.Object"/> values which specify the parameters to be passed to the report command to execute.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecCommand(DevExpress.XtraReports.UserDesigner.ReportCommand)">
            <summary>
                <para>Executes the specified report command without any parameters.
</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the report command to execute.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecuteCommand(System.ComponentModel.Design.CommandID)">
            <summary>
                <para>Executes the specified command.
</para>
            </summary>
            <param name="cmdID">
		A <see cref="T:System.ComponentModel.Design.CommandID"/> object that uniquely identifies the command to be executed.

            </param>
            <returns><b>true</b> if the specified command is executed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecuteCommand(System.ComponentModel.Design.CommandID,System.Object[])">
            <summary>
                <para>Executes the specified command with the specified set of parameters.
</para>
            </summary>
            <param name="cmdID">
		A <see cref="T:System.ComponentModel.Design.CommandID"/> object that uniquely identifies the command to be executed.

            </param>
            <param name="parameters">
		An array of <see cref="T:System.Object"/> values that specify the parameters for the command to be executed.

            </param>
            <returns><b>true</b> if the specified command is executed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FileName">
            <summary>
                <para>Gets or sets the path (including the file name) where the report currently being edited in the user designer will be saved. A report's configuration is usually saved to a REPX file.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the path (including the filename) to a REPX file.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FindMenuCommand(System.ComponentModel.Design.CommandID)">
            <summary>
                <para>Searches for the specified command ID.
</para>
            </summary>
            <param name="cmdID">
		An object of the <see cref="T:System.ComponentModel.Design.CommandID"/> class that uniquely identifies the command to be found.

            </param>
            <returns>A <see cref="T:System.ComponentModel.Design.MenuCommand"/> object representing a command associated with the specified command ID. <b>null</b> (<b>Nothing</b> in Visual Basic) if no command is found.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetCommandEnabled(DevExpress.XtraReports.UserDesigner.ReportCommand)">
            <summary>
                <para>Determines whether the specified report command is currently enabled in the End-User Designer.

</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the command whose enabled state is to be determined.


            </param>
            <returns><b>true</b> if the specified report command is enabled; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand)">
            <summary>
                <para>Gets the visibility state of the specified report command in the End-User Designer.

</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the command whose visibility is to be determined.

            </param>
            <returns>A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value which represents the visibility of the specified command.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetSelectedComponents">
            <summary>
                <para>Gets the collection of components that are currently selected in a design panel.

</para>
            </summary>
            <returns>A collection that represents the current set of selected components.

</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetService(System.Type)">
            <summary>
                <para>Obtains the service object of the specified type from the designer host used by the XRDesignPanel.

</para>
            </summary>
            <param name="serviceType">
		A <see cref="T:System.Type"/> object that specifies the type of the service object to obtain.


            </param>
            <returns>A service object of the specified type or <b>null</b> (Nothing in Visual Basic) if there is no service object of the specified type.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(System.String)">
            <summary>
                <para>Loads a report from the specified file and opens it in the XRDesignPanel.
</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to open in the design panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Loads the specified report and opens it in the XRDesignPanel.
</para>
            </summary>
            <param name="report">
		An object of the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or one of its descendants representing the report to open in the panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(System.IO.Stream)">
            <summary>
                <para>Loads a report from the specified stream and opens it in the XRDesignPanel.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> object which contains a report to open in the design panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReportFile">
            <summary>
                <para>Opens a report in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.RemoveCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
            <summary>
                <para>Removes the existing command handler for one or several of the report commands.
</para>
            </summary>
            <param name="handler">
		An object which implements the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.RemoveService(System.Type)">
            <summary>
                <para>Removes the specified service from the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.
</para>
            </summary>
            <param name="type">
		The type of service to remove. 

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Report">
            <summary>
                <para>Gets the report currently opened in the given instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object currently opened in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState">
            <summary>
                <para>Gets or sets the state of the report currently being edited in the design panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> enumeration value which represents the current state of a report.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged">
            <summary>
                <para>Occurs when the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveChangedReport">
            <summary>
                <para>Saves the configuration of the report currently opened in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to a file only if changes have been made to the report.
</para>
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveReport">
            <summary>
                <para>Saves the definition (layout and configuration) of the report currently open in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to the file specified by the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FileName"/> property.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveReportAs">
            <summary>
                <para>Saves the configuration of the report which is currently open in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to a file.The folder it is saved to is specified in the <b>Save As</b> window.


</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndex">
            <summary>
                <para>Gets or sets the index of the tab currently selected in the <b>Design Panel</b>.

</para>
            </summary>
            <value>An integer value which represents the index of the currently selected tab.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndexChanged">
            <summary>
                <para>Occurs after the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndex"/> property's value has been changed.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedToolboxItemChanged">
            <summary>
                <para>Occurs if the currently selected toolbox item has been changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedToolboxItemUsed">
            <summary>
                <para>Occurs when a control represented by the currently selected toolbox item has been dropped onto the designer.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectionChanged">
            <summary>
                <para>Occurs if the collection of currently selected components in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> is changed by selecting or deselecting items on the designer.


</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand,DevExpress.XtraReports.UserDesigner.CommandVisibility)">
            <summary>
                <para>Changes the visibility state of the specified report command in the End-User Designer.

</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the command whose visibility needs to be changed.

            </param>
            <param name="visibility">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value which specifies the new visibility state for the command.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand[],DevExpress.XtraReports.UserDesigner.CommandVisibility)">
            <summary>
                <para>Changes the visibility state of the specified report commands in the End-User Designer.

</para>
            </summary>
            <param name="commands">
		An array of <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration values which specify the commands whose visibility needs to be changed.

            </param>
            <param name="visibility">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value which specifies the new visibility state for the commands.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ShowComponentTray">
            <summary>
                <para>Gets or sets a value indicating whether the <b>Component Tray</b> should be shown at the bottom of the Design Panel.

</para>
            </summary>
            <value><b>true</b> to show the Component Tray; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.Parameters.ParameterInfo">

            <summary>
                <para>Represents a class containing information about a specific parameter and its editor.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.Parameters.ParameterInfo.#ctor(DevExpress.XtraReports.Parameters.Parameter,DevExpress.XtraEditors.BaseEdit)">
            <summary>
                <para>Initializes a new instance of the ParameterInfo class with the specified parameter and its editor.

</para>
            </summary>
            <param name="parameter">
		A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object, which specifies an event's parameter. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter"/> property.

            </param>
            <param name="editor">
		An instance of the <see cref="T:DevExpress.XtraEditors.BaseEdit"/> class descendant, which specifies a parameter's editor. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Editor"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.Parameters.ParameterInfo.#ctor(DevExpress.XtraReports.Parameters.Parameter)">
            <summary>
                <para>Initializes a new instance of the ParameterInfo class with the specified parameter.

</para>
            </summary>
            <param name="parameter">
		A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object which represents the parameter of the created object. This value is assigned to the <see cref="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.ParameterInfo.Editor">
            <summary>
                <para>Gets or sets an editor, which is used to enter a parameter's value.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> class descendant.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.ParameterInfo.Parameter">
            <summary>
                <para>Gets the parameter associated with the current ParameterInfo object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.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="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.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="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.TypedDesignDockPanel">

            <summary>
                <para>Represents the base class for the dock panels of certain types in the End-User Designer.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.TypedDesignDockPanel.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/>, that owns the current dock panel, belongs.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> belongs.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel">

            <summary>
                <para>Represents the base class for the dock panels that represent tree view-like UI elements of the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel.CollapseAll">
            <summary>
                <para>Collapses all the nodes in the tree view dock panel.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel.ExpandAll">
            <summary>
                <para>Expands all the nodes in the tree view dock panel.
</para>
            </summary>


        </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.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.UserDesigner.DesignDockPanel">

            <summary>
                <para>Represents the base class for the dock panels that contain different UI elements of the End-User Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.DesignDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the DesignDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.DesignDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the DesignDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.DesignDockPanel.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/>, that owns the current dock panel, belongs.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> belongs.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.DockPanelCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> class descendants.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.DockPanelCollection.AddRange(DevExpress.XtraBars.Docking.DockPanel[])">
            <summary>
                <para>Appends an array of dock panels to the collection.
</para>
            </summary>
            <param name="panels">
		An array of <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> objects to append to the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel">

            <summary>
                <para>Represents the dock panel containing the Report Explorer element in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the ReportExplorerDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the ReportExplorerDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel">

            <summary>
                <para>Represents the dock panel containing the Tool Box element in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the ToolBoxDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the ToolBoxDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.GroupsStyle">
            <summary>
                <para>Gets or sets the style for presenting the groups' contents.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroupStyle"/> value specifying how the groups' contents are presented.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.PaintStyleName">
            <summary>
                <para>Gets or sets the name of the paint style applied to the Tool Box.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying the name of the paint style applied to the Tool Box.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel">

            <summary>
                <para>Represents the dock panel containing the Property Grid element in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the PropertyGridDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the PropertyGridDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.ShowCategories">
            <summary>
                <para>Gets or sets a value indicating whether to show categories for the items in the Property Grid, or show them in alphabetical order.

</para>
            </summary>
            <value><b>true</b> to show categories; <b>false</b> to sort alphabetically.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.ShowDescription">
            <summary>
                <para>Gets or sets a value indicating whether to show the <b>Description</b> bar at the bottom of the Property Grid.

</para>
            </summary>
            <value><b>true</b> to show the Description bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.FieldListDockPanel">

            <summary>
                <para>Represents the dock panel containing the Field List element in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the FieldListDockPanel class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the FieldListDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.ShowNodeToolTips">
            <summary>
                <para>Gets or sets a value indicating whether to show node tooltips for end-users, to teach them to use the Field List.

</para>
            </summary>
            <value><b>true</b> to show node tooltips; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.ShowParametersNode">
            <summary>
                <para>Gets or sets a value indicating whether to show the <b>Parameters</b> node for end-users in the Field List.

</para>
            </summary>
            <value><b>true</b> to show the Parameters node; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.UpdateDataSource(System.ComponentModel.Design.IDesignerHost)">
            <summary>
                <para>Forcibly updates the structure of datasources currently displayed within this FieldListDockPanel object.



</para>
            </summary>
            <param name="designerHost">
		A <see cref="T:System.ComponentModel.Design.IDesignerHost"/> object which represents the designer host.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.Shape.ShapeRectangle">

            <summary>
                <para>Represents the rectangle shape type.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UI.Shape.ShapeRectangle.#ctor">
            <summary>
                <para>Initializes a new instance of the ShapeRectangle class with the default settings.

</para>
            </summary>


        </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.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.UserDesigner.ReportStateEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ReportStateEventHandler.Invoke(System.Object,DevExpress.XtraReports.UserDesigner.ReportStateEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.
</para>
            </summary>
            <param name="sender">
		An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> or <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs.#ctor(DevExpress.XtraReports.UserDesigner.ReportState)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs"/> class.
</para>
            </summary>
            <param name="reportState">
		One of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> enumeration's values specifying the state of the report.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs.ReportState">
            <summary>
                <para>Gets the report's state for the event handler.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> value representing the report's state for this event handler.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox">

            <summary>
                <para>Represents the Report Design Toolbox control used to create an End-User Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.GroupsStyle">
            <summary>
                <para>Gets or sets the style for presenting the groups' contents.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroupStyle"/> value specifying how the groups' contents are presented.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.SmallImages">
            <summary>
                <para>Gets or sets an object which serves as the source of the small images used in the toolbox.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ImageList"/> object which represents the source of the small images. 
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which contains the report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object specifying the <b>design panel</b> which is assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox"/> object.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBar">

            <summary>
                <para>Represents the <b>Design Toolbar</b> control used to create an End-User Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolBar.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBar"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBar.Buttons">
            <summary>
                <para>Gets the collection of <see cref="T:System.Windows.Forms.ToolBarButton"/> controls assigned to the toolbar control.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ToolBar.ToolBarButtonCollection"/>  that contains a collection of <b>ToolBarButton</b> controls.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBar.ImageList">
            <summary>
                <para>Gets or sets the collection of images that can be displayed within a designer toolbar.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ImageList"/> object containing the images that can be displayed within a designer toolbar.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBar.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which contains the report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object specifying the <b>design panel</b> which is assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBar"/> object.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer">

            <summary>
                <para>Represents the Report Explorer control used to create an End-User Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which contains the report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object specifying the <b>design panel</b> which is assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer"/> object.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid">

            <summary>
                <para>Represents the <b>Properties Window</b> control which is used to create an End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object containing the report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object specifying the <b>design panel</b> which is assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid"/> object.

</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.UserDesigner.XRDesignFieldList">

            <summary>
                <para>Represents the Field List control used to create an End-User Designer.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which contains the report.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object specifying the <b>design panel</b> which is assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList"/> object.

</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 set to <see cref="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Result"/>.

</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.XRLineScripts">

            <summary>
                <para>Represents the scripts used to implement scripting for a line 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.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.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.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.XRCrossBandBox">

            <summary>
                <para>Represents 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.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>Represents 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.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.Bounds">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bounds"/> property, to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> value.

</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 ending 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.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="P:DevExpress.XtraReports.UI.XRCrossBandControl.Location">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Location"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> object.
</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.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>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event to hide it.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event to hide it.

</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="P:DevExpress.XtraReports.UI.XRCrossBandControl.Size">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Size"/> property to hide it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> object.
</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.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.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.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.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="T:DevExpress.XtraReports.UserDesigner.ReportCommand">

            <summary>
                <para>Specifies the commands which can be executed in the report's End-User Designer.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddNewDataSource">
            <summary>
                <para><para>Invokes the <b>Datasource Wizard</b> which allows end-users to provide data for a report, as it has been invoked by the <b>Add New Datasource</b> verb available in the <b>XtraReport.DataSource</b> property editor. Note that if you hide this command, an end-user will be unable to create a new datasource for a report.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignBottom">
            <summary>
                <para><para>Aligns the bottoms of the selected controls. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignHorizontalCenters">
            <summary>
                <para><para>Aligns the centers of the selected controls horizontally. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignLeft">
            <summary>
                <para><para> Aligns the selected controls to the left. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignRight">
            <summary>
                <para><para> Aligns the selected controls to the right. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignToGrid">
            <summary>
                <para><para>Aligns the positions of the selected controls to the grid. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignTop">
            <summary>
                <para><para>Aligns the tops of the selected controls. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignVerticalCenters">
            <summary>
                <para><para>Aligns the centers of the selected controls vertically. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BackColor">
            <summary>
                <para><para>Sets the background color of the selected control(s). This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandMoveDown">
            <summary>
                <para>Identifies the <b>Move Down</b> item of the context menu. This menu is invoked if an end-user right-clicks a band  of either the <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupHeader"/>, <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupFooter"/> or <see cref="F:DevExpress.XtraReports.UI.BandKind.DetailReport"/> kind. If you hide this command, then the <b>Move Down</b> menu item will be hidden.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandMoveUp">
            <summary>
                <para>Identifies the <b>Move Up</b> item of the context menu. This menu is invoked if an end-user right-clicks a band  of either the <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupHeader"/>, <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupFooter"/> or <see cref="F:DevExpress.XtraReports.UI.BandKind.DetailReport"/> kind. If you hide this command, then the <b>Move Up</b> menu item will be hidden.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRBarCode">
            <summary>
                <para><para>Identifies the <b>XRBarCode</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRBarCode menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRCheckBox">
            <summary>
                <para><para>Identifies the <b>XRCheckBox</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRCheckBox menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRLabel">
            <summary>
                <para><para>Identifies the <b>XRLabel</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRLabel menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRPictureBox">
            <summary>
                <para><para>Identifies the <b>XRPictureBox</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRPictureBox menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRRichText">
            <summary>
                <para><para>Identifies the <b>XRRichText</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRRichText menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRZipCode">
            <summary>
                <para><para>Identifies the <b>XRZipCode</b> item of the context menu. This menu is invoked after drag@dropping any Field List item with the right mouse click. If you hide this command, then the XRZipCode menu item will be hidden. Note that if you execute this command, it does nothing.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BringToFront">
            <summary>
                <para><para>Brings the selected control(s) to the front. This command is represented via the menu item, toolbar button and context menu item.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CenterHorizontally">
            <summary>
                <para><para>Horizontally centers the selected controls within a band. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CenterVertically">
            <summary>
                <para><para>Vertically centers the selected controls within a band. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Closing">
            <summary>
                <para><para>This command should be handled when overriding saving in the End-User Designer. Note that you don't need to either change its visibility or execute it, otherwise the result may be unpredictable.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Copy">
            <summary>
                <para><para>Copies the selected control(s) to the clipboard. This command is represented via the menu item, toolbar button and context menu item.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Cut">
            <summary>
                <para><para>Deletes the currently selected control(s) and copies it to the clipboard. This command is represented via the menu item, toolbar button and context menu item.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Delete">
            <summary>
                <para><para>Deletes the currently selected control(s). This command is represented via the menu item and context menu item.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Exit">
            <summary>
                <para><para>Closes the form containing the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> control which executes this command. Note that if you hide this command, then all menu items and toolbar buttons associated with it will become unavailable.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontBold">
            <summary>
                <para><para>Makes the font bold. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontItalic">
            <summary>
                <para><para>Makes the font italic. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontName">
            <summary>
                <para><para>Sets the specified font name to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property of the currently selected control(s), as it has been changed by the <b>Font Name</b> edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Name edit box will be unavailable.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontSize">
            <summary>
                <para><para>Sets the specified font size to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property of the currently selected control(s), as it has been changed by the <b>Font Size</b> edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Size edit box will be unavailable.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontUnderline">
            <summary>
                <para><para>Underlines the font. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ForeColor">
            <summary>
                <para><para>Sets the foreground color of the selected control(s). This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceConcatenate">
            <summary>
                <para><para>Removes the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceDecrease">
            <summary>
                <para><para>Decreases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceIncrease">
            <summary>
                <para><para>Increases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceMakeEqual">
            <summary>
                <para><para>Makes the horizontal spacing between the selected controls equal. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlBackward">
            <summary>
                <para>Moves the HTML browser backward to the previous page. This command is represented on the <b>HTML View</b> Ribbon page of the End-User Designer with a Ribbon only.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlFind">
            <summary>
                <para>Finds the text on the HTML page. This command is represented on the <b>HTML View</b> Ribbon page of the End-User Designer with a Ribbon only.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlForward">
            <summary>
                <para>Moves the HTML browser forward to the previous page. This command is represented on the <b>HTML View</b> Ribbon page of the End-User Designer with a Ribbon only.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlHome">
            <summary>
                <para>Displays the Home page in the HTML browser. This command is represented on the <b>HTML View</b> Ribbon page of the End-User Designer with a Ribbon only.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlRefresh">
            <summary>
                <para>Refreshes the current page in the HTML browser. This command is represented on the <b>HTML View</b> Ribbon page of the End-User Designer with a Ribbon only.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertBottomMarginBand">
            <summary>
                <para><para>Inserts the <b>Bottom Margin</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertDetailBand">
            <summary>
                <para><para>Inserts the <b>Detail</b> band into a report. This command is represented via the context menu item only.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertDetailReport">
            <summary>
                <para><para>Inserts the <b>Detail Report</b> band into a report. This command is represented via the context menu item only.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertGroupFooterBand">
            <summary>
                <para><para>Inserts the <b>Group Footer</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertGroupHeaderBand">
            <summary>
                <para><para>Inserts the <b>Group Header</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertPageFooterBand">
            <summary>
                <para><para>Inserts the <b>Page Footer</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertPageHeaderBand">
            <summary>
                <para><para>Inserts the <b>Page Header</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertReportFooterBand">
            <summary>
                <para><para>Inserts the <b>Report Footer</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertReportHeaderBand">
            <summary>
                <para><para>Inserts the <b>Report Header</b> band into a report. This command is represented via the context menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertTopMarginBand">
            <summary>
                <para><para>Inserts the <b>Top Margin</b> band into a report. This command is represented via the context menu item only.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyCenter">
            <summary>
                <para><para>Aligns the control's text to the center. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyJustify">
            <summary>
                <para><para>Justifies the control's text. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyLeft">
            <summary>
                <para><para>Aligns the control's text to the left. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyRight">
            <summary>
                <para><para>Aligns the control's text to the right. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyCancel">
            <summary>
                <para><para>Performs the Cancel action, the same as the one which should be performed if an end-user has pressed the <b>Cancel</b> key.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyDefaultAction">
            <summary>
                <para><para>Performs the Default action, the same as the one which should be performed if an end-user has pressed the <b>Enter</b> key.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveDown">
            <summary>
                <para><para>Moves the selected control(s) to the bottom as they were moved by the <b>Down Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Down Arrow key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveLeft">
            <summary>
                <para><para>Moves the selected control(s) to the left as they were moved by the <b>Left Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Left Arrow key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveRight">
            <summary>
                <para><para>Moves the selected control(s) to the right as they were moved by the <b>Right Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Right Arrow key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveUp">
            <summary>
                <para><para>Moves the selected control(s) to the top as they were moved by the <b>Up Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Up Arrow key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeDown">
            <summary>
                <para><para>Moves the selected control(s) to the bottom by one report unit as they have been moved using the <b>Ctrl+Down Arrow</b> keys. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Down Arrow key.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeHeightDecrease">
            <summary>
                <para><para>Decreases the height of the selected control(s) by one report unit as it has been decreased using the <b>Ctrl+Shift+Up Arrow</b> keys. Note that if you hide this command, an end-user will still be able to decrease the controls height by the Ctrl+Shift+Up Arrow keys.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeHeightIncrease">
            <summary>
                <para><para>Increases the height of the selected control(s) by one report unit as it has been increased using the <b>Ctrl+Shift+Down Arrow</b> keys. Note that if you hide this command, an end-user will still be able to increase the controls height by the Ctrl+Shift+Down Arrow keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeLeft">
            <summary>
                <para><para>Moves the selected control(s) to the left by one report unit as they have been moved using the <b>Ctrl+Left Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Left Arrow key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeRight">
            <summary>
                <para><para>Moves the selected control(s) to the right by one report unit as they have been moved using the <b>Ctrl+Right Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Right Arrow key.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeUp">
            <summary>
                <para><para>Moves the selected control(s) to the top by one report unit as they have been moved using the <b>Ctrl+Up Arrow</b> key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Up Arrow key.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeWidthDecrease">
            <summary>
                <para><para>Decreases the width of the selected control(s) by one report unit as it has been decreased using the <b>Ctrl+Shift+Left Arrow</b> keys. Note that if you hide this command, an end-user will still be able to decrease the controls width by the Ctrl+Shift+Left Arrow keys.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeWidthIncrease">
            <summary>
                <para><para>Increases the width of the selected control(s) by one report unit as it has been increased using the <b>Ctrl+Shift+Right Arrow</b> keys. Note that if you hide this command, an end-user will still be able to increase the controls width by the Ctrl+Shift+Right Arrow keys.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySelectNext">
            <summary>
                <para><para>Selects a control which is next to the currently selected control in the tab order, as it was selected by the <b>Tab</b> key. Note that if you hide this command, an end-user will still be able to move the controls selection by the Tab key.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySelectPrevious">
            <summary>
                <para><para>Selects a control which is previous to the currently selected control in the tab order, as it was selected by the <b>Shift+Tab</b> keys. Note that if you hide this command, an end-user will still be able to move the controls selection by the Shift+Tab keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeHeightDecrease">
            <summary>
                <para><para>Decreases the height of the selected control(s) by a step of a grid size as it has been decreased by the <b>Shift+Up Arrow</b> keys. Note that if you hide this command, an end-user will still be able to decrease the controls height by the Shift+Up Arrow keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeHeightIncrease">
            <summary>
                <para><para>Increases the height of the selected control(s) by a step of a grid size as it has been increased by the <b>Shift+Down Arrow</b> keys. Note that if you hide this command, an end-user will still be able to increase the controls height by the Shift+Down Arrow keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeWidthDecrease">
            <summary>
                <para><para>Decreases the width of the selected control(s) by a step of a grid size as it has been decreased by the <b>Shift+Left Arrow</b> keys. Note that if you hide this command, an end-user will still be able to decrease the controls width by the Shift+Left Arrow keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeWidthIncrease">
            <summary>
                <para><para>Increases the width of the selected control(s) by a step of a grid size as it has been increased by the <b>Shift+Right Arrow</b> keys. Note that if you hide this command, an end-user will still be able to increase the controls width by the Shift+Right Arrow keys.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.NewReport">
            <summary>
                <para><para>Creates a new blank report. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.NewReportWizard">
            <summary>
                <para><para>Creates a new blank report and runs the XtraReports Wizard to customize it. This command is represented via the menu item only.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.None">
            <summary>
                <para>Doesn't identify any command. This member is intended for internal use only.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.OpenFile">
            <summary>
                <para><para>Opens a report. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Paste">
            <summary>
                <para><para>Adds the control(s) from the clipboard to the report. This command is represented via the menu item, toolbar button and context menu item.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PropertiesWindow">
            <summary>
                <para><para>Invokes the <b>Properties</b> window for the the currently selected control(s). This command is represented via the context menu item only.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Redo">
            <summary>
                <para><para>Redoes the last operation which has been previously undone by the <b>Undo</b> command. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFile">
            <summary>
                <para><para>Saves a report to a file. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFileAs">
            <summary>
                <para><para>Invokes the <b>Save As</b> dialog to save a report with a new name. This command is represented via the menu item only.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SelectAll">
            <summary>
                <para><para>Selects all the controls in the report. This command is represented via the menu item only.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SendToBack">
            <summary>
                <para><para>Moves the selected control(s) to the back. This command is represented via the menu item, toolbar button and context menu item.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowDesignerTab">
            <summary>
                <para><para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its <b>Designer</b> tab, as it has been switched via the Designer button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowHTMLViewTab">
            <summary>
                <para><para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its <b>HTML View</b> tab, as it has been switched via the HTML View button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowPreviewTab">
            <summary>
                <para><para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its <b>Preview</b> tab, as it has been switched via the Preview button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControl">
            <summary>
                <para><para>Makes the selected controls to be of the same size. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlHeight">
            <summary>
                <para><para>Makes the selected controls have the same height. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlWidth">
            <summary>
                <para><para>Makes the selected controls have the same width. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToGrid">
            <summary>
                <para><para>Sizes the selected controls to the grid. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteCell">
            <summary>
                <para><para>Deletes the currently selected table cell as it was deleted by the <b>Delete / Cell</b> item of the context menu, which is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Delete / Cell menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteColumn">
            <summary>
                <para><para>Deletes the column which the currently selected table cell belongs to, as it was deleted by the <b>Delete / Column</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Delete / Column menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteRow">
            <summary>
                <para><para>Deletes the row which the currently selected table cell belongs to, as it was deleted by the <b>Delete / Row</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Delete / Row menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertCell">
            <summary>
                <para><para>Inserts a table cell to the right of the currently selected cell, as it was inserted by the <b>Insert / Cell</b> item of the context menu, which is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Insert / Cell menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertColumnToLeft">
            <summary>
                <para><para>Inserts a column to the left of the column which the currently selected table cell belongs to, as it was inserted by the <b>Insert / Column To Left</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Insert / Column To Left menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertColumnToRight">
            <summary>
                <para><para>Inserts a column to the right of the column which the currently selected table cell belongs to, as it was inserted by the <b>Insert / Column To Right</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Insert / Column To Right menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertRowAbove">
            <summary>
                <para><para>Inserts a new row above the row which the currently selected table cell belongs to, as it was inserted by the <b>Insert / Row Above</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Insert / Row Above menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertRowBelow">
            <summary>
                <para><para>Inserts a new row below the row which the currently selected table cell belongs to, as it was inserted by the <b>Insert / Row Below</b> item of the context menu. This menu is invoked after right-clicking on the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control. Note that if you hide this command, then the Insert / Row Below menu item will be hidden.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Undo">
            <summary>
                <para><para>Undoes the last operation. This command is represented both via the menu item and toolbar button.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditBands">
            <summary>
                <para>Invokes the <b>Report Editor</b> dialog, as though it has been invoked by the "Edit and Reorder Bands" verb. Note that if you hide this command, then this verb will become unavailable.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditText">
            <summary>
                <para>Invokes the in-place editor for the currently selected control, as though it has been invoked by the "Edit Text" verb. Note that if you hide this command, then this verb will become unavailable, but an end-user will still be able to invoke the in-place editor by double-clicking the control.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbPivotGridDesigner">
            <summary>
                <para>Invokes the Designer for the currently selected <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control, as though it has been invoked by the "Run Designer..." verb. Note that if you hide this command, then this verb will become unavailable for all pivot grid controls.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbReportWizard">
            <summary>
                <para>Invokes the XtraReports Wizard for the current report, as though it has been invoked by the "Design in Report Wizard..." verb. Note that if you hide this command, then this verb will become unavailable.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbRtfClear">
            <summary>
                <para>Clears the RTF contents of the currently selected control (if it is the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> one), as though it has been cleared by the "Clear" verb. Note that if you hide this command, then this verb will become unavailable.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbRtfLoadFile">
            <summary>
                <para>Invokes the Open File dialog for the currently selected control (if it is the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> one) to load RTF contents, as though it has been invoked by the "Load File..." verb. Note that if you hide this command, then this verb will become unavailable.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceConcatenate">
            <summary>
                <para><para>Removes the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceDecrease">
            <summary>
                <para><para>Decreases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceIncrease">
            <summary>
                <para><para>Increases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceMakeEqual">
            <summary>
                <para><para>Makes the vertical spacing between the selected controls equal. This command is represented both via the menu item and toolbar button.</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Zoom">
            <summary>
                <para><para>Sets the specified zoom value and zooms the report's design surface in or out. The predefined zoom factors are: 50%, 100%, 150%, 200%, 300%, 400% and 800%. The maximum value is 800%.</para>

<para>Note, if you hide this command, the Zoom edit box will be invisible.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomIn">
            <summary>
                <para><para>Zooms the report's design surface in. Each time this command is performed, the preview gets zoomed in by 10%.</para>



</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomOut">
            <summary>
                <para><para>Zooms the report's design surface out. Each time this command is performed, the preview gets zoomed out by 10%.</para>


</para>
            </summary>


        </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.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.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.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.Parameters.ParametersRequestValueChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged"/> event.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.Parameters.ParametersRequestValueChangedEventArgs.ChangedParameterInfo">
            <summary>
                <para>Contains information about the parameter, which value was changed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> object.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.Parameters.ParametersRequestEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow"/> and <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestSubmit"/> events.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.Parameters.ParametersRequestEventArgs.ParametersInformation">
            <summary>
                <para>Provides access to information about the requested parameters.

</para>
            </summary>
            <value>An array of <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> objects.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.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.UserDesigner.XRDesignFormExBase">

            <summary>
                <para>Represents the base class for the form used to show the <b>End-User Designer</b> form for a particular report.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignFormExBase class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.DesignPanel">
            <summary>
                <para>Gets or sets the design panel used to edit a report in the current <b>Design Form</b>.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which represents the design panel of the form.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.FileName">
            <summary>
                <para>Gets or sets the path (including the file name) where the report currently being edited in the <b>User Designer</b> will be saved. A report's configuration is usually saved to a REPX file.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the path (including the filename) to a REPX file.

</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(System.String,DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Loads a report from the specified REPX file, opens it into the form's <b>design panel</b> and applies the specified look-and-feel settings to the current <b>End-User Designer</b> form.

</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> representing the path to the report file (REPX) to open in the design panel.


            </param>
            <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.UserDesigner.XRDesignFormExBase.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Opens the specified report in the form's <b>design panel</b>.


</para>
            </summary>
            <param name="report">
		An object of the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or one of its descendants representing the report to open in the design panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(System.String)">
            <summary>
                <para>Loads the report from the specified REPX file and opens it in the form's <b>design panel</b>.

</para>
            </summary>
            <param name="fileName">
		A <see cref="T:System.String"/> representing the path to the report file (REPX) to open in the design panel.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
            <summary>
                <para>Opens the specified report in the form's <b>design panel</b> and applies the specified look-and-feel settings to the current <b>End-User Designer</b> form.

</para>
            </summary>
            <param name="report">
		An object of the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class, or one of its descendants representing the report to open in the design panel.

            </param>
            <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="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged">
            <summary>
                <para>Occurs when the design panel's <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SaveReport(System.String)">
            <summary>
                <para>Saves the definition (layout and configuration) of the report currently being edited in the <b>End-User Designer</b> form to the specified path.

</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.UserDesigner.XRDesignFormExBase.SaveReportAs">
            <summary>
                <para>Saves the configuration of the report currently being edited in the <b>End-User Designer</b> form to a file.The folder it's saved to is specified in the <b>Save As</b> window.


</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
            <summary>
                <para>Sets the visibility of design dock panels in the End-User Designer.


</para>
            </summary>
            <param name="designDockPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the <b>End-User Designer</b> dock panel.

            </param>
            <param name="visible">
		<b>true</b> to display the design dock panel; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XRLabelScripts">

            <summary>
                <para>Represents the scripts used to implement scripting for a label.


</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryCalculated">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryGetResult">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryReset">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryRowChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</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 detail band is printed on a page when a multicolumn is enabled. 

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraReports.UI.ColumnDirection"/> enumeration's values specifying the order in which the detail band is printed.
</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.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.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.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.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="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.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.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="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.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="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>
        <member name="T:DevExpress.XtraReports.UI.XRScriptsBase">

            <summary>
                <para>Represents the base for classes, which contain scripts for a report, 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.GenerateDefaultEventsScripts">
            <summary>
                <para>Generates default scripts for all properties. For internal use only.
</para>
            </summary>


        </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.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.XRSubreport">

            <summary>
                <para>Represents a Subreport control, which is used for including other reports of the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class into the current instance of this class.
</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="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>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.

</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>Gets or sets 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="T:DevExpress.XtraReports.UI.XRPivotGridScripts">

            <summary>
                <para>Represents the scripts used to implement scripting for a Pivot Grid control.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellDisplayText">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellValue">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomGroupInterval">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomSummary">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnFieldValueDisplayText">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintCell">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintFieldValue">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintHeader">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the 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.UserDesigner.XRDesignDockManager">

            <summary>
                <para>Represents the component used to create standard dockable panels in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignDockManager class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.DesignDockPanels">
            <summary>
                <para>Gets or sets an array of the design dock panels controlled by this design dock manager.

</para>
            </summary>
            <value>An array of <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> objects which represent the dock panels of this manager.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Images">
            <summary>
                <para>Gets the image source whose images are used by dock panels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.Images"/> which provides images for dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.ImageStream">
            <summary>
                <para>Gets or sets a stream which contains the images used to display <b>Design Dock Manager</b> items.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object which represents the stream of images.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Initialize(DevExpress.XtraReports.UserDesigner.XRDesignPanel)">
            <summary>
                <para>Performs basic initialization of the created XRDesignDockManager object and assigns the specified <b>Design Panel</b> control to it.

</para>
            </summary>
            <param name="designPanel">
		An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which specifies the design panel to assign.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Item(DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
            <summary>
                <para>Gets the design dock panel specified by its type.

</para>
            </summary>
            <param name="panelType">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value specifying the type of the required dock panel.


            </param>
            <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> object which represents the dock panel of the specified type.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.SavedAutoHidePanels">
            <summary>
                <para>Provides access to a collection of auto-hide panels, saved prior to changing the visibility of the XRDesignDockManager instance.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object, containing saved panels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.SavedVisiblePanels">
            <summary>
                <para>Provides access to a collection of visible panels, saved prior to changing the visibility of the XRDesignDockManager instance.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object, containing saved panels.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Dock Manager</b> belongs.


</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Bar Manager</b> belongs.

</value>


        </member>
        <member name="T:DevExpress.XtraReports.Parameters.ParameterType">

            <summary>
                <para>Specifies the type of the value that should be passed to a parameter.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.Boolean">
            <summary>
                <para>Indicates that the parameter returns a Boolean value (the <see cref="T:System.Boolean"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.DateTime">
            <summary>
                <para>Indicates that the parameter returns a date-time value (the <see cref="T:System.DateTime"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.Decimal">
            <summary>
                <para>Indicates that the parameter returns a decimal value (the <see cref="T:System.Decimal"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.Double">
            <summary>
                <para>Indicates that the parameter returns a double value (the <see cref="T:System.Double"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.Float">
            <summary>
                <para>Indicates that the parameter returns a float value (the <see cref="T:System.Single"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.Int32">
            <summary>
                <para>Indicates that the parameter returns an integer value (the <see cref="T:System.Int32"/> type).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraReports.Parameters.ParameterType.String">
            <summary>
                <para>Indicates that the field returns a string value (the <see cref="T:System.String"/> type).
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.Parameters.ParameterCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.Parameters.ParameterCollection.#ctor(DevExpress.XtraReports.UI.XtraReport)">
            <summary>
                <para>Initializes a new instance of the ParameterCollection 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.Parameters.ParameterCollection.AddRange(DevExpress.XtraReports.Parameters.Parameter[])">
            <summary>
                <para>Appends an array of parameters to the collection.
</para>
            </summary>
            <param name="parameters">
		An array of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects to append to the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraReports.Parameters.ParameterCollection.Item(System.String)">
            <summary>
                <para>Provides access to individual items in the collection by their names.
</para>
            </summary>
            <param name="parameterName">
		A <see cref="T:System.String"/> value specifying the name of the parameter to get.

            </param>
            <value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object which represents the parameter with the specified name.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.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.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.UI.XRChartScripts">

            <summary>
                <para>Represents the scripts used to implement scripting for a chart control.


</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnBoundDataChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawAxisLabel">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeries">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeriesPoint">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnDateTimeMeasurementUnitsCalculated">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnPieSeriesPointExploded">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the 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.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.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 datasource object that provides data for a master or detail report.
</para>
            </summary>
            <value>An object representing a report's datasource.
</value>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged">
            <summary>
                <para>Occurs when the current row in the <b>primary data source</b> has been changed. 

</para>
            </summary>


        </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.Height">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Height"/> property.
</para>
            </summary>
            <value>An integer value representing the height of the control.

</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.RowCount">
            <summary>
                <para>Gets or sets 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.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 datasource.

</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.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 barcode.
</para>
            </summary>
            <value>An array of <see cref="T:System.Byte"/> values to be coded using the PDF417 barcode's symbology.
</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="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.UserDesigner.XRDesignRibbonFormEx">

            <summary>
                <para>Represents a form with the outstanding Ribbon User Interface intended to show the End-User Designer Form to edit a report.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignRibbonFormEx class with default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.DesignDockManager">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> of the End-User Designer form.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object which represents the <b>Design Dock Manager</b> of the End-User Designer form.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.DesignRibbonController">
            <summary>
                <para>Gets the <b>DesignRibbonController</b> of the End-User Designer form with a Ribbon.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> object which represents the <b>Design Ribbon Controller</b> of the End-User Designer form with a Ribbon.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.RibbonControl">
            <summary>
                <para>Gets the <b>RibbonControl</b> of the End-User Designer form with a Ribbon.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object which represents the <b>Ribbon Control</b> of the End-User Designer form with a Ribbon.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.RibbonStatusBar">
            <summary>
                <para>Gets the <b>RibbonStatusBar</b> of the End-User Designer form with a Ribbon.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object which represents the <b>Ribbon Status Bar</b> of the End-User Designer form with a Ribbon.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
            <summary>
                <para>Sets the visibility of design dock panels in the End-User Designer.

</para>
            </summary>
            <param name="designDockPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the <b>End-User Designer</b> dock panel.

            </param>
            <param name="visible">
		<b>true</b> to display the design dock panel; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController">

            <summary>
                <para>Represents a component used to create End-User Designer pages inside a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> when creating an End-User Report Designer Form with a Ribbon.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignRibbonController class with default settings.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.BeginInit">
            <summary>
                <para>Starts the XRDesignRibbonController's initialization. Initialization occurs at runtime.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.EndInit">
            <summary>
                <para>Ends the XRDesignRibbonController's initialization.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.RibbonControl">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> into which the <b>Design Ribbon Controller</b> embeds its tabs.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.RibbonStatusBar">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> which is used by this <b>Design Ribbon Controller</b> to display status information.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.XRDesignDockManager">
            <summary>
                <para>Gets or sets the component used to create standard dockable panels in the <b>End-User Designer</b>.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Ribbon Controller</b> belongs.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Ribbon Controller</b> belongs.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UI.SerializableString">

            <summary>
                <para>Represents the class used to implement serialization functionality in <b>XtraReports</b>.

</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="P:DevExpress.XtraReports.UI.DetailReportBand.PrintOnEmptyDataSource">
            <summary>
                <para>Gets or sets a Boolean value indicating whether a <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> should be printed if the detail report's datasource is empty.
</para>
            </summary>
            <value><b>true</b> if a <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> should still be printed when a report's <b>primary datasource</b> is empty; otherwise, <b>false</b>.


</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel">

            <summary>
                <para>Represents the dock panel containing the Group and Sort Panel element in the End-User Designer.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Initializes a new instance of the GroupAndSortDockPanel class with the specified docking style and owner.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the GroupAndSortDockPanel class with default settings.
</para>
            </summary>


        </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.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.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.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.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.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.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(System.EventHandler,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 object which implements the IViewBagOwner interface.

            </param>
            <param name="objectPath">
		The string value.

            </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.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.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.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>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.Bounds">
            <summary>
                <para>Gets or sets an object specifying 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.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.Drawing.Size,System.Int32)">
            <summary>
                <para>Creates a table row of the specified size with the specified number of cells.
</para>
            </summary>
            <param name="size">
		A <see cref="T:System.Drawing.Size"/> object which specifies the size of the table row.

            </param>
            <param name="cellCount">
		An integer value which specifies the number of cells in the table row.


            </param>
            <returns>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRTableRow.CreateRow(System.Int32,System.Int32)">
            <summary>
                <para>Creates a table row of the specified height with the specified number of cells.
</para>
            </summary>
            <param name="height">
		An integer value which specifies the height of the table row.

            </param>
            <param name="cellCount">
		An integer value which specifies the number of cells in the table row.


            </param>
            <returns>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class.
</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.Height">
            <summary>
                <para>Gets or sets the height of a row.
</para>
            </summary>
            <value>An integer value representing the row's height.
</value>


        </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.Left">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Left"/> property to change its return value.
</para>
            </summary>
            <value>Always <b>0</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableRow.Location">
            <summary>
                <para>This property is intended for internal use only. Normally, you won't need to use it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> value.
</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.Size">
            <summary>
                <para>This property is intended for internal use only. Normally, you won't need to use it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> value.
</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.Top">
            <summary>
                <para>Gets the Y-coordinate of the table row's top edge within a table (measured in report units).

</para>
            </summary>
            <value>An integer value representing the y-coordinate of the top edge of the table tow.
</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.Width">
            <summary>
                <para>Returns the width of the table that contains the current row.


</para>
            </summary>
            <value>An integer value representing the width of the table.
</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="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.Bounds">
            <summary>
                <para>Gets or sets an object specifying 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.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.Height">
            <summary>
                <para>Returns the height of a row that contains the current cell.

</para>
            </summary>
            <value>An integer value representing the height of the row.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.Left">
            <summary>
                <para>Gets the X-coordinate of the table cell's left edge within a table (measured in report units).

</para>
            </summary>
            <value>An integer value representing the X-coordinate of the control's left edge.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.Location">
            <summary>
                <para>This property is intended for internal use only. Normally, you won't need to use it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> value.
</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.Size">
            <summary>
                <para>This property is intended for internal use only. Normally, you won't need to use it.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XRTableCell.Top">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Top"/> property to change its return value.
</para>
            </summary>
            <value>Always <b>0</b>.
</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.Width">
            <summary>
                <para>Gets or sets the width of the table cell within a table (measured in report units).
</para>
            </summary>
            <value>An integer value representing the width of the table cell.
</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.Rectangle,System.Int32,System.Int32)">
            <summary>
                <para>Creates a table in a report.
</para>
            </summary>
            <param name="bounds">
		A <see cref="T:System.Drawing.Rectangle"/> object specifying the rectangle in which the table should be drawn.

            </param>
            <param name="rowCount">
		An integer value that determines the initial quantity of rows in the table.

            </param>
            <param name="columnCount">
		An integer value that determines the initial quantity of columns in the table.

            </param>
            <returns>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> class.

</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="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><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.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="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="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.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>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="M:DevExpress.XtraReports.UI.XRControlStyle.ResetBackColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetBorderColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetBorders">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Borders"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetBorderWidth">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetFont">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Font"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetForeColor">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetPadding">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property to en empty value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UI.XRControlStyle.ResetTextAlignment">
            <summary>
                <para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property to en empty value.
</para>
            </summary>


        </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.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.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="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.XRChart">

            <summary>
                <para>Represents a <b>Chart</b> control.



</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.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.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="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="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>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.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="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.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.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="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.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.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="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.UserDesigner.DesignDockPanelType">

            <summary>
                <para>Specifies the type of the End-User Designer dock panels.

</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 <b>Toolbox</b> dock panel.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignFormEx">

            <summary>
                <para>Represents an End-User Designer form used to edit a report at runtime.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignFormEx class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.DesignBarManager">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> of the <b>End-User Designer</b> form.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> object which represents the <b>Design Bar Manager</b>  of the <b>End-User Designer</b> form.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.DesignDockManager">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> of the End-User Designer form.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object which represents the <b>Design Dock Manager</b> of the End-User Designer form.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
            <summary>
                <para>Sets the visibility of design dock panels in the End-User Designer.


</para>
            </summary>
            <param name="designDockPanels">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the <b>End-User Designer</b> dock panel.


            </param>
            <param name="visible">
		<b>true</b> to display the design dock panel; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="T:DevExpress.XtraReports.UI.XtraReportScripts">

            <summary>
                <para>Represents the scripts used to implement scripting for a report object.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnBandHeightChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnDataSourceRowChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnFillEmptySpace">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestBeforeShow">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestSubmit">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestValueChanged">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnPrintProgress">
            <summary>
                <para>Gets or sets the code 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"/> containing the script's code for the event.
</value>


        </member>
        <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager">

            <summary>
                <para>Represents a component used to create toolbar, status bar and menu elements in the End-User Designer.


</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.#ctor">
            <summary>
                <para>Initializes a new instance of the XRDesignBarManager class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.EndInit">
            <summary>
                <para>Notifies the control that initialization has been completed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontNameBox">
            <summary>
                <para>Gets or sets the pop-up box which is used to specify a font name.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object which represents the pop-up box used to select a font name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontNameEdit">
            <summary>
                <para>Gets or sets the editor which is used to specify a font name.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarEditItem"/> object which represents the edtitor used to select a font name.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontSizeBox">
            <summary>
                <para>Gets or sets the pop-up box which is used to specify a font size.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object which represents the pop-up box used to select a font size.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontSizeEdit">
            <summary>
                <para>Gets or sets the editor which is used to specify a font size.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarEditItem"/> object which represents the edtitor used to select a font size.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FormattingToolbar">
            <summary>
                <para>Gets or sets the <b>Formatting Toolbar</b> controlled by this bar manager.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object which represents the <b>Formatting Toolbar</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.GetBarItemByCommand(System.ComponentModel.Design.CommandID)">
            <summary>
                <para>Gets a bar item within the bar manager by its command.

</para>
            </summary>
            <param name="commandID">
		A <see cref="T:System.ComponentModel.Design.CommandID"/> object which specifies the command to be executed by the bar item to find.


            </param>
            <returns>A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandBarItem"/> object that represents the bar item which executes the specified command.
</returns>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.GetBarItemsByReportCommand(DevExpress.XtraReports.UserDesigner.ReportCommand)">
            <summary>
                <para>Gets an array of bar items within the bar manager by their report command.


</para>
            </summary>
            <param name="command">
		A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value that specifies the command assigned to the bar items being sought.


            </param>
            <returns>An array of <see cref="T:DevExpress.XtraBars.BarItem"/> objects that represent the bar items which are associated with the specified report command.

</returns>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.HintStaticItem">
            <summary>
                <para>Gets or sets the object which is used to show hints in the design bar manager.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarStaticItem"/> object which represents the static hint item.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Images">
            <summary>
                <para>Gets the source of images that can be displayed within items.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.Images"/> object which provides images for bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.ImageStream">
            <summary>
                <para>Gets or sets a stream which contains the images used to display <b>Design Bar Manager</b> items.



</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ImageCollectionStreamer"/> object which represents the stream of images.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Initialize(DevExpress.XtraReports.UserDesigner.XRDesignPanel)">
            <summary>
                <para>Performs basic initialization of the created XRDesignBarManager object and assigns the specified <b>Design Panel</b> control to it.

</para>
            </summary>
            <param name="designPanel">
		An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which specifies the design panel to assign.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.LargeImages">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides large images for bar button items.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.LayoutToolbar">
            <summary>
                <para>Gets or sets the <b>Layout Toolbar</b> controlled by this bar manager.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object which represents the <b>Layout Toolbar</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.SetCommandVisibility(System.ComponentModel.Design.CommandID[],DevExpress.XtraBars.BarItemVisibility)">
            <summary>
                <para>Changes the visibility of any bar item which executes any of the specified commands.
</para>
            </summary>
            <param name="commands">
		An array of <see cref="T:System.ComponentModel.Design.CommandID"/> objects specifying the commands whose visibility needs to be changed.

            </param>
            <param name="visibility">
		One of the <see cref="T:DevExpress.XtraBars.BarItemVisibility"/> enumeration's values that specifies the new visibility state.


            </param>


        </member>
        <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.SetCommandVisibility(System.ComponentModel.Design.CommandID,DevExpress.XtraBars.BarItemVisibility)">
            <summary>
                <para>Changes the visibility of any bar item which executes the specified command.
</para>
            </summary>
            <param name="commandID">
		A <see cref="T:System.ComponentModel.Design.CommandID"/> object specifying the command whose visibility needs to be changed.


            </param>
            <param name="visibility">
		One of the <see cref="T:DevExpress.XtraBars.BarItemVisibility"/> enumeration's values that specifies the new visibility state.


            </param>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Toolbar">
            <summary>
                <para>Gets or sets the <b>Main Toolbar</b> controlled by this bar manager.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object which represents the <b>Main Toolbar</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.XRDesignPanel">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Bar Manager</b> belongs.


</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class instance to which the <b>Design Bar Manager</b> belongs.

</value>


        </member>
        <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.ZoomItem">
            <summary>
                <para>Gets or sets the editor which is used to specify a zoom value for the report's design surface.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.XRZoomBarEditItem"/> object which represents the edtitor used to specify the zoom value.
</value>


        </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,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission mode.

</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> if the permission is enabled; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Deny"/> property.

            </param>


        </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="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 the permission.
</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.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.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><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>. Always returns <b>true</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="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.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.XRPageBreak.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.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>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewDoubleClick">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseDown">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseMove">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseUp">
            <summary>
                <para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.
</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="P:DevExpress.XtraReports.UI.XRPageBreak.Size">
            <summary>
                <para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Size"/> property.
</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.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.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="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>
    </members>
</doc>
