File name
Commit message
Commit date
File name
Commit message
Commit date
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraReports.v14.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraReports.UI.ReportUnit">
<summary>
<para>Lists the supported systems of measurement.
</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.Pixels">
<summary>
<para>The unit of measurement is in pixels (one pixel equals <b>1</b>/<b>96</b> 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.XRRichText">
<summary>
<para>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>. Used to supply HTML content to a XRRichText control.
</para>
</summary>
<value>Always empty string.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.Lines">
<summary>
<para>Gets or sets the text lines in the XRRichText control.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values that contain some text in the XRRichText control.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.IO.Stream,DevExpress.XtraReports.UI.XRRichTextStreamType)">
<summary>
<para>Loads the contents of an existing data stream into the XRRichText control.
</para>
</summary>
<param name="data">
A <see cref="T:System.IO.Stream"/> of data to load into the XRRichText control.
</param>
<param name="streamType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream to be used for loading data into the XRRichText control.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.String,DevExpress.XtraReports.UI.XRRichTextStreamType)">
<summary>
<para>Loads a specific type of file into the XRRichText control.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichText control.
</param>
<param name="streamType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichText control.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.LoadFile(System.String)">
<summary>
<para>Loads the contents of the Rich Text Format (RTF) file into the XRRichText control.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichText control.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.Rtf">
<summary>
<para><b>Bindable</b>. Gets or sets the text of the XRRichText control, including all the Rich Text Format (RTF) codes.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.String,DevExpress.XtraReports.UI.XRRichTextStreamType)">
<summary>
<para>Saves the contents of the XRRichText control to the specified type of file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing the name and location of the file to save the control's contents to.
</param>
<param name="streamType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that defines the type of stream to use for saving the XRRichText control's contents to a file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.IO.Stream,DevExpress.XtraReports.UI.XRRichTextStreamType)">
<summary>
<para>Saves the contents of the XRRichText control to the specified open data stream.
</para>
</summary>
<param name="data">
A <see cref="T:System.IO.Stream"/> of data to which the contents of the XRRichText control will be saved.
</param>
<param name="streamType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichText.SaveFile(System.String)">
<summary>
<para>Saves the contents of the XRRichText control to a Rich Text Format (RTF) file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file, which the contents of the XRRichText control will be saved to.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichText.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.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.BindingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BindingEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.BindingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.XtraReports.UI.XRControl"/> descendant which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.BindingEventArgs"/> object that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraReports.ResFinder">
<summary>
<para>For internal use. Assists the XtraReports Suite localization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ResFinder.#ctor">
<summary>
<para>Initializes a new instance of the ResFinder class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupBandScripts">
<summary>
<para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.GroupBand"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupBandScripts.OnBandLevelChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupBand.BandLevelChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.WinControlImageType">
<summary>
<para>Specifies how the Windows Forms control that is embedded using a <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> 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>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnAxisScaleChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.AxisScaleChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the script name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnAxisVisualRangeChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.AxisVisualRangeChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the script name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnAxisWholeRangeChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.AxisWholeRangeChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the script name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnBoundDataChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawAxisLabel">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawAxisLabel"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawCrosshair">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawCrosshair"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the script name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeries">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeries"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomDrawSeriesPoint">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeriesPoint"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnCustomPaint">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.CustomPaint"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnDateTimeMeasurementUnitsCalculated">
<summary>
<para>Obsolete.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnPieSeriesPointExploded">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChartScripts.OnTextChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRLabelScripts">
<summary>
<para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryCalculated">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryGetResult">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryReset">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabelScripts.OnSummaryRowChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryRowChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.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>For internal use. 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 that 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 that 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 that 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 that 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 that 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 that 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 that 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 that provides the appearance settings used to print grid lines.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.RestoreLayoutFromRegistry(System.String)">
<summary>
<para>Restores the appearance settings stored at the specified system registry path.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value, specifying the system registry path. If the specified path does not exist, calling this method has no effect.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.RestoreLayoutFromStream(System.IO.Stream)">
<summary>
<para>Restores the appearance settings from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which the appearance settings are read.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.RestoreLayoutFromXml(System.String)">
<summary>
<para>Loads the appearance settings stored in the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value, specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file does not exist, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.SaveLayoutToRegistry(System.String)">
<summary>
<para>Saves the appearance settings to a system registry path.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path to which the appearance settings are saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.SaveLayoutToStream(System.IO.Stream)">
<summary>
<para>Saves the appearance settings to a specific stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the appearance settings are written.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances.SaveLayoutToXml(System.String)">
<summary>
<para>Saves the appearance settings to a specific XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value, specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised.
</param>
</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>Provides access to the appearance settings used to paint the field's header, values and value totals.
</para>
</summary>
<value>A DevExpress.XtraReports.UI.XRPivotGridFieldAppearances object.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.BestFit">
<summary>
<para>Resizes the columns that correspond to the current field to the minimum width required to completely display the column's contents.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.CustomTotals">
<summary>
<para>Gets the collection of custom totals for the current field.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection"/> object that represents the collection of custom totals.
</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="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField.ToString">
<summary>
<para>Returns the textual representation of XRPivotGridField's display text.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, specifying the field's display text.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.MultiColumn">
<summary>
<para>Provides the multi-column functionality for reports.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount">
<summary>
<para>Gets or sets how many columns are present in each detail band when multicolumn printing is enabled.
</para>
</summary>
<value>An integer value specifying the number of columns. The value should be equal to or greater than <b>1</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnSpacing">
<summary>
<para>Gets or sets the amount of space between the columns when multi-column reports are printed.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the spacing between the columns. This value is measured in report units.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth">
<summary>
<para>Gets or sets the widths of the columns when printing muli-column reports.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of one column in a multicolumn report. This width is measured in report units.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.Direction">
<summary>
<para>Gets or sets the direction in which a multi-column Detail band is printed on a page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ColumnDirection"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.Layout">
<summary>
<para>Specifies the layout direction for columns in a multi-column report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.ColumnLayout"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MultiColumn.Mode">
<summary>
<para>Gets or sets the mode in which the multicolumn reports will be printed.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraReports.UI.MultiColumnMode"/> enumeration's values which specifies the multicolumn mode.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ColumnDirection">
<summary>
<para>Specifies the order in which the detail band is printed on a page when the multi-column mode 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.XRPivotGrid">
<summary>
<para>Provides functionality for creating Pivot Grids in the XtraReports Suite.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.#ctor">
<summary>
<para>Initializes a new instance of the XRPivotGrid class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the pivot grid's elements.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.AppearancePrint">
<summary>
<para>For internal use.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridAppearances"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BackColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.BestFit(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField)">
<summary>
<para>Resizes the columns which correspond to the specified field to the minimum width required to completely display the column's contents.
</para>
</summary>
<param name="field">
An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object which identifies the columns to which the best width feature should be applied.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.BestFit">
<summary>
<para>Resizes the columns which correspond to the data fields and row fields to the minimum width required to completely display the column's contents.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BorderColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.BorderWidth">
<summary>
<para>Specifies the XRPivotGrid border width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> 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="P:DevExpress.XtraReports.UI.XRPivotGrid.ColumnCount">
<summary>
<para>Gets the number of columns in the XRPivotGrid.
</para>
</summary>
<value>An integer value that specifies the number of columns displayed within the XRPivotGrid.
</value>
</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>Enables you to specify a custom column width (e.g., to hide some columns based on specific criteria).
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomFieldSort">
<summary>
<para>Provides the capability to sort data using custom rules.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomFieldValueCells">
<summary>
<para>Allows you to customize field value cells of XRPivotGrid.
</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>Enables you to specify a custom row height (e.g., to hide some rows based on specific criteria).
</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>Specifies the data source member which supplies data to the Pivot Grid.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is 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 data source 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="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellInfo(System.Int32,System.Int32)">
<summary>
<para>Returns an object that contains information on the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer that identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer that identifies the visible index of the row.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs"/> object that contains information on the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Object[],System.Object[],DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField)">
<summary>
<para>Retrieves a cell value, identified by the specified data field, column and row field values.
</para>
</summary>
<param name="columnValues">
An array of column field values that identify the column where the cell resides.
</param>
<param name="rowValues">
An array of row field values that identify the row where the cell resides.
</param>
<param name="dataField">
An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> that represents the data field, whose value is retrieved.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Object[],System.Object[])">
<summary>
<para>Retrieves a cell value, identified by the specified column and row field values.
</para>
</summary>
<param name="columnValues">
An array of column field values that identify the column where the cell resides.
</param>
<param name="rowValues">
An array of row field values that identify the row where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a value displayed in the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetFieldByArea(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Returns a field at the specified visual position in the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> object that identifies the area containing the required field.
</param>
<param name="areaIndex">
An integer value that specifies the visible index of the field within the specified area.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object at the specified visual position within the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Int32)">
<summary>
<para>Returns the specified field value.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant, specifying a column or row field whose value is to be obtained.
</param>
<param name="lastLevelIndex">
A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left edge for column fields, and from the top edge for row fields.
</param>
<returns>An <see cref="T:System.Object"/>, specifying the field value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.GetFieldValueType(System.Boolean,System.Int32)">
<summary>
<para>Gets the type of a field value in the column or row area.
</para>
</summary>
<param name="isColumn">
<b>true</b> to retrieve information on a field value in the column area; <b>false</b> to retrieve information on a field value in the row area.
</param>
<param name="lastLevelIndex">
A zero-based index of a column/row that identifies the required field value. Indices are numbered starting from the left, for column fields, and from the top, for row fields.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that identifies the type of the required column/row field value.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.GrandTotalCellStyleName">
<summary>
<para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.GrandTotalCellStyle"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, which represents the style name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Groups">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroupCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.HeaderGroupLineStyleName">
<summary>
<para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.HeaderGroupLineStyle"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, which represents the style name.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.IsObjectCollapsed(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField,System.Int32)">
<summary>
<para>Returns a value indicating whether or not the specified column field value or row field value is collapsed.
</para>
</summary>
<param name="field">
An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object that identifies a column or row field.
</param>
<param name="lastLevelIndex">
A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields.
</param>
<returns><b>true</b> if the specified column field value or row field value is collapsed; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.IsObjectCollapsed(System.Boolean,System.Int32,System.Int32)">
<summary>
<para>Returns a value indicating whether or not the specified column field value or row field value is collapsed.
</para>
</summary>
<param name="isColumn">
<b>true</b> if the field value corresponds to a column field; <b>false</b> if the field value corresponds to a row field.
</param>
<param name="lastLevelIndex">
A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields.
</param>
<param name="level">
An integer value that specifies the nesting level of the field value.
</param>
<returns><b>true</b> if the specified column field value or row field value is collapsed; otherwise, <b>false</b>.
</returns>
</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.OLAPDataProvider">
<summary>
<para>Specifies an OLAP data provider.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPivotGrid.OLAPDataProvider"/> enumeration member that specifies which data provider should be used to bind to an OLAP cube.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsBehavior">
<summary>
<para>For internal use. Provides access to the control's behavior options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsChartDataSource">
<summary>
<para>Provides access to the options controlling the display of the XRPivotGrid's data in an <see cref="T:DevExpress.XtraReports.UI.XRChart"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource"/> object that contains corresponding options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsCustomization">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsData">
<summary>
<para>Provides access to the pivot grid's data specific options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsData"/> class that contains the pivot grid's data specific options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsDataField">
<summary>
<para>Provides access to the options which control the presentation of the data fields in the XRPivotGrid.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsDataField"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsLayout">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsLayout"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsOLAP">
<summary>
<para>Provides access to the PivotGridControl's OLAP mode specific options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsPrint">
<summary>
<para>Provides access to the pivot grid's print options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint"/> object which contains the pivot grid's print options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.OptionsView">
<summary>
<para>Provides access to the pivot grid's display options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView"/> object which contains the pivot grid's display options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Prefilter">
<summary>
<para>Provides access to the Prefilter settings that enable filtering the incoming data.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPrefilter"/> object that contains the prefilter's settings.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrefilterCriteriaChanged">
<summary>
<para>Fires when the Prefilter's criteria are changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewDoubleClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseDown">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseMove">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PreviewMouseUp">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintCell">
<summary>
<para>Enables you to render a different content for individual data cells.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintFieldValue">
<summary>
<para>Enables you to render a different content for individual field values.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintHeader">
<summary>
<para>Enables you to render a different content for individual field headers.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintOnPage">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutCore(DevExpress.Utils.Serializing.XtraSerializer,System.Object,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>De-serializes the core functionality of the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>.
</para>
</summary>
<param name="serializer">
An XtraSerializer object that provides the native serialization mechanism of XtraReports controls.
</param>
<param name="path">
A <see cref="T:System.Object"/> value.
</param>
<param name="options">
An <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant, containing options that determine how the control's layout is serialized.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutFromStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Restores a pivot grid's layout from the specified stream, using the specified settings.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant which contains the layout settings. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant which specifies which options should be restored.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RestoreLayoutFromStream(System.IO.Stream)">
<summary>
<para>Restores a pivot grid's layout from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which the pivot grid's settings are read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.RetrieveFields">
<summary>
<para>Creates <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> objects for all the fields in the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>'s bound data source.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.RowCount">
<summary>
<para>Gets the number of rows in the XRPivotGrid.
</para>
</summary>
<value>An integer value that specifies the number of rows displayed within the XRPivotGrid.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Scripts">
<summary>
<para>Provides access to an object that contains XRPivotGrid-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRPivotGridScripts"/> object, which represents scripts handling XRPivotGrid's events.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.StyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles"/> object that provides style settings for the XRPivotGrid.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPivotGrid.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.TotalCellStyleName">
<summary>
<para>Gets or sets the name of the style assigned to the <see cref="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridStyles.TotalCellStyle"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, which represents the style name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGrid.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPivotGrid.XtraFindFieldsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="e">
</param>
<returns>
</returns>
</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.PageBand">
<summary>
<para>The base for the <see cref="T:DevExpress.XtraReports.UI.PageHeaderBand"/> and <see cref="T:DevExpress.XtraReports.UI.PageFooterBand"/> classes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.PageBand.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PageBand.PageBreak">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.PageBreak"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.PageBreak.None"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PageBand.PrintOn">
<summary>
<para>Gets or sets a value specifying whether the PageBand should be printed on the same page with <b>Report Header</b> and <b>Report Footer</b> bands.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.PrintOnPages"/> enumeration value, which specifies the method of printing the PageBand.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupUnion">
<summary>
<para>Specifies how groups of records should be split across pages, if required.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.GroupUnion.None">
<summary>
<para>A group is printed so that it is split across several pages if there isn't enough space on a page to print the entire group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.GroupUnion.WholePage">
<summary>
<para><para>A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page.</para>
<para>However, if the height of the entire group is more than the page height, this group is still split across several pages.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail">
<summary>
<para>A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.XRChart">
<summary>
<para>Provides functionality for creating Charts in XtraReports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.#ctor">
<summary>
<para>Initializes a new instance of the XRChart class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AnnotationRepository">
<summary>
<para>Provides centralized access to all annotations present in a chart.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object, representing the collection of annotations.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Annotations">
<summary>
<para>Provides access to the chart's collection of <i>annotations</i>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object, representing the chart's collection of annotations.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AppearanceName">
<summary>
<para>Gets or sets the appearance name currently used to draw the chart's elements.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the appearance name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AppearanceNameSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the <see cref="P:DevExpress.XtraReports.UI.XRChart.AppearanceName"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AppearanceRepository">
<summary>
<para>Provides access to the repository of a chart's appearance settings.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AutoBindingSettingsEnabled">
<summary>
<para>Specifies whether or not the data settings of a Chart are automatically adjusted after linking it to a Pivot Grid.
</para>
</summary>
<value><b>true</b>, to enable automatic customization of the Chart's data settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.AutoLayoutSettingsEnabled">
<summary>
<para>Specifies whether or not the layout settings of a Chart are automatically adjusted after linking it to a Pivot Grid.
</para>
</summary>
<value><b>true</b>, to enable automatic customization of the Chart's layout settings; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.AxisScaleChanged">
<summary>
<para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.AxisVisualRangeChanged">
<summary>
<para>Occurs when the axis visual range has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.AxisWholeRangeChanged">
<summary>
<para>Occurs when the axis whole range has been changed.
</para>
</summary>
</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="M:DevExpress.XtraReports.UI.XRChart.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> descendant, specifying the view type of the series to be generated.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the data source for a chart. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataSource"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataMember"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the view type of the series to be generated.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the data source for a chart. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataSource"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the view type of the series to be generated.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the data source for a chart. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataSource"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataMember"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> descendant, specifying the view type of the series to be generated.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> that is the data source for a chart. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.DataSource"/> property.
</param>
<param name="seriesDataMember">
A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember"/> property.
</param>
<param name="argumentDataMember">
A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.
</param>
<param name="valueDataMembers">
An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.Web.WebChartControl.SeriesTemplate"/> object.
</param>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.BoundDataChanged">
<summary>
<para>Occurs every time a chart control generates its series points from the underlying data source.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Chart">
<summary>
<para>For internal use. Supports the serialization of the XRChart control.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawAxisLabel">
<summary>
<para>Occurs before an axis label is drawn when the chart's content is being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawCrosshair">
<summary>
<para>Occurs before crosshair items are drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomDrawSeriesPoint">
<summary>
<para>Occurs before a series point is drawn when the chart's contents is being drawn.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeAutoBindingSettings">
<summary>
<para>Occurs when applying automatic data source settings to a Chart that is linked to a Pivot Grid.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legend's layout properties.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeResolveOverlappingMode">
<summary>
<para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeSimpleDiagramLayout">
<summary>
<para>Occurs before automatic settings are applied to the Simple Diagram's layout properties.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis' labels.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.CustomPaint">
<summary>
<para>Occurs after the chart has been drawn.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.DataAdapter">
<summary>
<para>Gets or sets the data adapter used to populate the chart control's data source.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the chart's data adapter.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.DataMember">
<summary>
<para>Specifies the data source member which supplies data to the control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the data source member.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.DataSource">
<summary>
<para>Gets or sets the chart control's data source. If it's empty, then the report's data source will be used.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the chart control's data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Diagram">
<summary>
<para>Gets the chart control's diagram and provides access to its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control's diagram.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.EmptyChartText">
<summary>
<para>Provides access to the settings of the text to be displayed in the <see cref="T:DevExpress.XtraReports.UI.XRChart"/>, when it has no data to display.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.EndInit">
<summary>
<para>Ends the XRChart's initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.FillStyle">
<summary>
<para>Gets the chart control's background fill style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.GetAppearanceNames">
<summary>
<para>Returns an array of strings representing the names of all the appearances in the Chart.
</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values which represent the appearances names.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.GetPaletteEntries(System.Int32)">
<summary>
<para>Gets the colors that comprise the chart's palette.
</para>
</summary>
<param name="count">
An integer value, representing the number of entries to return.
</param>
<returns>An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.GetPaletteNames">
<summary>
<para>Returns an array of strings that represent the names of all the palettes in the Chart.
</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values that represent the palettes names.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.GetSeriesByName(System.String)">
<summary>
<para>Gets a series within the chart's series collection by its name.
</para>
</summary>
<param name="seriesName">
A <see cref="T:System.String"/> which specifies the name of the series to find.
</param>
<returns>A <see cref="T:DevExpress.XtraCharts.Series"/> object that represents the series with the specified name.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.ImageType">
<summary>
<para>Gets or sets a value which indicates how an XRChart contents are rendered.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ChartImageType"/> enumeration value which specifies how a chart is rendered in a report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.IndicatorsPaletteName">
<summary>
<para>Specifies the palette that is used to paint all indicators that exist in a chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the palette name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.IndicatorsPaletteRepository">
<summary>
<para>Gets the indicators palette repository of the chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the indicators palette repository of the chart.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Legend">
<summary>
<para>Gets the chart control's legend and provides access to its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that represents the chart control's legend.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.LoadFromFile(System.String)">
<summary>
<para>Restores the chart's layout from the specified file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.LoadFromStream(System.IO.Stream)">
<summary>
<para>Restores the chart's layout from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which settings are read.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.PaletteBaseColorNumber">
<summary>
<para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.
</para>
</summary>
<value>An integer value representing a 1-based color number.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.PaletteName">
<summary>
<para>Gets or sets the name of the palette which is currently being used to draw the chart's elements.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the palette name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.PaletteRepository">
<summary>
<para>Gets the palette repository of the chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the palette repository of the chart.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.PieSeriesPointExploded">
<summary>
<para>Fires when a pie slice, representing a series point, is moved to or from the pie center.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.PivotGridDataSourceOptions">
<summary>
<para>Provides access to the layout settings of a Chart that is linked with a Pivot Grid.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.PivotGridSeriesExcluded">
<summary>
<para>Occurs after a chart has been bound to a Pivot Grid.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.PivotGridSeriesPointsExcluded">
<summary>
<para>Occurs after a chart has been bound to a Pivot Grid.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.RegisterSummaryFunction(System.String,System.String,DevExpress.XtraCharts.ScaleType,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
<summary>
<para>Registers the custom summary function with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value containing the function's name.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.
</param>
<param name="resultScaleType">
A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function's result.
</param>
<param name="resultDimension">
An integer value representing the dimension of the resulting series point's values.
</param>
<param name="argumentDescriptions">
An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.
</param>
<param name="function">
A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.RegisterSummaryFunction(System.String,System.String,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
<summary>
<para>Registers the custom summary function with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value containing the function's name.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value containing the function's display name, which is used for localization purposes.
</param>
<param name="resultDimension">
An integer value representing the dimension of the resulting series point's values.
</param>
<param name="argumentDescriptions">
An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.
</param>
<param name="function">
A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.ResetLegendPointOptions">
<summary>
<para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions"/> for each series, and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesBase.PointOptions"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.ResetLegendTextPattern">
<summary>
<para>Resets the text pattern applied to the legend items via the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendTextPattern"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.ResetPadding">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRChart.Padding"/> property to an empty value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.ResetSummaryFunctions">
<summary>
<para>Resets the collection of the chart's summary functions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.SaveToFile(System.String)">
<summary>
<para>Saves the chart's layout to the specified file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the chart's layout to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the chart's layout is written.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Scripts">
<summary>
<para>Provides access to an object that contains XRChart-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRChartScripts"/> object, which represents scripts handling XRChart's events.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Series">
<summary>
<para>Provides access to the chart's collection of series objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesCollection"/> object that represents the collection of series.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SeriesDataMember">
<summary>
<para>Gets or sets the name of the data field whose values are used to automatically generate and populate series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field's name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SeriesNameTemplate">
<summary>
<para>Gets the settings used to name data bound series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SeriesSerializable">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraReports.UI.XRChart.Series"/> property.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SeriesSorting">
<summary>
<para>Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SeriesTemplate">
<summary>
<para>Gets the template settings for bound series.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesBase"/> object that contains the template settings for bound series.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideBarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
</summary>
<value>An integer value which represents the fixed distance between bars, measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideBarDistanceVariable">
<summary>
<para>Gets or sets the variable distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the variable bar distance between bars, measured in fractions of <b>axis units</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SideBySideEqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of a series should have equal width in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have equal width; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.SmallChartText">
<summary>
<para>Gets the settings for the text to be displayed in the <see cref="T:DevExpress.XtraReports.UI.XRChart"/>, when it's too small to fit the diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, representing the small chart text options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A System.String value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration's values that specifies how the text is aligned in the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRChart.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.Titles">
<summary>
<para>Gets the collection of chart titles.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that represents the collection of chart titles.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRChart.UnregisterSummaryFunction(System.String)">
<summary>
<para>Unregisters the summary function with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value representing the name of the summary function to be unregistered.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRChart.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator">
<summary>
<para>The class used to generate a UPC Supplemental 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental5Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRUPCSupplemental2Generator">
<summary>
<para>The class used to generate a 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>The class used to generate a <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>The class used to generate a 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.ScriptSecurityPermission">
<summary>
<para>Represents a security permission applied to scripts that are executed when creating a report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.ScriptSecurityPermission.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ScriptSecurityPermission class with the specified name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the security permission. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Name"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.ScriptSecurityPermission.#ctor(System.String,System.Boolean)">
<summary>
<para>Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the security permission. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Name"/> property.
</param>
<param name="deny">
<b>true</b> to deny the specified security permission; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraReports.ScriptSecurityPermission.Deny"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.ScriptSecurityPermission.#ctor">
<summary>
<para>Initializes a new instance of the ScriptSecurityPermission class with default settings.
</para>
</summary>
</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="P:DevExpress.XtraReports.ScriptSecurityPermission.Permission">
<summary>
<para>Gets or sets the security permission.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Security.IPermission"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraReports.ScriptSecurityPermission.ToString">
<summary>
<para>Returns the textual representation of ScriptSecurityPermission.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the permission.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator">
<summary>
<para>Represents the class used to generate a PostNet barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRPostNetGenerator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator">
<summary>
<para>Represents the class used to generate a Matrix 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator">
<summary>
<para>Represents the class used to generate an Interleaved 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRInterleaved2of5Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator">
<summary>
<para>Represents the class used to generate an Industrial 2 of 5 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XREAN8Generator">
<summary>
<para>Represents the class used to generate an EAN 8 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XREAN8Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN8Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XREAN13Generator">
<summary>
<para>Represents the class used to generate an EAN 13 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XREAN13Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN13Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XREAN128Generator">
<summary>
<para>Represents the class used to generate an EAN 128 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XREAN128Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XREAN128Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.BarCode.XREAN128Generator.CharSet">
<summary>
<para>Gets or sets the value specifying the charset type for the EAN 128 barcode.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.BarCode.Code128Charset"/> enumeration value that specifies a charset to be used.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator">
<summary>
<para>The class used to generate a 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.XRCode11Generator">
<summary>
<para>Represents the class used to generate a Code 11 barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRCode11Generator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCode11Generator"/> class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator">
<summary>
<para>Represents the class used to generate a Codabar barcode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator"/> class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.BarCode.XRCodabarGenerator.StartStopSymbols">
<summary>
<para>Gets or sets the value specifying the first (start) and last (stop) symbols used to code the Codabar barcode's structure.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraReports.UI.BarCode.CodabarStartStopPair"/> enumeration's values specifying the pair of start and stop symbols used.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRZipCode">
<summary>
<para>A Zip Code control that displays a zip code in a report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRZipCode.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRZipCode"/> class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRZipCode.SegmentWidth">
<summary>
<para>Gets or sets the width of the lines that the numbers in a zip code control are drawn with.
</para>
</summary>
<value>An integer value specifying the width (in pixels) of an <see cref="T:DevExpress.XtraReports.UI.XRZipCode"/> object's lines.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRZipCode.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRZipCode.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRZipCode.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRZipCode.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.DesignWindowType">
<summary>
<para>Specifies the type of the End-User Designer tool window.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.DesignWindowType.FieldList">
<summary>
<para>Identifies the Field List window.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.DesignWindowType.PropertyGrid">
<summary>
<para>Identifies the <b>Properties</b> window.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.DesignWindowType.ReportExplorer">
<summary>
<para>Identifies the Report Explorer window.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableOfContents">
<summary>
<para>A Table of Contents that is auto-generated based on the hierarchy of bookmarks existing in a report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContents.#ctor">
<summary>
<para>Initializes a new instance of the XRTableOfContents class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContents.AllLevels">
<summary>
<para>For internal use.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase"/> descendants.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.BoundsF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BoundsF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.CanHaveChildren">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property, to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContents.GetEffectiveFont">
<summary>
<para>For internal use only. Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveFont"/> property, to hide it.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Font"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.LevelDefault">
<summary>
<para>Contains default formating properties for hierarchical levels of <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableOfContentsLevel"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.Levels">
<summary>
<para>Provides access to the collection of <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> levels.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableOfContentsLevelCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.LevelTitle">
<summary>
<para>Contains text and formating properties for a title of an <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableOfContentsTitle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.MaxNestingLevel">
<summary>
<para>Specifies the maximum number of <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> levels to be displayed. If set to 0, no limitation applied.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.SizeF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContents.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="T:DevExpress.XtraReports.UI.XRSparkline">
<summary>
<para>A Sparkline control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSparkline.#ctor">
<summary>
<para>Initializes a new instance of the XRSparkline class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.DataAdapter">
<summary>
<para>Specifies the data adapter that is assigned to the sparkline.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, specifying the sparkline data adapter.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.DataMember">
<summary>
<para>Specifies the name of a data member that is assigned to the sparkline.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data member name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.DataSource">
<summary>
<para>Specifies the data source that is assigned to the sparkline.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value, specifying the sparkline data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.Font">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.ForeColor">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.KeepTogether">
<summary>
<para>For internal use only. 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.XRSparkline.Text">
<summary>
<para>For internal use only. 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.XRSparkline.TextAlignment">
<summary>
<para>For internal use only. 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.XRSparkline.ValueMember">
<summary>
<para>Specifies the name of a data member that supplies values to the sparkline.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.View">
<summary>
<para>Specifies the view type of the XRSparkline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant, specifying the Sparkline view type.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.WordWrap">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property, to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSparkline.XlsxFormatString">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.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.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.DesignerOptions">
<summary>
<para>Provides settings that determine the availability of popup hints and warnings in the Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.DesignerOptions.#ctor">
<summary>
<para>Initializes a new instance of the DesignerOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowDesignerHints">
<summary>
<para>Specifies whether designer hints should be displayed.
</para>
</summary>
<value><b>true</b> to display designer hints; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowExportWarnings">
<summary>
<para>Specifies whether or not to highlight overlapping report controls, indicating the possibility of the document layout being corrupted when exporting the report to table-based formats (such as XLS, XLSX, HTML or RTF).
</para>
</summary>
<value><b>true</b>, to display export warnings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DesignerOptions.ShowPrintingWarnings">
<summary>
<para>Specifies whether or not to highlight report controls that protrude beyond the right page margin, to indicate the resulting extraneous document pages.
</para>
</summary>
<value><b>true</b>, to display print warnings; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRRichTextBoxBase">
<summary>
<para>The base for the obsolete <see cref="T:DevExpress.XtraReports.UI.XRRichTextBox"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.#ctor">
<summary>
<para>Initializes a new instance of the XRRichTextBoxBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.BackColor">
<summary>
<para>Gets or sets the control's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.CanGrow">
<summary>
<para>For internal use. Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety.
</para>
</summary>
<value><b>true</b> if the control's height can grow in order to display all its text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.CanShrink">
<summary>
<para>For internal use. Gets or sets a value indicating whether the control's height can decrease if its text does not completely fill the control.
</para>
</summary>
<value><b>true</b> if the control's height can decrease in order to remove the unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.Clear">
<summary>
<para>Clears all the control's content.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.DetectUrls">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Font">
<summary>
<para>For internal use. Gets or sets the control's font.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.KeepTogether">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Lines">
<summary>
<para>For internal use. Gets or sets the text lines in the XRRichTextBoxBase control.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values that contain some text in the XRRichTextBoxBase control.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>For internal use. Loads a specific type of file into the XRRichTextBoxBase control.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichTextBoxBase control.
</param>
<param name="fileType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.String)">
<summary>
<para>For internal use. Loads the contents of the Rich Text Format (RTF) file into the XRRichTextBoxBase control.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file to be loaded into the XRRichTextBoxBase control.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.LoadFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>For internal use. A <see cref="T:System.IO.Stream"/> of data to load into the XRRichTextBoxBase control.
</para>
</summary>
<param name="data">
A <see cref="T:System.IO.Stream"/> of data to load into the XRRichTextBoxBase control.
</param>
<param name="fileType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Multiline">
<summary>
<para>For internal use. Gets or sets a value specifying whether carriage returns (CRLF) stored in a label's text should be processed.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Padding">
<summary>
<para>Gets or sets the control's padding values (measured in report units).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Rtf">
<summary>
<para>For internal use. Gets or sets the text of the XRRichTextBoxBase control, including all the Rich Text Format (RTF) codes.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>For internal use. Saves the contents of the XRRichTextBoxBase control to the specified open data stream.
</para>
</summary>
<param name="data">
A <see cref="T:System.IO.Stream"/> of data to which the contents of the XRRichTextBoxBase control will be saved.
</param>
<param name="fileType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>For internal use. Saves the contents of the XRRichTextBoxBase control to the specified type of file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing the name and location of the file to save the control's contents to.
</param>
<param name="fileType">
An <see cref="T:DevExpress.XtraReports.UI.XRRichTextStreamType"/> enumeration value that identifies the type of stream to save the control's contents to.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRRichTextBoxBase.SaveFile(System.String)">
<summary>
<para>For internal use. Saves the contents of the XRRichTextBoxBase control to a Rich Text Format (RTF) file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing a path to the file, which the contents of the XRRichTextBoxBase control will be saved to.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.Text">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBoxBase.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRPivotGridScripts">
<summary>
<para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellDisplayText">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellDisplayText"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomCellValue">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomCellValue"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomColumnWidth">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomColumnWidth"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomFieldSort">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomFieldSort"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomFieldValueCells">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomFieldValueCells"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomGroupInterval">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomGroupInterval"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomRowHeight">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomRowHeight"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomSummary">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomSummary"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnCustomUnboundFieldData">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomUnboundFieldData"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnFieldValueDisplayText">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.FieldValueDisplayText"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrefilterCriteriaChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrefilterCriteriaChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintCell">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintCell"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintFieldValue">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintFieldValue"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPivotGridScripts.OnPrintHeader">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.PrintHeader"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRBarCode">
<summary>
<para>A Bar Code 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 whether the <b>Module</b> property value should be calculated automatically based upon the barcode's size.
</para>
</summary>
<value><b>true</b> if the barcode's module is calculated automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.BarCodeOrientation">
<summary>
<para>Gets or sets how a barcode should be rotated in a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation"/> enumeration value specifying the angle at which a barcode is rotated.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.BinaryData">
<summary>
<para>Gets or sets the byte array to be coded into the PDF417 or ECC200 (Data Matrix) barcode.
</para>
</summary>
<value>An array of <see cref="T:System.Byte"/> values to be coded using the barcode's symbology.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.BinaryDataBase64">
<summary>
<para>For internal use. Accompanies the XML serialization of a barcode's binary data.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.DefaultPadding">
<summary>
<para>Returns an object representing the default padding value for the XRBarCode class.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the default padding for a barcode.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.Module">
<summary>
<para>Gets or sets the width of the narrowest bar or space in the current XRBarCode instance.
</para>
</summary>
<value>The width of the narrowest bar or space (measured in report units).
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.PaddingInfo">
<summary>
<para>Gets or sets the padding values of a barcode (in report units).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object which contains the padding values of a barcode.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.ShowText">
<summary>
<para>Gets or sets a value indicating whether the text is displayed in the <see cref="T:DevExpress.XtraReports.UI.XRBarCode"/> control.
</para>
</summary>
<value><b>true</b> if the text is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.Symbology">
<summary>
<para>Gets or sets the symbology (code type) for the barcode and the text displayed in the <see cref="T:DevExpress.XtraReports.UI.XRBarCode"/> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase"/> class descendant which defines the symbology for the current XRBarCode control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.Text">
<summary>
<para>Gets or sets the textual information to be coded into the PDF417 barcode.
</para>
</summary>
<value>A <see cref="T:System.String"/> to be coded using the PDF417 barcode's symbology.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.TextAlignment">
<summary>
<para>Gets or sets the barcode's text alignment.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the barcode.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBarCode.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Localization.ReportStringId">
<summary>
<para>Contains values corresponding to strings that can be localized for the report designer.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BandDsg_QuantityPerPage">
<summary>
<para>"<b>one band per page</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BandDsg_QuantityPerReport">
<summary>
<para>"<b>one band per report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BCForm_Lbl_Binding">
<summary>
<para>"<b>Binding</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BCForm_Lbl_Property">
<summary>
<para>"<b>Property</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BindingMapperForm_InvalidBindingWarning">
<summary>
<para>"<b>Invalid binding</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.BindingMapperForm_ShowOnlyInvalidBindings">
<summary>
<para>"<b>Show only invalid bindings</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatAppearance">
<summary>
<para>"<b>Appearance</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatBehavior">
<summary>
<para>"<b>Behavior</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatData">
<summary>
<para>"<b>Data</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatDesign">
<summary>
<para>"<b>Design</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatElements">
<summary>
<para>"<b>Elements</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatLayout">
<summary>
<para>"<b>Layout</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatNavigation">
<summary>
<para>"<b>Navigation</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatOptions">
<summary>
<para>"<b>Options</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatPageSettings">
<summary>
<para>"<b>Page Settings</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatParameters">
<summary>
<para>"<b>Parameters</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatPrinting">
<summary>
<para>"<b>Printing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatStructure">
<summary>
<para>"<b>Structure</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.CatUserDesigner">
<summary>
<para>"<b>User Designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_AlignToGrid">
<summary>
<para>"<b>Align To Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_BandMoveDown">
<summary>
<para>"<b>Move Down</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_BandMoveUp">
<summary>
<para>"<b>Move Up</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_BottomMargin">
<summary>
<para>"<b>BottomMargin</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_BringToFront">
<summary>
<para>"<b>Bring To Front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Commands">
<summary>
<para>"<b>Commands</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Copy">
<summary>
<para>"<b>Copy</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Cut">
<summary>
<para>"<b>Cut</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Delete">
<summary>
<para>"<b>Delete</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Detail">
<summary>
<para>"<b>Detail</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_DetailReport">
<summary>
<para>"<b>DetailReport</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_GroupFooter">
<summary>
<para>"<b>GroupFooter</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_GroupHeader">
<summary>
<para>"<b>GroupHeader</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_InsertBand">
<summary>
<para>"<b>Insert Band</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_InsertDetailReport">
<summary>
<para>"<b>Insert Detail Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_InsertUnboundDetailReport">
<summary>
<para>"<b>Unbound</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_PageFooter">
<summary>
<para>"<b>PageFooter</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_PageHeader">
<summary>
<para>"<b>PageHeader</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Paste">
<summary>
<para>"<b>Paste</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_Properties">
<summary>
<para>"<b>Properties</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_ReportFooter">
<summary>
<para>"<b>ReportFooter</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_ReportHeader">
<summary>
<para>"<b>ReportHeader</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_RtfClear">
<summary>
<para>"<b>Clear</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_RtfLoad">
<summary>
<para>"<b>Load File...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_SendToBack">
<summary>
<para>"<b>Send To Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableConvertToLabels">
<summary>
<para>"<b>&Convert To Labels</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableDelete">
<summary>
<para>"<b>Deete</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableDeleteCell">
<summary>
<para>"<b>Cell</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableDeleteColumn">
<summary>
<para>"<b>Column</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableDeleteRow">
<summary>
<para>"<b>Row</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsert">
<summary>
<para>"<b>Insert</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsertCell">
<summary>
<para>"<b>Cell</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsertColumnToLeft">
<summary>
<para>"<b>Column To Left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsertColumnToRight">
<summary>
<para>"<b>Column To Right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsertRowAbove">
<summary>
<para>"<b>Row Above</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TableInsertRowBelow">
<summary>
<para>"<b>Row Below</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_TopMargin">
<summary>
<para>"<b>TopMargin</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Cmd_ViewCode">
<summary>
<para>"<b>View Code</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.DesignerStatus_Height">
<summary>
<para>"<b>Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.DesignerStatus_Location">
<summary>
<para>"<b>Loc</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.DesignerStatus_Size">
<summary>
<para>"<b>Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Dlg_SaveFile_Title">
<summary>
<para>"<b>Save '{0}'</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FindForm_Msg_FinishedSearching">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_SearchDialogFinishedSearching</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FindForm_Msg_TotalFound">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_SearchDialogTotalFound</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_Caption">
<summary>
<para>"<b>Formatting Rule Sheet Editor</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_Msg_MoreThanOneRule">
<summary>
<para>"<b>You selected more than one formatting rule</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_Msg_NoRuleSelected">
<summary>
<para>"<b>No formatting rules are selected</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_TTip_AddRule">
<summary>
<para>"<b>Add a formatting rule</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_TTip_ClearRules">
<summary>
<para>"<b>Clear formatting rules</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_TTip_PurgeRules">
<summary>
<para>"<b>Delete unused formatting rules</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.FRSForm_TTip_RemoveRule">
<summary>
<para>"<b>Remove a formatting rule</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.GroupSort_AddGroup">
<summary>
<para>"<b>Add a Group</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.GroupSort_AddSort">
<summary>
<para>"<b>Add a Sort</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.GroupSort_Delete">
<summary>
<para>"<b>Delete</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.GroupSort_MoveDown">
<summary>
<para>"<b>Move Down</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.GroupSort_MoveUp">
<summary>
<para>"<b>Move Up</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_CantFitBarcodeToControlBounds">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_CantFitBarcodeToControlBounds</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_Caption">
<summary>
<para>"<b>XtraReports</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_CreateReportInstance">
<summary>
<para>"<b>The report currently being edited is of a different type than the one you are trying to open.\r\nDo you want to open the selected report anyway?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_CreateSomeInstance">
<summary>
<para>"<b>Can't create two instances of a class on a form</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_CyclicBookmarks">
<summary>
<para>"<b>There are cyclic bookmarks in the report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_CyclicBoormarks">
<summary>
<para>"<b>There are cyclic bookmarks in the report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_DontSupportMulticolumn">
<summary>
<para><b>Detail reports don't support multicolumn.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ErrorTitle">
<summary>
<para>"<b>Error</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_FileContentCorrupted">
<summary>
<para>"<b>Can't load the report's layout. The file is possibly corrupted or contains incorrect information.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_FileCorrupted">
<summary>
<para>"<b>Can't load the report. The file is possibly corrupted or report's assembly is missing.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_FileNotFound">
<summary>
<para>"<b>File not found.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_FillDataError">
<summary>
<para>"<b>Error when trying to populate the data source. The following exception was thrown:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_GroupSortNoDataSource">
<summary>
<para>"<b>To add a new grouping or sorting level, first provide a data source for the report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_GroupSortWarning">
<summary>
<para>"<b>The group header or footer you want to delete is not empty. Do you want to delete this band along with its controls?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_IncorrectArgument">
<summary>
<para>"<b>Incorrect argument's value</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_IncorrectBandType">
<summary>
<para>"<b>Incorrect band type</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_IncorrectPadding">
<summary>
<para>"<b>The padding should be greater than or equal to 0.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidBarcodeText">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_InvalidBarcodeText</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidBarcodeTextFormat">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_InvalidBarcodeTextFormat</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidCondition">
<summary>
<para>"<b>The condition must be Boolean!</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidExpression">
<summary>
<para>"<b>The specified expression contains invalid symbols (line {0}, character {1}).</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidExpressionEx">
<summary>
<para>"<b>The specified expression is invalid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidLeaderSymbolForXrTocLevel">
<summary>
<para>"<b>Invalid leader symbol.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidMethodCall">
<summary>
<para>"<b>This method call is invalid for the object's current state</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidReportSource">
<summary>
<para>"<b>Can not be set to a descendant of the current report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidXrTocInstance">
<summary>
<para>"<b>No more instances of XRTableOfContents can be added to the report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvalidXrTocInstanceInBand">
<summary>
<para>"<b>No more instances of XRTableOfContents can be added to the band.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_InvPropName">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.Msg_CantFitBarcodeToControlBounds</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_LargeText">
<summary>
<para>"<b>Text is too large.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_NoBookmarksWereFoundInReportForXrToc">
<summary>
<para>"<b>No bookmarks were found in the report. To create a table of contents, specify a bookmark for at least one report element.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_NoCustomFunction">
<summary>
<para>"<b>Custom function '{0}' not found.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_NotEnoughMemoryToPaint">
<summary>
<para>"<b>Not enough memory to paint. Zoom level will be reset.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_PlacingXrTocIntoIncorrectContainer">
<summary>
<para>"<b>The XRTableOfContents control can be placed only into Report Header and Report Footer bands.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ReportImporting">
<summary>
<para>"<b>Importing a report layout. Please, wait...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ScriptCodeIsNotCorrect">
<summary>
<para>"<b>Entered code is not correct</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ScriptError">
<summary>
<para>"<b>There are following errors in script(s):\r\n{0}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ScriptExecutionError">
<summary>
<para>"<b>The following error occurred when the script in procedure {0}:\r\n {1}\r\nProcedure {0} was executed, it will not be called again.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ScriptingErrorTitle">
<summary>
<para>This field is now obsolete. Use the <b>Msg_ErrorTitle</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ScriptingPermissionErrorMessage">
<summary>
<para>"<b>You don't have sufficient permission to execute the scripts in this report.\r\n\r\nDetails:\r\n\r\n{0}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_SerializationErrorTitle">
<summary>
<para>"<b>Serialization Errors</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_ShapeRotationToolTip">
<summary>
<para>"<b>Use Ctrl with the left mouse button to rotate the shape</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningControlsAreOutOfMargin">
<summary>
<para>"<b>Printing warning: The following controls are outside the right page margin, and this will cause extra pages to be printed - {0}.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningControlsAreOverlapped">
<summary>
<para>"<b>Export warning: The following controls are overlapped and may be exported to HTML, RTF, XLS, XLSX, CSV and Text incorrectly - {0}.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningFontNameCantBeEmpty">
<summary>
<para>"<b>The Font name can't be empty.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningRemoveCalculatedFields">
<summary>
<para>"<b>This operation will remove all calculated fields from all data tables. Do you wish to proceed?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningRemoveParameters">
<summary>
<para>"<b>This operation will remove all parameters. Do you wish to proceed?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WarningUnsavedReports">
<summary>
<para>"<b>Printing warning: Save the following reports to preview subreports with recent changes applied - {0}.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Msg_WrongReportClassName">
<summary>
<para>"<b>An error occurred during deserialization - possible wrong report class name</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.MultiColumnDesignMsg1">
<summary>
<para>"<b>Space for repeating columns.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.MultiColumnDesignMsg2">
<summary>
<para>"<b>Controls placed here will be printed incorrectly.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.NewParameterEditorForm_DataAdapter">
<summary>
<para>"<b>Data adapter:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.NewParameterEditorForm_DataMember">
<summary>
<para>"<b>Data member:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.NewParameterEditorForm_DataSource">
<summary>
<para>"<b>Data source:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.NewParameterEditorForm_DisplayMember">
<summary>
<para>"<b>Display member:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.NewParameterEditorForm_ValueMember">
<summary>
<para>"<b>Value member:</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PanelDesignMsg">
<summary>
<para>"<b>Place controls here to keep them together</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ParametersRequest_Caption">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.ParametersRequest_Caption</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ParametersRequest_Reset">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.ParametersRequest_Reset</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ParametersRequest_Submit">
<summary>
<para>This field is now obsolete. Use the <b>DevExpress.XtraPrinting.Localization.PreviewStringId.ParametersRequest_Submit</b> field, instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_GroupMain_Caption">
<summary>
<para>"<b>Main</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_GroupMain_Description">
<summary>
<para>"<b>Main settings(Fields, Layout).</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_GroupPrinting_Caption">
<summary>
<para>"<b>Printing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_GroupPrinting_Description">
<summary>
<para>"<b>Printing option management for the current XRPivotGrid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemAppearances_Caption">
<summary>
<para>"<b>Appearances</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemAppearances_Description">
<summary>
<para>"<b>Adjust the print appearances of the current XRPivotGrid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemFields_Caption">
<summary>
<para>"<b>Fields</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemFields_Description">
<summary>
<para>"<b>Manage fields.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemLayout_Caption">
<summary>
<para>"<b>Layout</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemLayout_Description">
<summary>
<para>"<b>Customize the current XRPivotGrid's layout and preview its data.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemSettings_Caption">
<summary>
<para>"<b>Printing Settings</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridForm_ItemSettings_Description">
<summary>
<para>"<b>Adjust the printing settings for the current XRPivotGrid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Appearances_DescriptionText">
<summary>
<para>"<b>Select one or more of the Appearance objects to customize the printing appearances of the corresponding visual elements.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Fields_ColumnsText">
<summary>
<para>"<b>XRPivotGrid Fields</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Fields_DescriptionText1">
<summary>
<para>"<b>You can add and delete XRPivotGrid fields and modify their settings.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Fields_DescriptionText2">
<summary>
<para>"<b>Select and drag field to the PivotGrid fields panel to create PivotGrid field.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Layouts_DescriptionText">
<summary>
<para>"<b>Modify the XRPivotGrid's layout (sorting settings, field arrangement) and click the Apply button to apply the modifications to the current XRPivotGrid. You can also save the layout to an XML file (this can be loaded and applied to other views at design time and runtime).</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Layouts_SelectorCaption1">
<summary>
<para>"<b>Hide fields selector</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.PivotGridFrame_Layouts_SelectorCaption2">
<summary>
<para>"<b>Show fields selector</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RepTabCtl_Designer">
<summary>
<para>"<b>Designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RepTabCtl_HtmlView">
<summary>
<para>"<b>HTML View</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RepTabCtl_Preview">
<summary>
<para>"<b>Preview</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RepTabCtl_ReportStatus">
<summary>
<para>"<b>{0} {{ PaperKind: {1} }}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RepTabCtl_Scripts">
<summary>
<para>"<b>Scripts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignBottom_Caption">
<summary>
<para>"<b>Align Bottoms</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignBottom_STipContent">
<summary>
<para>"<b>Align the bottoms of the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignBottom_STipTitle">
<summary>
<para>"<b>Align Bottoms</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignHorizontalCenters_Caption">
<summary>
<para>"<b>Align Middles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignHorizontalCenters_STipContent">
<summary>
<para>"<b>Align the centers of the selected controls horizontally.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignHorizontalCenters_STipTitle">
<summary>
<para>"<b>Align Middles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignLeft_Caption">
<summary>
<para>"<b>Align Lefts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignLeft_STipContent">
<summary>
<para>"<b>Left align the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignLeft_STipTitle">
<summary>
<para>"<b>Align Lefts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignRight_Caption">
<summary>
<para>"<b>Align Rights</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignRight_STipContent">
<summary>
<para>"<b>Right align the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignRight_STipTitle">
<summary>
<para>"<b>Align Rights</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignToGrid_Caption">
<summary>
<para>"<b>Align to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignToGrid_STipContent">
<summary>
<para>"<b>Align the positions of the selected controls to the grid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignToGrid_STipTitle">
<summary>
<para>"<b>Align to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignTop_Caption">
<summary>
<para>"<b>Align Tops</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignTop_STipContent">
<summary>
<para>"<b>Align the tops of the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignTop_STipTitle">
<summary>
<para>"<b>Align Tops</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignVerticalCenters_Caption">
<summary>
<para>"<b>Align Centers</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignVerticalCenters_STipContent">
<summary>
<para>"<b>Align the centers of the selected controls vertically.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_AlignVerticalCenters_STipTitle">
<summary>
<para>"<b>Align Centers</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BackColor_Caption">
<summary>
<para>"<b>Background Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BackColor_STipContent">
<summary>
<para>"<b>Change the text background color.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BackColor_STipTitle">
<summary>
<para>"<b>Background Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BringToFront_Caption">
<summary>
<para>"<b>Bring to Front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BringToFront_STipContent">
<summary>
<para>"<b>Bring the selected controls to the front.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_BringToFront_STipTitle">
<summary>
<para>"<b>Bring to Front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterHorizontally_Caption">
<summary>
<para>"<b>Center Horizontally</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterHorizontally_STipContent">
<summary>
<para>"<b>Horizontally center the selected controls within a band.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterHorizontally_STipTitle">
<summary>
<para>"<b>Center Horizontally</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterVertically_Caption">
<summary>
<para>"<b>Center Vertically</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterVertically_STipContent">
<summary>
<para>"<b>Vertically center the selected controls within a band.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_CenterVertically_STipTitle">
<summary>
<para>"<b>Center Vertically</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Close_Caption">
<summary>
<para>"<b>Close</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Close_STipContent">
<summary>
<para>"<b>Close the current report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Close_STipTitle">
<summary>
<para>"<b>Close</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Copy_Caption">
<summary>
<para>"<b>Copy</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Copy_STipContent">
<summary>
<para>"<b>Copy the selected controls and put them on the Clipboard.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Copy_STipTitle">
<summary>
<para>"<b>Copy</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Cut_Caption">
<summary>
<para>"<b>Cut</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Cut_STipContent">
<summary>
<para>"<b>Cut the selected controls from the report and put them on the Clipboard.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Cut_STipTitle">
<summary>
<para>"<b>Cut</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Exit_Caption">
<summary>
<para>"<b>Exit</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Exit_STipContent">
<summary>
<para>"<b>Close the report designer.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Exit_STipTitle">
<summary>
<para>"<b>Exit</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontBold_Caption">
<summary>
<para>"<b>Bold</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontBold_STipContent">
<summary>
<para>"<b>Make the selected text bold.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontBold_STipTitle">
<summary>
<para>"<b>Bold</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontItalic_Caption">
<summary>
<para>"<b>Italic</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontItalic_STipContent">
<summary>
<para>"<b>Italicize the text.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontItalic_STipTitle">
<summary>
<para>"<b>Italic</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontName_STipContent">
<summary>
<para>"<b>Change the font face.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontName_STipTitle">
<summary>
<para>"<b>Font</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontSize_STipContent">
<summary>
<para>"<b>Change the font size.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontSize_STipTitle">
<summary>
<para>"<b>Font Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontUnderline_Caption">
<summary>
<para>"<b>Underline</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontUnderline_STipContent">
<summary>
<para>"<b>Underline the selected text.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_FontUnderline_STipTitle">
<summary>
<para>"<b>Underline</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ForeColor_Caption">
<summary>
<para>"<b>Foreground Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ForeColor_STipContent">
<summary>
<para>"<b>Change the text foreground color.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ForeColor_STipTitle">
<summary>
<para>"<b>Foreground Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceConcatenate_Caption">
<summary>
<para>"<b>Remove Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceConcatenate_STipContent">
<summary>
<para>"<b>Remove the horizontal spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceConcatenate_STipTitle">
<summary>
<para>"<b>Remove Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceDecrease_Caption">
<summary>
<para>"<b>Decrease Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceDecrease_STipContent">
<summary>
<para>"<b>Decrease the horizontal spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceDecrease_STipTitle">
<summary>
<para>"<b>Decrease Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceIncrease_Caption">
<summary>
<para>"<b>Increase Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceIncrease_STipContent">
<summary>
<para>"<b>Increase the horizontal spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceIncrease_STipTitle">
<summary>
<para>"<b>Increase Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceMakeEqual_Caption">
<summary>
<para>"<b>Make Horizontal Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceMakeEqual_STipContent">
<summary>
<para>"<b>Make the horizontal spacing between the selected controls equal.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HorizSpaceMakeEqual_STipTitle">
<summary>
<para>"<b>Make Horizontal Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlBackward_Caption">
<summary>
<para>"<b>Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlBackward_STipContent">
<summary>
<para>"<b>Move back to the previous page.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlBackward_STipTitle">
<summary>
<para>"<b>Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlFind_Caption">
<summary>
<para>"<b>Find</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlFind_STipContent">
<summary>
<para>"<b>Find the text on this page.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlFind_STipTitle">
<summary>
<para>"<b>Find</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlForward_Caption">
<summary>
<para>"<b>Forward</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlForward_STipContent">
<summary>
<para>"<b>Move forward to the next page.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlForward_STipTitle">
<summary>
<para>"<b>Forward</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlHome_Caption">
<summary>
<para>"<b>Home</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlHome_STipContent">
<summary>
<para>"<b>Display the home page.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlHome_STipTitle">
<summary>
<para>"<b>Home</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlPageText">
<summary>
<para>"<b>HTML View</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlRefresh_Caption">
<summary>
<para>"<b>Refresh</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlRefresh_STipContent">
<summary>
<para>"<b>Refresh this page.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_HtmlRefresh_STipTitle">
<summary>
<para>"<b>Refresh</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyCenter_Caption">
<summary>
<para>"<b>Center Text</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyCenter_STipContent">
<summary>
<para>"<b>Center text</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyCenter_STipTitle">
<summary>
<para>"<b>Center Text</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyJustify_Caption">
<summary>
<para>"<b>Justify</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyJustify_STipContent">
<summary>
<para>"<b>Align text to both the left and right sides, adding extra space between words as necessary.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyJustify_STipTitle">
<summary>
<para>"<b>Justify</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyLeft_Caption">
<summary>
<para>"<b>Align Text Left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyLeft_STipContent">
<summary>
<para>"<b>Align text to the left.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyLeft_STipTitle">
<summary>
<para>"<b>Align Text Left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyRight_Caption">
<summary>
<para>"<b>Align Text Right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyRight_STipContent">
<summary>
<para>"<b>Align text to the right.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_JustifyRight_STipTitle">
<summary>
<para>"<b>Align Text Right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReport_Caption">
<summary>
<para>"<b>New Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReport_Description">
<summary>
<para>"<b>Create a new blank report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReport_STipContent">
<summary>
<para>"<b>Create a new blank report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReport_STipTitle">
<summary>
<para>"<b>New Blank Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReportWizard_Caption">
<summary>
<para>"<b>New Report via Wizard...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReportWizard_Description">
<summary>
<para>"<b>Launch the report wizard to create a new report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReportWizard_STipContent">
<summary>
<para>"<b>Launch the report wizard to create a new report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_NewReportWizard_STipTitle">
<summary>
<para>"<b>New Report via Wizard</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_OpenFile_Caption">
<summary>
<para>"<b>Open...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_OpenFile_STipContent">
<summary>
<para>"<b>Open a report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_OpenFile_STipTitle">
<summary>
<para>"<b>Open Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Alignment">
<summary>
<para>"<b>Alignment</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Edit">
<summary>
<para>"<b>Edit</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Font">
<summary>
<para>"<b>Font</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_HtmlNavigation">
<summary>
<para>"<b>Navigation</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Report">
<summary>
<para>"<b>Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Scripts">
<summary>
<para>"<b>Scripts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_SizeAndLayout">
<summary>
<para>"<b>Layout</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_View">
<summary>
<para>"<b>View</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageGroup_Zoom">
<summary>
<para>"<b>Zoom</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_PageText">
<summary>
<para>"<b>Report Designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Paste_Caption">
<summary>
<para>"<b>Paste</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Paste_STipContent">
<summary>
<para>"<b>Paste the contents of the Clipboard.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Paste_STipTitle">
<summary>
<para>"<b>Paste</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Redo_Caption">
<summary>
<para>"<b>Redo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Redo_STipContent">
<summary>
<para>"<b>Redo the last operation.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Redo_STipTitle">
<summary>
<para>"<b>Redo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveAll_Caption">
<summary>
<para>"<b>Save All</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveAll_STipContent">
<summary>
<para>"<b>Save all modified reports.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveAll_STipTitle">
<summary>
<para>"<b>Save All Reports</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFile_Caption">
<summary>
<para>"<b>Save</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFile_Description">
<summary>
<para>"<b>Save the current report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFile_STipContent">
<summary>
<para>"<b>Save the current report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFile_STipTitle">
<summary>
<para>"<b>Save Report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFileAs_Caption">
<summary>
<para>"<b>Save As...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFileAs_Description">
<summary>
<para>"<b>Save the current report with a new name.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFileAs_STipContent">
<summary>
<para>"<b>Save the current report with a new name.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SaveFileAs_STipTitle">
<summary>
<para>"<b>Save Report As</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Scripts_Caption">
<summary>
<para>"<b>Scripts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Scripts_STipContent">
<summary>
<para>"<b>Show or hide the Scripts Editor.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Scripts_STipTitle">
<summary>
<para>"<b>Show/Hide Scripts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SendToBack_Caption">
<summary>
<para>"<b>Send to Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SendToBack_STipContent">
<summary>
<para>"<b>Move the selected controls to the back.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SendToBack_STipTitle">
<summary>
<para>"<b>Send to Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControl_Caption">
<summary>
<para>"<b>Make Same Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControl_STipContent">
<summary>
<para>"<b>Make the selected controls have the same size.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControl_STipTitle">
<summary>
<para>"<b>Make Same Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlHeight_Caption">
<summary>
<para>"<b>Make Same Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlHeight_STipContent">
<summary>
<para>"<b>Make the selected controls have the same height.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlHeight_STipTitle">
<summary>
<para>"<b>Make Same Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlWidth_Caption">
<summary>
<para>"<b>Make Same Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlWidth_STipContent">
<summary>
<para>"<b>Make the selected controls have the same width.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToControlWidth_STipTitle">
<summary>
<para>"<b>"Make Same Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToGrid_Caption">
<summary>
<para>"<b>Size to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToGrid_STipContent">
<summary>
<para>"<b>Size the selected controls to the grid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_SizeToGrid_STipTitle">
<summary>
<para>"<b>Size to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_StatusBar_HtmlDone">
<summary>
<para>"<b>Done</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_StatusBar_HtmlProcessing">
<summary>
<para>"<b>Processing...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ToolboxControlsPage">
<summary>
<para>"<b>Toolbox Controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Undo_Caption">
<summary>
<para>"<b>Undo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Undo_STipContent">
<summary>
<para>"<b>Undo the last operation.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Undo_STipTitle">
<summary>
<para>"<b>Undo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceConcatenate_Caption">
<summary>
<para>"<b>Remove Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceConcatenate_STipContent">
<summary>
<para>"<b>Remove the vertical spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceConcatenate_STipTitle">
<summary>
<para>"<b>Remove Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceDecrease_Caption">
<summary>
<para>"<b>Decrease Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceDecrease_STipContent">
<summary>
<para>"<b>Decrease the vertical spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceDecrease_STipTitle">
<summary>
<para>"<b>Decrease Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceIncrease_Caption">
<summary>
<para>"<b>Increase Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceIncrease_STipContent">
<summary>
<para>"<b>Increase the vertical spacing between the selected controls.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceIncrease_STipTitle">
<summary>
<para>"<b>Increase Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceMakeEqual_Caption">
<summary>
<para>"<b>Make Vertical Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceMakeEqual_STipContent">
<summary>
<para>"<b>Make the vertical spacing between the selected controls equal.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_VertSpaceMakeEqual_STipTitle">
<summary>
<para>"<b>Make Vertical Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Windows_Caption">
<summary>
<para>"<b>Windows</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Windows_STipContent">
<summary>
<para>"<b>Show or hide the Tool Box, Report Explorer, Field List and Property Grid windows.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Windows_STipTitle">
<summary>
<para>"<b>Show/Hide Windows</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Zoom_Caption">
<summary>
<para>"<b>Zoom</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Zoom_STipContent">
<summary>
<para>"<b>Change the zoom level of the document designer.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_Zoom_STipTitle">
<summary>
<para>"<b>Zoom</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomExact_Caption">
<summary>
<para>"<b>Exact</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomIn_Caption">
<summary>
<para>"<b>Zoom In</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomIn_STipContent">
<summary>
<para>"<b>Zoom in to get a close-up view of the report.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomIn_STipTitle">
<summary>
<para>"<b>Zoom In</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomOut_Caption">
<summary>
<para>"<b>Zoom Out</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomOut_STipContent">
<summary>
<para>"<b>Zoom out to see more of the report at a reduced size.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.RibbonXRDesign_ZoomOut_STipTitle">
<summary>
<para>"<b>Zoom Out</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ClickValidate">
<summary>
<para>@"<b>Click ""Validate"" to check scripts.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ErrorColumn">
<summary>
<para>"<b>Column</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ErrorDescription">
<summary>
<para>"<b>Description</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ErrorLine">
<summary>
<para>"<b>Line</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_NewString">
<summary>
<para>"<b>(New)</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ScriptHasBeenChanged">
<summary>
<para>"<b>The error log is unrelated to the actual script, because the script has been changed after its last validation.\r\nTo see the actual script errors, click the Validate button again.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_ScriptsAreValid">
<summary>
<para>"<b>All scripts are valid.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.ScriptEditor_Validate">
<summary>
<para>"<b>Validate</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Height">
<summary>
<para>"<b>Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Horizontal_Pitch">
<summary>
<para>"<b>Horizontal pitch</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Number_Across">
<summary>
<para>"<b>Number Across</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Number_Down">
<summary>
<para>"<b>Number\r\nDown</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Side_Margins">
<summary>
<para>"<b>Side margins</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Top_Margin">
<summary>
<para>"<b>Top\r\nmargin</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Vertical_Pitch">
<summary>
<para>"<b>Vertical\r\npitch</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SR_Width">
<summary>
<para>"<b>Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Btn_Close">
<summary>
<para>"<b>Close</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Caption">
<summary>
<para>"<b>Styles Editor</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_FileFilter">
<summary>
<para>"<b>Report StyleSheet files (*.repss)|*.repss|All files (*.*)|*.*</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_InvalidFileFormat">
<summary>
<para>"<b>Invalid file format</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_MoreThanOneStyle">
<summary>
<para>"<b>You selected more than one style</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_NoStyleSelected">
<summary>
<para>"<b>No styles are selected</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_SelectedStylesText">
<summary>
<para>"<b> selected styles..."</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_StyleNamePreviewPostfix">
<summary>
<para>"<b> style</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_Msg_StyleSheetError">
<summary>
<para>"<b>StyleSheet error</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_AddStyle">
<summary>
<para>"<b>Add a style</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_ClearStyles">
<summary>
<para>"<b>Clear styles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_LoadStyles">
<summary>
<para>"<b>Load styles from a file</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_PurgeStyles">
<summary>
<para>"<b>Delete unused styles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_RemoveStyle">
<summary>
<para>"<b>Remove a style</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.SSForm_TTip_SaveStyles">
<summary>
<para>"<b>Save styles to a file</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Capt_Format">
<summary>
<para>"<b>{0} {1}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Capt_Tasks">
<summary>
<para>"<b>Tasks</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_Bands">
<summary>
<para>"<b>Bands</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_Checked">
<summary>
<para>"<b>Checked</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_ColumnCount">
<summary>
<para>"<b>Column Count</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_ColumnLayout">
<summary>
<para>"<b>Multi-Column Layout</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_ColumnMode">
<summary>
<para>"<b>Multi-Column Mode</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_ColumnSpacing">
<summary>
<para>"<b>Column Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_ColumnWidth">
<summary>
<para>"<b>Column Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_DataBinding">
<summary>
<para>"<b>Data Binding</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_FieldArea">
<summary>
<para>"<b>Field Area for a New Field</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_FormatString">
<summary>
<para>"<b>Format String</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_Height">
<summary>
<para>"<b>Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.STag_Name_PreviewRowCount">
<summary>
<para>"<b>Preview Row Count</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignBottoms">
<summary>
<para>"<b>Bottoms</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignCenters">
<summary>
<para>"<b>Centers</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignLefts">
<summary>
<para>"<b>Lefts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignMiddles">
<summary>
<para>"<b>Middles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignRights">
<summary>
<para>"<b>Rights</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignToGrid">
<summary>
<para>"<b>to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_AlignTops">
<summary>
<para>"<b>Tops</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_BackGroundColor">
<summary>
<para>"<b>Background Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_CenterInFormHorizontally">
<summary>
<para>"<b>Horizontally</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_CenterInFormVertically">
<summary>
<para>"<b>Vertically</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Close">
<summary>
<para>"<b>Close</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Copy">
<summary>
<para>"<b>Copy"</b>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Cut">
<summary>
<para>"<b>Cut</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Delete">
<summary>
<para>"<b>Delete</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Exit">
<summary>
<para>"<b>Exit</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_FontBold">
<summary>
<para>"<b>Bold</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_FontItalic">
<summary>
<para>"<b>Italic</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_FontUnderline">
<summary>
<para>"<b>Underline</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ForegroundColor">
<summary>
<para>"<b>Foreground Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_FormattingToolbarName">
<summary>
<para>"<b>Formatting Toolbar</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_JustifyCenter">
<summary>
<para>"<b>Center</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_JustifyJustify">
<summary>
<para>"<b>Justify</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_JustifyLeft">
<summary>
<para>"<b>Left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_JustifyRight">
<summary>
<para>"<b>Rights</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_LayoutToolbarName">
<summary>
<para>"<b>Layout Toolbar</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MainMenuName">
<summary>
<para>"<b>Main Menu</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MakeSameSizeBoth">
<summary>
<para>"<b>Both</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MakeSameSizeHeight">
<summary>
<para>"<b>Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MakeSameSizeSizeToGrid">
<summary>
<para>"<b>Size to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MakeSameSizeWidth">
<summary>
<para>"<b>Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MdiCascade">
<summary>
<para>"<b>Cascade</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MdiTileHorizontal">
<summary>
<para>"<b>Tile Horizontal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_MdiTileVertical">
<summary>
<para>"<b>Tile Vertical</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_NewReport">
<summary>
<para>"<b>New</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_NewWizardReport">
<summary>
<para>"<b>New via Wizard...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_OpenFile">
<summary>
<para>"<b>Open...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_OrderBringToFront">
<summary>
<para>"<b>Bring to Front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_OrderSendToBack">
<summary>
<para>"<b>Send to Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Paste">
<summary>
<para>"<b>Paste</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Redo">
<summary>
<para>"<b>Redo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SaveAll">
<summary>
<para>"<b>Save All</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SaveFile">
<summary>
<para>"<b>Save</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SaveFileAs">
<summary>
<para>"<b>Save As...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SelectAll">
<summary>
<para>"<b>Select All</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SpacingDecrease">
<summary>
<para>"<b>Decrease</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SpacingIncrease">
<summary>
<para>"<b>Increase</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SpacingMakeEqual">
<summary>
<para>"<b>Make Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_SpacingRemove">
<summary>
<para>"<b>Remove</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_StatusBarName">
<summary>
<para>"<b>Status Bar</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_TabbedInterface">
<summary>
<para>"<b>Tabbed Interface</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ToolbarName">
<summary>
<para>"<b>Toolbar</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Undo">
<summary>
<para>"<b>Undo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_Zoom">
<summary>
<para>"<b>Zoom</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ZoomFactor">
<summary>
<para>"<b>Zoom Factor: {0}%</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ZoomIn">
<summary>
<para>"<b>Zoom In</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ZoomOut">
<summary>
<para>"<b>Zoom Out</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Capt_ZoomToolbarName">
<summary>
<para>"<b>Zoom Toolbar</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_FormCaption">
<summary>
<para>"<b>Report Designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Align">
<summary>
<para>"<b>Align</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_CenterInForm">
<summary>
<para>"<b>Center in Form</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_DockPanelsList">
<summary>
<para>"<b>Windows</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Edit">
<summary>
<para>"<b>Edit</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_File">
<summary>
<para>"<b>File</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Font">
<summary>
<para>"<b>Font</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Format">
<summary>
<para>"<b>Format</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_HorizontalSpacing">
<summary>
<para>"<b>Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Justify">
<summary>
<para>"<b>Justify</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_MakeSameSize">
<summary>
<para>"<b>Make Same Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Order">
<summary>
<para>"<b>Order</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_TabButtonsList">
<summary>
<para>"<b>Tab Buttons</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_ToolbarsList">
<summary>
<para>"<b>Toolbars</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_VerticalSpacing">
<summary>
<para>"<b>Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_View">
<summary>
<para>"<b>View</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Group_Window">
<summary>
<para>"<b>Window</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignBottoms">
<summary>
<para>"<b>Align the bottoms of the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignCenters">
<summary>
<para>"<b>Align the centers of the selected controls vertically</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignLefts">
<summary>
<para>"<b>Left align the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignMiddles">
<summary>
<para>"<b>Align the centers of the selected controls horizontally</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignRights">
<summary>
<para>"<b>Right align the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignToGrid">
<summary>
<para>"<b>Align the positions of the selected controls to the grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_AlignTops">
<summary>
<para>"<b>Align the tops of the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_BackGroundColor">
<summary>
<para>"<b>Set the background color of the control</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_CenterInFormHorizontally">
<summary>
<para>"<b>Horizontally center the selected controls within a band</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_CenterInFormVertically">
<summary>
<para>"<b>Vertically center the selected controls within a band</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Close">
<summary>
<para>"<b>Close the report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Copy">
<summary>
<para>"<b>Copy the control to the clipboard</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Cut">
<summary>
<para>"<b>Delete the control and copy it to the clipboard</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Delete">
<summary>
<para>"<b>Delete the control</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Exit">
<summary>
<para>"<b>Close the designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_FontBold">
<summary>
<para>"<b>Make the font bold</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_FontItalic">
<summary>
<para>"<b>Make the font italic</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_FontUnderline">
<summary>
<para>"<b>Underline the font</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ForegroundColor">
<summary>
<para>"<b>Set the foreground color of the control</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_JustifyCenter">
<summary>
<para>"<b>Align the control's text to the center</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_JustifyJustify">
<summary>
<para>"<b>Justify the control's text</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_JustifyLeft">
<summary>
<para>"<b>Align the control's text to the left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_JustifyRight">
<summary>
<para>"<b>Align the control's text to the right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MakeSameSizeBoth">
<summary>
<para>"<b>Make the selected controls the same size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MakeSameSizeHeight">
<summary>
<para>"<b>Make the selected controls have the same height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MakeSameSizeSizeToGrid">
<summary>
<para>"<b>Size the selected controls to the grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MakeSameSizeWidth">
<summary>
<para>"<b>Make the selected controls have the same width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MdiCascade">
<summary>
<para>"<b>Arrange all open documents cascaded, so that they overlap each other</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MdiTileHorizontal">
<summary>
<para>"<b>Arrange all open documents from top to bottom</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_MdiTileVertical">
<summary>
<para>"<b>Arrange all open documents from left to right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_NewReport">
<summary>
<para>"<b>Create a new blank report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_NewWizardReport">
<summary>
<para>"<b>Create a new report using the Wizard</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_OpenFile">
<summary>
<para>"<b>Open a report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_OrderBringToFront">
<summary>
<para>"<b>Bring the selected controls to the front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_OrderSendToBack">
<summary>
<para>"<b>Move the selected controls to the back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Paste">
<summary>
<para>"<b>Add the control from the clipboard</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Redo">
<summary>
<para>"<b>Redo the last operation"</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SaveAll">
<summary>
<para>"<b>Save all reports</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SaveFile">
<summary>
<para>"<b>Save the report</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SaveFileAs">
<summary>
<para>"<b>Save the report with a new name</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SelectAll">
<summary>
<para>"<b>Select all the controls in the document</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SpacingDecrease">
<summary>
<para>"<b>Decrease the spacing between the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SpacingIncrease">
<summary>
<para>"<b>Increase the spacing between the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SpacingMakeEqual">
<summary>
<para>"<b>Make the spacing between the selected controls equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_SpacingRemove">
<summary>
<para>"<b>Remove the spacing between the selected controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_TabbedInterface">
<summary>
<para>"<b>Switch between tabbed and window MDI layout modes</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Undo">
<summary>
<para>"<b>Undo the last operation</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ViewBars">
<summary>
<para>"<b>Hide or show the {0}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ViewDockPanels">
<summary>
<para>"<b>Hide or show the {0} window</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ViewTabs">
<summary>
<para>"<b>Switch to the {0} tab</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_Zoom">
<summary>
<para>"<b>Select or input the zoom factor</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ZoomIn">
<summary>
<para>"<b>Zoom in the design surface</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Hint_ZoomOut">
<summary>
<para>"<b>Zoom out the design surface</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Msg_MdiReportChanged">
<summary>
<para>"<b>\"{0}\" has been changed. Do you want to save changes ?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Msg_ReportChanged">
<summary>
<para>"<b>Report has been changed. Do you want to save changes ?</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_PropertyGrid_NotSetText">
<summary>
<para>"<b>(Not set)</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_ReportDesigner">
<summary>
<para>"<b>Report Designer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_SaveFileDialog_DialogFilter">
<summary>
<para>"<b>Report Files (*{0})|*{1}|All Files (*.*)|*.*</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_ErrorList">
<summary>
<para>"<b>Scripts Errors</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_FieldList">
<summary>
<para>"<b>Field List</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_FieldList_AddNewDataSourceText">
<summary>
<para>"<b>Add New data source</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_FieldList_NoneNodeText">
<summary>
<para>"<b>(None)</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_FieldList_NonePickerNodeText">
<summary>
<para>"<b>None</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_FieldList_ProjectObjectsText">
<summary>
<para>"<b>Project Objects</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_GroupAndSort">
<summary>
<para>"<b>Group and Sort</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_PropertyGrid">
<summary>
<para>"<b>Property Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_ReportExplorer">
<summary>
<para>"<b>Report Explorer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_ReportExplorer_Components">
<summary>
<para>"<b>Components</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_ReportExplorer_NullControl">
<summary>
<para>"<b>None</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_Title_ToolBox">
<summary>
<para>"<b>Tool Box</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignBottom">
<summary>
<para>"<b>Align Bottoms</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignHorizontalCenters">
<summary>
<para>"<b>Align Middles</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignLeft">
<summary>
<para>"<b>Align Lefts</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignRight">
<summary>
<para>"<b>Align Rights</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignToGrid">
<summary>
<para>"<b>Align to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignTop">
<summary>
<para>"<b>Align Tops</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_AlignVerticalCenters">
<summary>
<para>"<b>Align Centers</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_BringToFront">
<summary>
<para>"<b>Bring to Front</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_CenterHorizontally">
<summary>
<para>"<b>Center Horizontally</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_CenterVertically">
<summary>
<para>"<b>CenterVertically</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_DataMemberDescription">
<summary>
<para>"<b>\r\n\r\nDataMember: {0}</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_EditCopy">
<summary>
<para>"<b>Copy</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_EditCut">
<summary>
<para>"<b>Cut</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_EditPaste">
<summary>
<para>"<b>Paste</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FileOpen">
<summary>
<para>"<b>Open File</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FileSave">
<summary>
<para>"<b>Save File</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatAlignLeft">
<summary>
<para>"<b>Align Left</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatAlignRight">
<summary>
<para>"<b>Align Right</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatBackColor">
<summary>
<para>"<b>Background Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatBold">
<summary>
<para>"<b>Bold</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatCenter">
<summary>
<para>"<b>Center</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatFontName">
<summary>
<para>"<b>Font Name</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatFontSize">
<summary>
<para>"<b>Font Size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatForeColor">
<summary>
<para>"<b>Foreground Color</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatItalic">
<summary>
<para>"<b>Italic</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatJustify">
<summary>
<para>"<b>Justify</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_FormatUnderline">
<summary>
<para>"<b>Underline</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_HorizSpaceConcatenate">
<summary>
<para>"<b>Remove Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_HorizSpaceDecrease">
<summary>
<para>"<b>Decrease Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_HorizSpaceIncrease">
<summary>
<para>"<b>Increase Horizontal Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_HorizSpaceMakeEqual">
<summary>
<para>"<b>Make Horizontal Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_ItemDescription">
<summary>
<para>"<b>Drag-and-drop this item to create a control bound to it;\r\n- or -\r\nDrag this item with the right mouse button or SHIFT\r\nto select a bound control from the popup menu;\r\n- or -\r\nUse the context menu to add a calculated field or parameter.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_Redo">
<summary>
<para>"<b>Redo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_SendToBack">
<summary>
<para>"<b>Send to Back</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_SizeToControl">
<summary>
<para>"<b>Make Same size</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_SizeToControlHeight">
<summary>
<para>"<b>Make Same Height</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_SizeToControlWidth">
<summary>
<para>"<b>Make Same Width</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_SizeToGrid">
<summary>
<para>"<b>Size to Grid</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_TableDescription">
<summary>
<para>"<b>Drag-and-drop this item to create a table with its items;\r\n- or -\r\nDrag this item with the right mouse button or SHIFT\r\nto create a 'header' table with field names;\r\n- or -\r\nUse the context menu to add a calculated field or parameter.</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_Undo">
<summary>
<para>"<b>Undo</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_VertSpaceConcatenate">
<summary>
<para>"<b>Remove Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_VertSpaceDecrease">
<summary>
<para>"<b>Decrease Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_VertSpaceIncrease">
<summary>
<para>"<b>Increase Vertical Spacing</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_TTip_VertSpaceMakeEqual">
<summary>
<para>"<b>Make Vertical Spacing Equal</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_XtraReportsPointerItemCaption">
<summary>
<para>"<b>Pointer</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.UD_XtraReportsToolboxCategoryName">
<summary>
<para>"<b>Standard Controls</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_About">
<summary>
<para>"<b>About</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_AddFieldToArea">
<summary>
<para>"<b>Add Field to Area</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Bind">
<summary>
<para>"<b>Bind</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Delete">
<summary>
<para>"<b>Delete...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_EditBands">
<summary>
<para>"<b>Edit and Reorder Bands...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_EditBindings">
<summary>
<para>"<b>Edit Bindings...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_EditGroupFields">
<summary>
<para>"<b>Edit GroupFields...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_EditText">
<summary>
<para>"<b>Edit Text</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Export">
<summary>
<para>"<b>Save/Export...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_FormatString">
<summary>
<para>"<b>Format String...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Import">
<summary>
<para>"<b>Open/Import...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Insert">
<summary>
<para>"<b>Insert...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_LoadReportTemplate">
<summary>
<para>"<b>Load Report Template...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_ReportWizard">
<summary>
<para>"<b>Design in Report Wizard...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_RTFClear">
<summary>
<para>"<b>Clear</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_RTFLoad">
<summary>
<para>"<b>Load File...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_RunDesigner">
<summary>
<para>"<b>Run Designer...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_Save">
<summary>
<para>"<b>Save..."</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Verb_SummaryWizard">
<summary>
<para>"<b>Summary...</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.Wizard_PageChooseFields_Msg">
<summary>
<para>"<b>You must select fields for the report before you continue</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.XRSubreport_NameInfo">
<summary>
<para>"<b>Name: {0}\r\n</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.XRSubreport_NullReportSourceInfo">
<summary>
<para>"<b>Null</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.XRSubreport_ReportSourceInfo">
<summary>
<para>"<b>Report Source: {0}\r\n</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.XRSubreport_ReportSourceUrlInfo">
<summary>
<para>"<b>Report Source Url: {0}\r\n</b>"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportStringId.XRTableOfContents_LevelCollectionEditor_Title">
<summary>
<para>"<b>Table of Contents Level Collection Editor</b>"
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.ReportPrintOptions">
<summary>
<para>Provides options that define how a report is printed in various circumstances.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportPrintOptions.#ctor">
<summary>
<para>Initializes a new instance of the ReportPrintOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintOptions.BlankDetailCount">
<summary>
<para>Specifies how many times the empty Detail band is repeated before printing the regular data.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintOptions.DetailCount">
<summary>
<para>Specifies how many times the Detail band should be printed when a data source is defined for the report, and it is not empty.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintOptions.DetailCountAtDesignTime">
<summary>
<para>Specifies how many times the Detail band is printed when a report is being previewed at design time.
</para>
</summary>
<value>An integer value, specifying the number of detail records displayed in the report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintOptions.DetailCountOnEmptyDataSource">
<summary>
<para>Specifies how many times the Detail band should be printed when no data source is defined for the report.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportPrintOptions.PrintOnEmptyDataSource">
<summary>
<para>Specifies whether or not a report should be printed if its data source is empty.
</para>
</summary>
<value><b>true</b> to allow printing a report when its data source is empty; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.StylePriority">
<summary>
<para>A container of settings that determine which properties of a style assigned to a control should override the corresponding properties of a control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.StylePriority.#ctor">
<summary>
<para>Initializes a new instance of the StylePriority class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseBackColor">
<summary>
<para>Gets or sets a value indicating whether the control's background color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the background color should be obtained from a style; <b>false</b> if the background color should be obtained from the control's <b>BackColor</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderColor">
<summary>
<para>Gets or sets a value indicating whether the control's border color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the border color should be obtained from a style; <b>false</b> if the border color should be obtained from the control's <b>BorderColor</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderDashStyle">
<summary>
<para>Gets or sets a value indicating whether the control's border dash style should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the border dash style should be obtained from a style; <b>false</b> if the border dash style should be obtained from the control's <b>BorderDashStyle</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorders">
<summary>
<para>Gets or sets a value indicating whether the control's borders settings should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the borders settings should be obtained from a style; <b>false</b> if the borders settings should be obtained from the control's <b>Borders</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseBorderWidth">
<summary>
<para>Gets or sets a value indicating whether the control's border width should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the border width should be obtained from a style; <b>false</b> if the border width should be obtained from the control's <b>BorderWidth</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseFont">
<summary>
<para>Gets or sets a value indicating whether the control's font should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the font should be obtained from a style; <b>false</b> if the font should be obtained from the control's <b>Font</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseForeColor">
<summary>
<para>Gets or sets a value indicating whether the control's foreground color should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the foreground color should be obtained from a style; <b>false</b> if the foreground color should be obtained from the control's <b>ForeColor</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UsePadding">
<summary>
<para>Gets or sets a value indicating whether the control's padding should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the padding should be obtained from a style; <b>false</b> if the padding should be obtained from the control's <b>Padding</b> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.StylePriority.UseTextAlignment">
<summary>
<para>Gets or sets a value indicating whether the control's text alignment should be obtained from the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property, or from a style assigned to it.
</para>
</summary>
<value><b>true</b> if the text alignment should be obtained from a style; <b>false</b> if the text alignment should be obtained from the control's <b>TextAlignment</b> property.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ValueSuppressType">
<summary>
<para>Lists the values that specify how to process report controls that receive empty values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ValueSuppressType.Leave">
<summary>
<para><para>A control is always printed.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ValueSuppressType.MergeByTag">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ValueSuppressType.MergeByValue">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ValueSuppressType.Suppress">
<summary>
<para><para>If a control receives a null value, a blank space is printed instead.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink">
<summary>
<para><para>If a control receives a null value, it is not printed (without adding blank space in its place).</para>
<para>This setting has no effect on intersecting controls.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.SerializableString">
<summary>
<para>For internal use. Provides serialization functionality in the XtraReports Suite.
</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>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>Specifies the order of several DetailReportBand objects in a report.
</para>
</summary>
<value>An integer value indicating the relative position of several DetailReportBand objects.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PreviewMouseEventHandler">
<summary>
<para>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>
</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.Design.ScriptExceptionEventArgs">
<summary>
<para>Occurs when an exception is raised during the execution of report scripts.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Design.ScriptExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the ScriptExceptionEventArgs class with the specified exception.
</para>
</summary>
<param name="exception">
A <see cref="T:System.Exception"/> object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Design.ScriptExceptionEventArgs.Cancel">
<summary>
<para>Specifies whether or not the script execution should be canceled.
</para>
</summary>
<value><b>true</b> to cancel the script execution; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRControlStyleSheet">
<summary>
<para>Provides functionality for an object used as a repository for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/>'s styles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.#ctor">
<summary>
<para>Initializes a new instance of the XRControlStyleSheet class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.#ctor(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Initializes a new instance of the XRControlStyleSheet class with the specified report.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report which will be the owner of this style sheet.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Add(System.String,DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Adds the style with the specified name to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> instance.
</para>
</summary>
<param name="name">
A string containing the name of the style to add to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/>.
</param>
<param name="style">
An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to be added to the <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/>.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Add(DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to the current style sheet.
</para>
</summary>
<param name="style">
An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to append to the style sheet.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.AddRange(DevExpress.XtraReports.UI.XRControlStyle[])">
<summary>
<para>Appends an array of control styles to the style sheet.
</para>
</summary>
<param name="styles">
An array of <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> objects to append to the style sheet.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Contains(DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Determines whether the collection contains the specified control style.
</para>
</summary>
<param name="style">
An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified control style; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire control style collection to a one dimensional array starting at the specified index of the target array.
</para>
</summary>
<param name="array">
A one-dimensional array that is the destination for the control styles copied from the collection.
</param>
<param name="arrayIndex">
An integer value specifying the zero-based index in the target array at which copying begins.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.FileName">
<summary>
<para>Gets or sets the path to the report's style sheet.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the full path (including the file name) to a file containing the styles.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.IndexOf(DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Returns the specified control style's position within the collection.
</para>
</summary>
<param name="style">
An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> to locate in the collection.
</param>
<returns>A zero-based integer which represents the control style's position within the collection. <b>-1</b> if the control style doesn't belong to the collection.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Item(System.String)">
<summary>
<para>Provides access to individual items in the collection by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the style to get.
</param>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object which represents the style with the specified name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Item(System.Int32)">
<summary>
<para>Provides indexed access to the individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object which represents the control style at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromFile(System.String)">
<summary>
<para>Loads the styles from the given file into the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object.
</para>
</summary>
<param name="fileName">
A string containing the full path to a file containing the styles that needed to be loaded.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromStream(System.IO.Stream)">
<summary>
<para>Loads the styles from the given stream into the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which stores the loaded style sheet.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromXml(System.String)">
<summary>
<para>Restores the style sheet from the specified XML file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the style sheet's file name.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.LoadFromXml(System.IO.Stream)">
<summary>
<para>Restores the style sheet from an XML object located in the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> value that specifies the style sheet's stream location.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.Remove(DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Removes the specified control style from the collection.
</para>
</summary>
<param name="style">
An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveToFile(System.String)">
<summary>
<para>Saves the styles contained in the given XRControlStyleSheet object to a file.
</para>
</summary>
<param name="fileName">
A string containing the full path to the file (including the file name and extension) in which the styles will be saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the styles contained in the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object to a stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the saved style sheet object should be sent to.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveXmlToFile(System.String)">
<summary>
<para>Serializes the style sheet in XML format to the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value that specifies the style sheet's file name.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyleSheet.SaveXmlToStream(System.IO.Stream)">
<summary>
<para>Serializes the style sheet in XML format to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> value that specifies the style sheet's stream location.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyleSheet.Styles">
<summary>
<para>Gets styles that are stored in XRControlStyleSheet.
</para>
</summary>
<value>A <see cref="T:System.Collections.CollectionBase"/> descendant.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XtraReportBase">
<summary>
<para>The base 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 data source 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 that is 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 data source.
</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 data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a list in a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource">
<summary>
<para>Gets or sets a data source object that provides data for a master or detail report, as well as to the charts and pivot grids it contains.
</para>
</summary>
<value>An object representing the report's data source.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceDemanded">
<summary>
<para>Occurs before report generation, to specify a data source for the report.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged">
<summary>
<para>Occurs when the current row in the report's data source has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.DetailPrintCount">
<summary>
<para>Specifies how many times the Detail band should be printed when a data source is defined for the report, and it is not empty.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.DetailPrintCountOnEmptyDataSource">
<summary>
<para>Specifies how many times the Detail band should be printed when no data source is defined for the report.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.EvenStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReportBase.FillDataSource">
<summary>
<para>Populates a data source, 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.FromDisplayName(System.String)">
<summary>
<para>Obtains the real name of a data field, based on the field's display name.
</para>
</summary>
<param name="displayName">
A <see cref="T:System.String"/> value.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</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 data source. 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.GetCurrentColumnValue``1(System.String)">
<summary>
<para>Gets the current value (strongly typed) 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"/> value, specifying the column name.
</param>
<returns>A object that corresponds to the current value of the specified column in the data source. 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 data source</b>.
</para>
</summary>
<returns><para>If the <b>primary data source</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 data source. 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.GetNextColumnValue``1(System.String)">
<summary>
<para>Gets the next value (strongly typed) 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"/> value, specifying the name of the column whose value to be obtained.
</param>
<returns>A object that corresponds to the next value of the specified column in the data source. 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 data source. 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``1(System.String)">
<summary>
<para>Gets the previous value (strongly typed) 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"/>, specifying the name of the column whose value to be obtained.
</param>
<returns>A object that corresponds to the previous value of the specified column in the data source. If the specified column was not found, this method returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.HeightF">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.HeightF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReportBase.IterateReportsRecursive(System.Action`1)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="action">
A <see cref="T:System.Action"/> delegate.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.OddStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.PrintOnEmptyDataSource">
<summary>
<para>Specifies whether or not a report should be printed if its data source is empty.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.ReportPrintOptions">
<summary>
<para>Provides access to options that define a report's print-out.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ReportPrintOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.RowCount">
<summary>
<para>Gets the total amount of data rows in a report's <see cref="P:DevExpress.XtraReports.UI.XtraReportBase.DataSource"/>.
</para>
</summary>
<value>An integer value representing the total amount of data rows in a data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.Scripts">
<summary>
<para>Provides access to the report's scripts.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportBaseScripts"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.SnapLinePadding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SnapLinePadding"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.StyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.StylePriority">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StylePriority"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBase.XmlDataPath">
<summary>
<para>Specifies the path to the data contained in an XML file, to use this data as the report's data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, containing the full path (including the file name and extension) to the XML file.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.DataSourceRowEventHandler">
<summary>
<para>A 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.XtraReport">
<summary>
<para>The base class for any report created using the XtraReports Suite.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.#ctor">
<summary>
<para>Initializes a new instance of the XtraReport class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.BeginInit">
<summary>
<para>For internal use. Starts the XtraReport's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.BeginUpdate">
<summary>
<para>Starts the XtraReport's runtime initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Bookmark">
<summary>
<para>Gets or sets the text shown as a root bookmark in a Document Map.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a root bookmark's text.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.CalculatedFields">
<summary>
<para>Provides access to a report's collection of calculated fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.CalculatedFieldCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.CollectParameters(System.Collections.Generic.IList`1,System.Predicate`1)">
<summary>
<para>For internal use. Collects all report parameters that satisfy the specified conditions.
</para>
</summary>
<param name="list">
A list of the <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</param>
<param name="condition">
A <b>Predicate</b> object that stores the parameter conditions.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ComponentStorage">
<summary>
<para>For internal use.
</para>
</summary>
<value>An object implementing the <see cref="T:System.ComponentModel.IComponent"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ControlType">
<summary>
<para>Gets the assembly-qualified name of the report.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the assembly-qualified name of a report, which includes the name of the assembly from which the report was loaded.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.CreateDocument">
<summary>
<para>Creates a document from the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, so the report can be displayed or printed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.CreateDocument(System.Boolean)">
<summary>
<para>Creates a document from the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, so the report can be displayed or printed. Optionally, the document pages can be generated in the background.
</para>
</summary>
<param name="buildPagesInBackground">
<b>true</b> to generate pages in the background; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.CreateLayoutViewDocument">
<summary>
<para>For internal use. Creates a report document for editing using a End-User Report Designer for Silverlight.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.CreatePrintingSystem">
<summary>
<para>Creates a Printing System for the report.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the report's Printing System.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.CrossBandControls">
<summary>
<para>Provides access to a collection of cross-band controls in the current report.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControlCollection"/> object containing all cross-band controls, which exist in the current report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DataSourceSchema">
<summary>
<para>Gets or sets an XML/XSD file, containing a schema of a report's data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a data source's schema.
</value>
</member>
<member name="F:DevExpress.XtraReports.UI.XtraReport.DefaultPageSize">
<summary>
<para>A <see cref="T:System.Drawing.Size"/> object representing the default page size (850 by 1100 hundredths of an inch) used for reports.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraReports.UI.XtraReport.DefaultPaperKind">
<summary>
<para>Represents the default paper type (<see cref="F:System.Drawing.Printing.PaperKind.Letter"/>) used in a report.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DefaultPrinterSettingsUsing">
<summary>
<para>Gets a value that specifies which of the default printer's settings should be used when printing an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object that specifies which of the default printer's settings should be used by this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded">
<summary>
<para>Occurs after the End-User Designer has been loaded for the current report instance.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DesignerOptions">
<summary>
<para>Provides access to the options that determine the availability of popup hints and warnings in the Report Designer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.DesignerOptions"/> object that represents the designer options.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DisplayName">
<summary>
<para>Specifies the report name, which appears in the titles of an End-User Designer's tabs.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the report's display name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DrawGrid">
<summary>
<para>Gets or sets a value indicating whether to draw the grid at design time.
</para>
</summary>
<value><b>true</b> if to display the grid; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.DrawWatermark">
<summary>
<para>Gets or sets a value indicating whether or not to draw a watermark at design time.
</para>
</summary>
<value><b>true</b>, to display a watermark; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.EndInit">
<summary>
<para>For internal use. Ends the XtraReport's initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.EndUpdate">
<summary>
<para>Ends the XtraReport's runtime initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.EnsureStaticConstructor">
<summary>
<para>This method is intended for internal use only. Normally, you don't need to use it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.EventsInfo">
<summary>
<para>For internal use. Supports the XML serialization of a report's events.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.EventsScriptManager">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Expanded">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.Expanded"/> property, to hide it.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ExportOptions">
<summary>
<para>Gets the settings used to specify exporting parameters when exporting a report.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> object which contains the export settings for a report.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a report to the specified file path in CSV format using the specified CSV-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.String)">
<summary>
<para>Exports a report to the specified file path in CSV format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports a report to the specified stream in CSV format using the specified CSV-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToCsv(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in CSV format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in HTML format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a report to the specified stream in HTML format using the specified HTML-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToHtml(System.String)">
<summary>
<para>Exports a report to the specified file path in HTML format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a report to the specified file path in HTML format using the specified HTML-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in Image format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a report to the specified stream in Image format using the specified Image-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports a report to the specified file path in Image format using the specified Image-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the Image export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.String)">
<summary>
<para>Exports a report to the specified file path in Image format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Exports a report to the specified stream in the specified Image format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Image file should be sent.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> object which specifies the image format.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Exports a report to the specified file path using the specified image format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Image file.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> object which specifies the image format.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToMht(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in MHT format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a report to the specified stream in MHT format using the specified MHT-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToMht(System.String)">
<summary>
<para>Exports a report to the specified file path in MHT format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a report to the specified file path in MHT format using the specified MHT-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports a report to the specified file path in PDF 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.
</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 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.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in RTF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToRtf(System.String)">
<summary>
<para>Exports a report to the specified file path in RTF format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified file path in RTF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, containing RTF export settings.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports a document to the specified file path in RTF format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, containing RTF export settings.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in Text format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a report to the specified stream in Text format using the specified Text-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created Text file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.String)">
<summary>
<para>Exports a report to the specified file path in Text format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports a report to the specified file path in Text format using the specified Text-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created Text file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the Text export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLS format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXls(System.String)">
<summary>
<para>Exports a report to the specified file path in XLS format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLS format using the specified XLS-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLS format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports a report to the specified stream in XLSX format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified file path in XLSX format using the specified XLSX-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXlsx(System.String)">
<summary>
<para>Exports a report to the specified file path in XLSX format.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports a report to the specified stream in XLSX format using the specified XLS-specific options.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when a report is exported.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Extensions">
<summary>
<para>Provides access to the report extensions.
</para>
</summary>
<value>A dictionary storing the report extensions.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.FillEmptySpace">
<summary>
<para>Fires after page rendering if a gap remains between the rendered bands.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.FilterComponentProperties">
<summary>
<para>Occurs every time the Property Grid refreshes its item list in the End-User Designer.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties">
<summary>
<para>Occurs every time the Property Grid refreshes its item list in the End-User Designer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.FormattingRuleSheet">
<summary>
<para>Provides access to a collection of formatting rules stored in a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRuleSheet"/> object, that represents the collection of <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.FromFile(System.String,System.Boolean)">
<summary>
<para>Loads the REPX data from the file located at the specified path, and creates a report object from it. The created report's class is specified in the REPX data.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the REPX data file is located.
</param>
<param name="loadState">
<b>true</b> to load not only the report class, but also the state of all its bands and controls that are also saved in the REPX data; otherwise, <b>false</b>.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or its descendant of the type specified in the REPX data.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.FromStream(System.IO.Stream,System.Boolean)">
<summary>
<para>Loads the REPX data from the specified stream and creates a report object from it. The created report's class is also specified in the REPX data format.
</para>
</summary>
<param name="stream">
The <see cref="T:System.IO.Stream"/> object containing the REPX data to load.
</param>
<param name="loadState">
<b>true</b> to load the report's state which is also saved in the REPX data; otherwise, <b>false</b>.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class or its descendant of the type specified in the REPX data.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.GridSize">
<summary>
<para>Specifies the width and height (in pixels) of the report design time snap grid.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> object representing the size of the grid.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.HasExportWarningControls">
<summary>
<para>Returns a collection of controls for which export warnings exist.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects.
</returns>
</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 in the REPX format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object containing the report's definition.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayout(System.String)">
<summary>
<para>Loads the report's definition (layout and configuration) from a file in the REPX format.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value specifying the path to the REPX file to be loaded, containing the report's definition.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayoutFromXml(System.IO.Stream)">
<summary>
<para>Restores the report from its XML definition residing in the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.LoadLayoutFromXml(System.String)">
<summary>
<para>Restores the report from its XML definition residing in the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/>, specifying the file name and location.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.LockedInUserDesigner">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Margins">
<summary>
<para>Gets or sets the margins of the report's pages (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.Margins"/> object specifying the margins of a report page.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.MasterReport">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which contains the current report as a subreport.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which includes the current report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ObjectStorage">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</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 displaying the <b>Parameters</b> panel in a Print Prevew.
</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="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>Returns a report's Printing System that provides print and export settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant that provides print and export settings to the report.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.PrintProgress">
<summary>
<para>Occurs before sending every document page to a printer to indicate the current printing progress.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit">
<summary>
<para>Specifies the system of measurement that is used throughout a report for expressing the values of certain properties (e.g., an element's location, dimensions and margins).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ReportUnit"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.RequestParameters">
<summary>
<para>Specifies whether report document creation should start <b>after</b> all the report parameters are submitted.
</para>
</summary>
<value><b>true</b>, to start to report document creation after submitting its parameters; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XtraReport.SaveComponents">
<summary>
<para>Occurs when a report is saved to an REPX file and allows you to manually decide which components should be stored into a report definition file, and which aren't.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.String)">
<summary>
<para>Saves the report's definition (layout and configuration) to a file in the REPX format.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> containing the full path (including the file name) specifying where the report's definition will be saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.IO.Stream)">
<summary>
<para>Saves the report's definition (layout and configuration) to a <see cref="T:System.IO.Stream"/> object in the REPX data format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the report's definition will be saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.IO.Stream,System.Boolean)">
<summary>
<para>Saves the report's definition (layout and configuration) to a <see cref="T:System.IO.Stream"/> object in the REPX data format, with an exception thrown if an error occurs.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the report's definition will be saved.
</param>
<param name="throwOnError">
<b>true</b> if a <see cref="T:System.ArgumentException"/> exception should be thrown on error; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayout(System.String,System.Boolean)">
<summary>
<para>Saves the report's definition (layout and configuration) to a file in the REPX format, with an exception thrown if an error occurs.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> containing the full path (including the file name) specifying where the report's definition will be saved.
</param>
<param name="throwOnError">
<b>true</b> if a <see cref="T:System.ArgumentException"/> exception should be thrown on error; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayoutToXml(System.IO.Stream)">
<summary>
<para>Save the report in XML format to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.SaveLayoutToXml(System.String)">
<summary>
<para>Save the report in XML format to the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/>, specifying the file name and location.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptLanguage">
<summary>
<para>Gets or sets the scripting language of all the scripts used in this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraReports.ScriptLanguage"/> enumeration's values specifying the language of the scripts used in the report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences">
<summary>
<para>Specifies the collection of file names (with full paths, or file names only if the assemblies are located in GAC) of the assemblies used by the scripts in a report.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values, specifying the referenced assemblies.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferencesString">
<summary>
<para>Gets or sets the string containing all script references represented by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing all the strings returned by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ScriptReferences"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Scripts">
<summary>
<para>Provides access to an object that contains XtraReport-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportScripts"/> object, which represents scripts handling XtraReport's events.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptSecurityPermissions">
<summary>
<para>Gets the collection of security permissions used to permit particular operations in end-user's scripts.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.ScriptSecurityPermissionCollection"/> object which represents a collection of security permissions.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ScriptsSource">
<summary>
<para>Specifies the report scripts.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, storing the code of all report scripts.
</value>
</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>(Obsolete.) Specifies whether or not to highlight overlapping report controls, indicating the possibility of the document layout being corrupted when exporting the report to table-based formats.
</para>
</summary>
<value><b>true</b> if export warnings are displayed; otherwise, <b>false</b>.
</value>
</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>(Obsolete.) Specifies whether or not to highlight report controls that protrude beyond the right page margin, to indicate the resulting extraneous document pages.
</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="P:DevExpress.XtraReports.UI.XtraReport.ShowUserFriendlyNamesInUserDesigner">
<summary>
<para>Gets or sets a value indicating whether all property names and their values should be displayed in the user-friendly format in the <b>Property Grid</b> and smart tags of the End-User Designer.
</para>
</summary>
<value><b>true</b> to display user-friendly names; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.ShrinkSubReportIconArea">
<summary>
<para>Gets or sets a value which specifies whether the height of the <b>Subreport</b> icon should be taken into account when generating a report.
</para>
</summary>
<value><b>true</b> if the Subreport's height should not be calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.SnapGridSize">
<summary>
<para>Specifies the dimensions of the report designer snap grid.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, that specifies the snap grid size. Note that it should be greater than <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode">
<summary>
<para>Specifies the mode in which report elements are snapped to each other, when they are resized or being relocated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SnappingMode"/> enumeration value representing the snapping mode.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.SnapToGrid">
<summary>
<para>Gets or sets a value indicating whether to snap report controls to the grid at design time.
</para>
</summary>
<value><b>true</b> to snap to the grid; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.SourceUrl">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.StopPageBuilding">
<summary>
<para>Finishes generating report pages.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.StyleSheet">
<summary>
<para>Provides access to a collection of styles stored in a report.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyleSheet"/> object, that represents the collection of <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.StyleSheetPath">
<summary>
<para>Gets or sets the path to the style sheet contained in a style sheet file.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the style sheet file is located.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.UnitToDpi(DevExpress.XtraReports.UI.ReportUnit)">
<summary>
<para>Converts report measurement units into screen coordinates.
</para>
</summary>
<param name="reportUnit">
A <see cref="T:DevExpress.XtraReports.UI.ReportUnit"/> enumeration value.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XtraReport.ValidateScripts">
<summary>
<para>Validates the report's scripts.
</para>
</summary>
<returns>A <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"/> object, representing a collection of compiler errors or warnings.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Version">
<summary>
<para>Gets or sets a string value, which determines the current XtraReports version, for internal use only.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.VerticalContentSplitting">
<summary>
<para>Gets or sets a value indicating whether report controls outside the right page margin should be split across pages, or moved in their entirety to the next page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.VerticalContentSplitting"/> enumeration value, which specifies the splitting method of report controls in the vertical direction.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReport.Watermark">
<summary>
<para>Provides access to a report's watermark settings.
</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.SnappingMode">
<summary>
<para>Specifies the snapping mode of a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SnappingMode.SnapLines">
<summary>
<para>Represents the snapping mode, which aligns a report element using snap lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SnappingMode.SnapToGrid">
<summary>
<para>Represents the snapping mode, which aligns a report element to the report snap grid.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.DetailReportBandCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.DetailReportBandCollection.#ctor(DevExpress.XtraReports.UI.XtraReportBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.DetailReportBandCollection"/> class.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> object which will be the container for the created collection.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.XRSummaryScripts">
<summary>
<para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.XRSummary"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSummaryScripts.#ctor">
<summary>
<para>Initializes a new instance of the XRSummaryScripts class with default settings.
</para>
</summary>
</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="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldCollection.AddRange(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField[])">
<summary>
<para>Adds an array of fields to the end of the collection.
</para>
</summary>
<param name="fields">
An array of <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> objects.
</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.PivotGrid.XRPivotGridOptionsView">
<summary>
<para>Provides display options for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the XRPivotGridOptionsView class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.DrawFocusedCellRect">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.DrawFocusedCellRect"/> property, to hide it.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.FilterSeparatorBarPadding">
<summary>
<para>Specifies the distance from the separator line to the adjacent areas.
</para>
</summary>
<value>An integer value which specifies the distance from the separator line to the adjacent areas. The default is <b>1</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.HeaderHeightOffset">
<summary>
<para>For internal use only. Specifies the vertical distance between field headers.
</para>
</summary>
<value>An integer value that specifies the distance between field headers, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsView.HeaderWidthOffset">
<summary>
<para>For internal use only. Specifies the horizontal distance between field headers.
</para>
</summary>
<value>An integer value that specifies the distance between field headers, in pixels.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.SubreportBaseScripts">
<summary>
<para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.XRSubreport"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupHeaderBandScripts">
<summary>
<para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.GroupHeaderBand"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryGetResult">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryReset">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBandScripts.OnSortingSummaryRowChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary">
<summary>
<para>A dictionary for <see cref="T:DevExpress.XtraReports.Data.DataSchemaProvider"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.ColumnsByTableDictionary.#ctor">
<summary>
<para>Initializes a new instance of the ColumnsByTableDictionary class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.ColumnsByTableDictionary.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the ColumnsByTableDictionary class with the specified capacity.
</para>
</summary>
<param name="capacity">
An integer value.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.ColumnsByTableDictionary.#ctor(DevExpress.XtraReports.Data.ColumnsByTableDictionary)">
<summary>
<para>Initializes a new instance of the ColumnsByTableDictionary class with the specified dictionary.
</para>
</summary>
<param name="dictionary">
A <see cref="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary"/> object.
</param>
</member>
<member name="T:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary">
<summary>
<para>A dictionary of data table filters for <see cref="T:DevExpress.XtraReports.Data.DataProvider"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary.#ctor">
<summary>
<para>Initializes a new instance of the FilteringOperatorsByTableDictionary class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the FilteringOperatorsByTableDictionary class with the specified capacity.
</para>
</summary>
<param name="capacity">
An integer value.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary.#ctor(DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary)">
<summary>
<para>Initializes a new instance of the FilteringOperatorsByTableDictionary class with the specified dictionary.
</para>
</summary>
<param name="dictionary">
A <see cref="T:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FilteringOperatorsByTableDictionary 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 FilteringOperatorsByTableDictionary instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary.GetHashCode">
<summary>
<para>Serves as the default hash function.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.WinControlDrawMethod">
<summary>
<para>Specifies how the Windows Forms control that is embedded using a <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> 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.XRScriptsBase">
<summary>
<para>The base for classes which contain names of the scripts for reports, bands and controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRScriptsBase.Dispose">
<summary>
<para>Disposes of the XRScriptsBase object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GenerateDefaultEventScript(System.String)">
<summary>
<para>Generates the default script for the specified property. For internal use only.
</para>
</summary>
<param name="propertyName">
A string specifying the property name.
</param>
<returns>A string containing the default script.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GenerateDefaultEventScript(System.String,System.String)">
<summary>
<para>Generates the default script for the specified event.
</para>
</summary>
<param name="propertyName">
A <see cref="T:System.String"/> value, representing the property name.
</param>
<param name="propertyValue">
A <see cref="T:System.String"/> value, representing the property value.
</param>
<returns>A <see cref="T:System.String"/> value, representing the default script.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRScriptsBase.GetScriptsNames(System.Func`2)">
<summary>
<para>Returns an array of available script names.
</para>
</summary>
<param name="getPropertyName">
A <see cref="T:System.ComponentModel.PropertyDescriptor"/> delegate.
</param>
<returns>An array of <see cref="T:System.String"/> values.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRScriptsBase.IsDefault">
<summary>
<para>Determines whether the current script is equal to the default script text. For internal use only.
</para>
</summary>
<returns><b>true</b> if the current script is default; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.XRLineScripts">
<summary>
<para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRLine"/> control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLineScripts.OnTextChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DataSchemaProvider">
<summary>
<para>Provides the functionality to obtain an XML schema from a database.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.#ctor(DevExpress.Xpo.DB.IDataStoreSchemaExplorer)">
<summary>
<para>Initializes a new instance of the DataSchemaProvider class with the specified settings.
</para>
</summary>
<param name="schemaExplorer">
An object implementing the <b>DevExpress.Xpo.DB.IDataStoreSchemaExplorer</b> interface that is used to obtain the list of tables or views from the database.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillDataSchema">
<summary>
<para>Obtains separate XSD-schema for the available tables and views.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraReports.Data.DataSchema"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillDataSchema(DevExpress.XtraReports.Data.ColumnsByTableDictionary)">
<summary>
<para>Obtains separate XSD-schema for the available tables and views, as well the specified data columns.
</para>
</summary>
<param name="fillingColumnsByTable">
A <see cref="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary"/> object.
</param>
<returns>A <see cref="T:DevExpress.XtraReports.Data.DataSchema"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillTablesDataSchema(DevExpress.XtraReports.Data.ColumnsByTableDictionary)">
<summary>
<para>Obtains separate XSD-schema for the available tables and the specified data columns.
</para>
</summary>
<param name="fillingColumnsByTable">
A <see cref="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary"/> object.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillTablesDataSchema">
<summary>
<para>Obtains an XSD-scheme for the available tables.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillTablesViewsMergedDataSchema">
<summary>
<para>Obtains an XSD-scheme for the available views.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillTablesViewsMergedDataSchema(DevExpress.XtraReports.Data.ColumnsByTableDictionary)">
<summary>
<para>Obtains an XSD-scheme for the available views and the specified data columns.
</para>
</summary>
<param name="fillingColumnsByTable">
A <see cref="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary"/> object.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillViewsDataSchema">
<summary>
<para>Obtains an XSD-scheme for the available views.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.FillViewsDataSchema(DevExpress.XtraReports.Data.ColumnsByTableDictionary)">
<summary>
<para>Obtains separate XSD-schema for the available views and the specified data columns.
</para>
</summary>
<param name="fillingColumnsByTable">
A <see cref="T:DevExpress.XtraReports.Data.ColumnsByTableDictionary"/> object.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.GetStorageViewsList">
<summary>
<para>Returns the list of data views available in the storage.
</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchemaProvider.GetXmlSchema(System.Data.DataSet)">
<summary>
<para>Returns the XML schema of a DataSet available in the storage.
</para>
</summary>
<param name="dataSet">
A <see cref="T:System.Data.DataSet"/> object.
</param>
<returns>A <see cref="T:System.String"/> value, specifying the XML schema of a DataSet.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Data.DataSchemaProvider.IsViewExtendedPropertyName">
<summary>
<para>For internal use.
</para>
</summary>
<value>Always "IsView".
</value>
</member>
<member name="P:DevExpress.XtraReports.Data.DataSchemaProvider.SchemaExplorer">
<summary>
<para>Provides access to an object that is used to obtain the list of tables and/or views from the database.
</para>
</summary>
<value>An object implementing the <b>DevExpress.Xpo.DB.IDataStoreSchemaExplorer</b> interface that is used to obtain the list of tables and views available in a database.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DataSchema">
<summary>
<para>A container to separately store the XML schema of tables and views, to avoid any possible confusion caused by mixing them.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DataSchema.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the DataSchema class with the specified settings.
</para>
</summary>
<param name="tablesDataSchema">
A <see cref="T:System.String"/> value.
</param>
<param name="viewsDataSchema">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="P:DevExpress.XtraReports.Data.DataSchema.TablesDataSchema">
<summary>
<para>Provides access to the schema of data tables available in the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Data.DataSchema.ViewsDataSchema">
<summary>
<para>Provides access to the schema of data views available in the data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DataProvider">
<summary>
<para>Provides the functionality to obtain data from an XML schema of a database.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DataProvider.#ctor(DevExpress.Xpo.DB.IDataStoreSchemaExplorer,DevExpress.Xpo.DB.IDataStore)">
<summary>
<para>Initializes a new instance of the DataProvider class with the specified settings.
</para>
</summary>
<param name="schemaExplorer">
An object implementing the <b>DevExpress.Xpo.DB.IDataStoreSchemaExplorer</b> interface that is used to obtain the list of tables or views from a database.
</param>
<param name="dataStore">
An object implementing the <see cref="T:DevExpress.Xpo.DB.IDataStore"/> interface that is used to obtain data from a database.
</param>
</member>
<member name="P:DevExpress.XtraReports.Data.DataProvider.DataStore">
<summary>
<para>Gets an object that is used to obtain data from a database.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.Xpo.DB.IDataStore"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraReports.Data.DataProvider.DefaultTableAlias">
<summary>
<para>Gets the alias that is used for tables in a database, by default.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Data.DataProvider.Fill(System.Data.DataTable)">
<summary>
<para>Fills the specified data table.
</para>
</summary>
<param name="dataTable">
A <see cref="T:System.Data.DataTable"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DataProvider.Fill(System.Data.DataTable,System.Collections.Generic.IList`1)">
<summary>
<para>Fills the specified data table.
</para>
</summary>
<param name="dataTable">
A <see cref="T:System.Data.DataTable"/> object.
</param>
<param name="filteringOperators">
A collection of <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> objects.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DataProvider.Fill(System.Data.DataSet,DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary)">
<summary>
<para>Fills the specified dataset.
</para>
</summary>
<param name="dataSet">
A <see cref="T:System.Data.DataSet"/> object.
</param>
<param name="filteringOperatorByTable">
A <see cref="T:DevExpress.XtraReports.Data.FilteringOperatorsByTableDictionary"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DataProvider.Fill(System.Data.DataSet)">
<summary>
<para>Fills the specified dataset.
</para>
</summary>
<param name="dataSet">
A <see cref="T:System.Data.DataSet"/> object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Data.DataProvider.SchemaExplorer">
<summary>
<para>Gets an object that is used to obtain the list of tables and/or views from a database.
</para>
</summary>
<value>An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRCrossBandBox">
<summary>
<para>A Cross-Band Box control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRCrossBandBox.#ctor">
<summary>
<para>Initializes a new instance of the XRCrossBandBox class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.BackColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property to hide it.
</para>
</summary>
<value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.BorderDashStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, to hide it.
</para>
</summary>
<value>
</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>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</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="M:DevExpress.XtraReports.UI.XRCrossBandBox.GetEffectiveBorderDashStyle">
<summary>
<para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBackColor"/> property to hide it.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandBox.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraPrinting.PaddingInfo.Empty"/>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRCrossBandLine">
<summary>
<para>A Cross-Band Line control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRCrossBandLine.#ctor">
<summary>
<para>Initializes a new instance of the XRCrossBandLine class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BackColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property to hide it.
</para>
</summary>
<value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BorderColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property to hide it.
</para>
</summary>
<value>Always <see cref="P:System.Drawing.Color.Transparent"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandLine.BorderDashStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property, to hide it.
</para>
</summary>
<value>
</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.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</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>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>The base for controls which are not restricted to a particular Band, but are drawn across multiple bands based on the specified start and end points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRCrossBandControl.#ctor">
<summary>
<para>Initializes a new instance of the XRCrossBandControl class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.AfterPrint">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.AfterPrint"/> event to hide it.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.BeforePrint">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.BeforePrint"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Bookmark">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.BookmarkParent">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property to hide it.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.DataBindings">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property to hide it.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.Draw">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndBand">
<summary>
<para>Gets or sets a band, from which a cross-band control finishes its drawing.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, representing a band where the control's ending point lies.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPoint">
<summary>
<para>Gets or sets the end point, where the control ends drawing.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object, representing a point where the drawing finishes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPointF">
<summary>
<para>Gets or sets the ending point where the control ends drawing.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object, representing a point where the drawing finishes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.EndPointFloat">
<summary>
<para>For internal use only. Specifies the end position of an <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> descendant.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.EvaluateBinding">
<summary>
<para>This event is not available for the XRCrossBandControl class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.FormattingRules">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.FormattingRules"/> property of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRuleCollection"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.LocationChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.LocationF">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.LocationFloat">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.ParentChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event to hide it.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewDoubleClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseDown">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseMove">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PreviewMouseUp">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.PrintOnPage">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Report">
<summary>
<para>Gets the report which contains the cross-band control.
</para>
</summary>
<value>An instance of the <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.RootReport">
<summary>
<para>Gets the root report.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object representing the root report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Scripts">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Scripts"/> property to hide it.
</para>
</summary>
<value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.SizeChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.SizeF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartBand">
<summary>
<para>Gets or sets a band, from which a cross-band control starts its drawing.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, representing a band where the control's starting point lies.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPoint">
<summary>
<para>Gets or sets the starting point where the cross-band control starts drawing.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object, representing a point where the drawing begins.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPointF">
<summary>
<para>Gets or sets the starting point where the cross-band control starts drawing.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object, representing a point where the drawing begins.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StartPointFloat">
<summary>
<para>For internal use only. Specifies the start position of an <see cref="T:DevExpress.XtraReports.UI.XRCrossBandControl"/> descendant.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.StylePriority">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StylePriority"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property to hide it.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRCrossBandControl.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.WidthF">
<summary>
<para>For internal use. Supports serialization of the <see cref="P:DevExpress.XtraReports.UI.XRControl.WidthF"/> property for the XRCrossBandControl.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property to hide it.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCrossBandControl.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.QueryParameter">
<summary>
<para>A <see cref="T:DevExpress.XtraReports.LightSwitchDataSource"/> parameter that is used with a parameterized LightSwitch Query.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.QueryParameter.#ctor">
<summary>
<para>Initializes a new instance of the QueryParameter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.QueryParameter.LookUpSettings">
<summary>
<para>Specifies a <see cref="T:DevExpress.XtraReports.Parameters.LookUpSettings"/> object for the QueryParameter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.LookUpSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.QueryParameter.Type">
<summary>
<para>Specifies the query parameter type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Templates.Template">
<summary>
<para>An individual template of a report gallery.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Templates.Template.#ctor">
<summary>
<para>Initializes a new instance of the Template class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Author">
<summary>
<para>Specifies the report template's author.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.Templates.Author"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.Templates.Template.Clone">
<summary>
<para>Creates a copy of the current Template object.
</para>
</summary>
<returns>A Template object which is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Templates.Template.CreateTemplateFromArchive(System.IO.Stream)">
<summary>
<para>Extracts a report template from a ZIP file.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object.
</param>
<returns>A <see cref="T:DevExpress.XtraReports.Templates.Template"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Description">
<summary>
<para>Specifies the report template's description.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Icon">
<summary>
<para>Gets the report template's icon.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.IconBytes">
<summary>
<para>Specifies the report template's icon bytes.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.ID">
<summary>
<para>Specifies the report template's ID.
</para>
</summary>
<value>A <see cref="T:System.Guid"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.LayoutBytes">
<summary>
<para>Specifies the report template's layout bytes.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Name">
<summary>
<para>Specifies the report template's name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Preview">
<summary>
<para>Gets the report template's preview image.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.PreviewBytes">
<summary>
<para>Specifies the report template's preview image bytes.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Template.Rating">
<summary>
<para>Specifies the report template's rating.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRAppearanceObject">
<summary>
<para>Provides the appearance settings for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control's elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRAppearanceObject.#ctor">
<summary>
<para>Initializes a new instance of the XRAppearanceObject class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.Options">
<summary>
<para>For internal use.
</para>
</summary>
<value>A DevExpress.XtraReports.UI.OptionsCompatability object.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRAppearanceObject.Reset">
<summary>
<para>Resets all appearance values to their default state.
</para>
</summary>
</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.TextHorizontalAlignment">
<summary>
<para>Specifies the horizontal text alignment.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> 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="P:DevExpress.Utils.AppearanceObject.TextOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.TextVerticalAlignment">
<summary>
<para>Specifies the vertical text alignment.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.VertAlignment"/> enumeration value that specifies the text alignment.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.Trimming">
<summary>
<para>Specifies the text trimming mode.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringTrimming"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRAppearanceObject.WordWrap">
<summary>
<para>Specifies whether or not to wrap the text.
</para>
</summary>
<value><b>true</b> to enable word-wrapping; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.GetValueEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GetValueEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GetValueEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.GetValueEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.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>Contains names of the scripts for a calculated field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.CalculatedFieldScripts.#ctor(DevExpress.XtraReports.UI.CalculatedField)">
<summary>
<para>Initializes a new instance of the CalculatedFieldScripts class with the specified calculated field.
</para>
</summary>
<param name="calculatedField">
A <see cref="T:DevExpress.XtraReports.UI.CalculatedField"/> object, which specifies the owning calculated field for the script.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedFieldScripts.OnGetValue">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.CalculatedField.GetValue"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PreviewMouseEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/>, <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> and <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PreviewMouseEventArgs.#ctor(DevExpress.XtraPrinting.VisualBrick,DevExpress.XtraPrinting.ChangeEventArgs)">
<summary>
<para>Initializes a new instance of the PreviewMouseEventArgs class with the specified settings.
</para>
</summary>
<param name="brick">
A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object, representing a control's contents in a report document. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick"/> property.
</param>
<param name="changeArgs">
A <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> object, specifying the changes to property values.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick">
<summary>
<para>Gets a visual brick that represents this control's contents on a report page.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.VisualBrick"/> object which represents the control's contents.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.PreviewMouseEventArgs.GetBrickScreenBounds">
<summary>
<para>Obtains the location and size of the <see cref="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.Brick"/> on the screen.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Rectangle"/> object representing brick bounds on the screen.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.PreviewMouseEventArgs.PreviewControl">
<summary>
<para>Gets the control which shows the print preview of the report for this event.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> object which represents the preview control for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableScripts">
<summary>
<para>Contains the names of the scripts assigned to <see cref="T:DevExpress.XtraReports.UI.XRTable"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableScripts.OnHtmlItemCreated">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, containing the script's code for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DbConnectionDataProvider">
<summary>
<para>The base class for classes that assist in accessing a Report Wizard's data sources using a connection string.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.#ctor(DevExpress.XtraReports.Data.DataSchemaProvider,DevExpress.XtraReports.Data.DataProvider,System.IDisposable[])">
<summary>
<para>Initializes a new instance of the DbConnectionDataProvider class with the specified settings.
</para>
</summary>
<param name="dataSchemaProvider">
A <see cref="T:DevExpress.XtraReports.Data.DataSchemaProvider"/> object.
</param>
<param name="dataProvider">
A <see cref="T:DevExpress.XtraReports.Data.DataProvider"/> object.
</param>
<param name="disposableObjectCollection">
An array of objects that implement the <see cref="T:System.IDisposable"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.Dispose">
<summary>
<para>Disposes the DbConnectionDataProvider object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.GetColumns(System.String)">
<summary>
<para>Returns a collection of columns available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.GetData(System.String)">
<summary>
<para>Returns data available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A <see cref="T:System.Object"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.GetTables">
<summary>
<para>Returns a collection of tables available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbConnectionDataProvider.GetViews">
<summary>
<para>Returns a collection of views available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Data.DbConnectionDataProvider.TablesOrViewsSupported">
<summary>
<para>For internal use. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object).
</para>
</summary>
<value><b>true</b> if the data source is table-based; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRSubreport">
<summary>
<para>A control used for embedding other reports in an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSubreport.#ctor">
<summary>
<para>Initializes a new instance of the XRSubreport class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSubreport.AnchorVertical">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSubreport.CanShrink">
<summary>
<para>Gets or sets a value indicating whether the subreport's height can decrease if its contents don't completely fill the control.
</para>
</summary>
<value><b>true</b> if the subreport's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSubreport.Id">
<summary>
<para>For internal use.
</para>
</summary>
<value>An integer value, specifying the XRSubreport's ID.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSubreport.ReportSourceUrl">
<summary>
<para>Specifies an URL of a report definition file, to be included as a subreport.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the path to the REPX file (including the name of the file).
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.SubreportBase">
<summary>
<para>The base 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="E:DevExpress.XtraReports.UI.SubreportBase.EvaluateBinding">
<summary>
<para>This event is not available for the SubreportBase class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.EvenStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the current even style.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.SubreportBase.LoadSubreportLayout(System.String,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Loads the layout of the report assigned to the subreport's <see cref="P:DevExpress.XtraReports.UI.SubreportBase.ReportSource"/> property.
</para>
</summary>
<param name="reportSourceTypeName">
A <see cref="T:System.String"/> which specifies the type name of the loaded report source.
</param>
<param name="reportLayout">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which represents the loaded report source.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.OddStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the current odd style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewDoubleClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseDown">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseMove">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PreviewMouseUp">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.PrintOnPage">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.ReportSource">
<summary>
<para>Specifies an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be included as a subreport.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be included.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.Scripts">
<summary>
<para>Provides access to the SubreportBase's scripts.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SubreportBaseScripts"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.StyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the current style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines the set of styles for a control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned in the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.SubreportBase.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SubreportBase.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.TopMarginBand">
<summary>
<para>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>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.Clone">
<summary>
<para>Creates a copy of the current XRSummary object.
</para>
</summary>
<returns>An XRSummary object which is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSummary.Dispose">
<summary>
<para>Disposes of the XRSummary object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummary.FormatString">
<summary>
<para>Gets or sets a format for the output of the <see cref="T:DevExpress.XtraReports.UI.XRSummary"/> object.
</para>
</summary>
<value>A string containing a format for the output value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummary.Func">
<summary>
<para>Specifies the arithmetic function to calculate.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SummaryFunc"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSummary.GetResult">
<summary>
<para>Returns the calculated function's result.
</para>
</summary>
<returns>An object representing the result for the calculated function.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummary.IgnoreNullValues">
<summary>
<para>Specifies whether <b>null</b> values should be ignored when a summary is calculated.
</para>
</summary>
<value><b>true</b> to ignore null values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummary.Running">
<summary>
<para>Gets or sets a value specifying a report area, for which the arithmetic function is calculated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SummaryRunning"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRRichTextBox">
<summary>
<para>A control that is 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.Formatting">
<summary>
<para>A container of values, which are applied to a control when its owner Formatting Rule's condition is true.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.Formatting.#ctor">
<summary>
<para>Initializes a new instance of the Formatting class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.Formatting.#ctor(System.String,DevExpress.Utils.DefaultBoolean)">
<summary>
<para>Initializes a new instance of the Formatting class with the specified name and visibility setting.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, which specifies a formatting's name. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Name"/> property.
</param>
<param name="visible">
A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which specifies whether the visibility should be changed by applying this formatting, and to what value it should be changed. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.Formatting.Visible"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.Formatting.Visible">
<summary>
<para>Gets or sets the visibility state.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which represents the visibility state.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BindingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BindingEventArgs.#ctor(DevExpress.XtraReports.UI.XRBinding,System.Object)">
<summary>
<para>Initializes a new instance of the BindingEventArgs class.
</para>
</summary>
<param name="binding">
An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specifying the control's bindings. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.BindingEventArgs.Binding"/> property.
</param>
<param name="value">
A <see cref="T:System.Object"/> specifying the new value for the bound property of the control.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.BindingEventArgs.Binding">
<summary>
<para>Provides the information about a control's bindings in the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event handler.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specifying the control's bindings.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BindingEventArgs.Value">
<summary>
<para>Specifies a new value for a control's bound property obtained in the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event handler.
</para>
</summary>
<value>A <see cref="T:System.Object"/>, specifying the new value for the bound property of the control.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.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 data source 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.XRPictureBox">
<summary>
<para>A Picture Box control that is used to display an image in a report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPictureBox.#ctor">
<summary>
<para>Initializes a new instance of the XRPictureBox class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.ForeColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.Image">
<summary>
<para><b>Bindable</b>. Gets or sets the image to display in the XRPictureBox control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object which is the image to display in the picture box.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.ImageUrl">
<summary>
<para><b>Bindable</b>. Gets or sets the path to the image to display in the XRPictureBox control.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the path to an image.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.Padding">
<summary>
<para>Gets or sets the picture box's padding values (measured in report units).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values for a picture.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.Sizing">
<summary>
<para>Gets or sets the mode used to display the image in the <see cref="T:DevExpress.XtraReports.UI.XRPictureBox"/> control.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.ImageSizeMode"/> enumeration values that specifies how the image is displayed in the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPictureBox.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType">
<summary>
<para>Specifies the type of the End-User Designer dock panels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.All">
<summary>
<para>Embraces all available dock panels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ErrorList">
<summary>
<para>Identifies the Scripts Errors dock panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.FieldList">
<summary>
<para>Identifies the Field List dock panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.GroupAndSort">
<summary>
<para>Identifies the Group and Sort dock panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.PropertyGrid">
<summary>
<para>Identifies the <b>Property Grid</b> dock panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ReportExplorer">
<summary>
<para>Identifies the Report Explorer dock panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UserDesigner.DesignDockPanelType.ToolBox">
<summary>
<para>Identifies the Toolbox dock panel.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint">
<summary>
<para>Provides print options for the <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the XRPivotGridOptionsPrint class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.PageSettings">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PageSettings"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridPageSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.UsePrintAppearance">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.UsePrintAppearance"/> property, to hide it.
</para>
</summary>
<value>Always <b>true</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridOptionsPrint.VerticalContentSplitting">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.VerticalContentSplitting"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.VerticalContentSplitting"/> enumeration value. The default is <b>VerticalContentSplitting.Exact</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Design.DesignTool">
<summary>
<para>For internal use. Provides the basic functionality for an End-User Designer on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Design.DesignTool.AddToContainer(System.IServiceProvider,System.ComponentModel.IComponent)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="servProvider">
</param>
<param name="component">
</param>
</member>
<member name="M:DevExpress.XtraReports.Design.DesignTool.AddToContainer(System.IServiceProvider,System.ComponentModel.IComponent,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="servProvider">
</param>
<param name="component">
</param>
<param name="name">
</param>
</member>
<member name="M:DevExpress.XtraReports.Design.DesignTool.ForceAddToContainer(System.ComponentModel.ISite,System.ComponentModel.IComponent,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="site">
</param>
<param name="component">
</param>
<param name="name">
</param>
</member>
<member name="M:DevExpress.XtraReports.Design.DesignTool.IsEndUserDesigner(System.IServiceProvider)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="servProvider">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraReports.Design.DesignTool.RemoveFromContainer(System.IServiceProvider,System.ComponentModel.IComponent)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="servProvider">
</param>
<param name="component">
</param>
</member>
<member name="T:DevExpress.XtraReports.Localization.ReportResLocalizer">
<summary>
<para>A default localizer to translate the XtraReports' resources.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Localization.ReportResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the ReportResLocalizer class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Serialization.ObjectStorageInfo">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Serialization.ObjectStorageInfo.#ctor">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Serialization.ObjectStorageInfo.#ctor(System.String,System.String,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="type">
A <see cref="T:System.String"/> value.
</param>
<param name="content">
A <see cref="T:System.String"/> value.
</param>
<param name="contentRef">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Content">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.ObjectType">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Ref">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Serialization.ObjectStorageInfo.Type">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.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>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 that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReport.DesignerLoaded"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoaded"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
<summary>
<para>Initializes a new instance of the DesignerLoadedEventArgs class with the specified settings.
</para>
</summary>
<param name="designerHost">
An <see cref="T:System.ComponentModel.Design.IDesignerHost"/> object which represents the event's designer host. This value is assigned to the <see cref="P:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.DesignerHost"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.UserDesigner.DesignerLoadedEventArgs.DesignerHost">
<summary>
<para>Gets the designer host which provides all the services that are available for editing a report in its End-User Designer.
</para>
</summary>
<value>A <see cref="T:System.ComponentModel.Design.IDesignerHost"/> object which represents the report's host in the End-User Designer.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPrefilter">
<summary>
<para>A prefilter editor that allows your end-users to customize filter criteria at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPrefilter.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the XRPrefilter class with the specified settings.
</para>
</summary>
<param name="owner">
A DevExpress.XtraPivotGrid.Data.PivotGridData object.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPrefilter.Criteria">
<summary>
<para>Gets or sets the filter expression.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object, specifying the filter expression. The default is <b>null</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPrefilter.Data">
<summary>
<para>For internal use.
</para>
</summary>
<value>A DevExpress.XtraPivotGrid.Data.PivotGridData object.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.FormattingRule">
<summary>
<para>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>Specifies which of the data fields that are available in a <see cref="P:DevExpress.XtraReports.UI.FormattingRule.DataSource"/> 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"/> value, specifying a data member.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.FormattingRule.DataSource">
<summary>
<para>Gets or sets a data source 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 data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.FormattingRule.Formatting">
<summary>
<para>Provides access to a set of formatting properties applied when the <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is true.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.Formatting"/> object, containing a set of formatting properties.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.FormattingRule.Name">
<summary>
<para>Gets or sets the name of the formatting rule.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the formatting rule.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.FormattingRule.ToString">
<summary>
<para>Returns the textual representation of FormattingRule.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.FormattingRuleCollection">
<summary>
<para>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.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current FormattingRuleCollection instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current FormattingRuleCollection instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetEffectiveStyle">
<summary>
<para>Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object containing appearance properties.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetEffectiveVisible">
<summary>
<para>Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the visibility state.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.FormattingRuleCollection.GetHashCode">
<summary>
<para>Serves as the default hash function.
</para>
</summary>
<returns>An integer value, specifying the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.FormattingRuleCollection.Style">
<summary>
<para>Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object containing appearance properties.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.FormattingRuleCollection.Visible">
<summary>
<para>Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose <see cref="P:DevExpress.XtraReports.UI.FormattingRule.Condition"/> is <b>true</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value, which represents the visibility state.
</value>
</member>
<member name="T:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FilterControlProperties"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventHandler.Invoke(System.Object,DevExpress.XtraReports.UserDesigner.FilterControlPropertiesEventArgs)">
<summary>
<para>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 that contains data related to the event.
</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.UI.CalculatedFieldCollection">
<summary>
<para>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.PivotGrid.XRPivotGridCustomTotalCollection">
<summary>
<para>A collection of custom totals for a field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.#ctor">
<summary>
<para>Initializes a new instance of the XRPivotGridCustomTotalCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.#ctor(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField)">
<summary>
<para>Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified field.
</para>
</summary>
<param name="field">
An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.#ctor(DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal[])">
<summary>
<para>Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified custom total.
</para>
</summary>
<param name="totals">
An array of the <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal"/> objects.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.AddRange(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase[])">
<summary>
<para>Appends an array of custom totals to the collection.
</para>
</summary>
<param name="customSummaries">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> descendants to append to the collection.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.Field">
<summary>
<para>Returns the field that is the owner of the current collection.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotalCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer value, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal"/> object, specifying the custom total item at the specified position.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal">
<summary>
<para>A custom total that can be calculated for an outer column field or row field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal.#ctor">
<summary>
<para>Initializes a new instance of the XRPivotGridCustomTotal class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal.#ctor(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the XRPivotGridCustomTotal class with the specified summary type.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridCustomTotal.Appearance">
<summary>
<para>Gets the appearance settings used to paint the custom total's cells.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRAppearanceObject"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRPageBreakScripts">
<summary>
<para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XRPageBreak"/> control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreakScripts.OnSizeChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, containing the script's code for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRPanel">
<summary>
<para>A Panel control that can contain other controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPanel.#ctor">
<summary>
<para>Initializes a new instance of the XRPanel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.CanGrow">
<summary>
<para>Gets or sets a value indicating whether the panel's height can grow in order to display the contents in their entirety.
</para>
</summary>
<value><b>true</b> if the panel's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.CanHaveChildren">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.
</para>
</summary>
<value><b>true</b> always.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.ForeColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.SnapLinePadding">
<summary>
<para>Specifies the inner indents to be maintained when report elements are aligned to the <see cref="T:DevExpress.XtraReports.UI.XRPanel"/>'s edges using snap lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPanel.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.MultiColumnMode">
<summary>
<para>Specifies which multi-column properties will be taken into account if the multi-column feature is enabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.MultiColumnMode.None">
<summary>
<para>Multicolumn printing is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount">
<summary>
<para>Multicolumn printing is enabled and uses the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value. The <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value is ignored in this case, and the width of the columns is calculated automatically based upon the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value and the page's width.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth">
<summary>
<para>Multicolumn printing is enabled and uses the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value. The <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnCount"/> property's value is ignored in this case, and the number of the columns is calculated automatically based upon the <see cref="P:DevExpress.XtraReports.UI.MultiColumn.ColumnWidth"/> property's value and the page's width.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.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.StyleFlagsBase">
<summary>
<para>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.GroupSortingSummaryRowChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.#ctor(System.Object,System.Object)">
<summary>
<para>Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings.
</para>
</summary>
<param name="row">
A <see cref="T:System.Object"/>, specifying the data row.
</param>
<param name="fieldValue">
A <see cref="T:System.Object"/>, specifying the data field's value.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.FieldValue">
<summary>
<para>Provides access to a data field, whose data can be used in calculating a custom summary for sorting groups.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing a data field.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs.Row">
<summary>
<para>Provides access to a data row, whose data can be used in calculating a custom summary for sorting groups.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing a data row.
</value>
</member>
<member name="T:DevExpress.XtraReports.Localization.ReportLocalizer">
<summary>
<para>Provides the means to localize the XtraReports user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Localization.ReportLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the ReportLocalizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Localization.ReportLocalizer.Active">
<summary>
<para>Specifies a localizer object providing localization of the XtraReports Suite interface at runtime.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.
</value>
</member>
<member name="M:DevExpress.XtraReports.Localization.ReportLocalizer.CreateDefaultLocalizer">
<summary>
<para>Returns a Localizer object storing resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, storing resources based on the thread's language and regional settings (culture).
</returns>
</member>
<member name="M:DevExpress.XtraReports.Localization.ReportLocalizer.CreateResXLocalizer">
<summary>
<para>For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, storing resources based on the thread's language and regional settings (culture).
</returns>
</member>
<member name="F:DevExpress.XtraReports.Localization.ReportLocalizer.Default">
<summary>
<para>The default localizer object.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraReports.Localization.ReportLocalizer.GetString(DevExpress.XtraReports.Localization.ReportStringId)">
<summary>
<para>Returns a localized string for the given string identifier.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraReports.Localization.ReportStringId"/> enumeration value, identifying the string to localize.
</param>
<returns>A <see cref="T:System.String"/> value, corresponding to the specified identifier.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.WinControlPrintMode">
<summary>
<para>Specifies how the Windows Forms control that is embedded using a <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> 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.XRSummaryEvents">
<summary>
<para>Contains the names of the scripts available for <see cref="T:DevExpress.XtraReports.UI.XRSummary"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRSummaryEvents.#ctor">
<summary>
<para>Initializes a new instance of the XRSummaryEvents class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummaryEvents.OnGetResult">
<summary>
<para>Specifies the name of the script used to handle the <see cref="M:DevExpress.XtraReports.UI.XRSummary.GetResult"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummaryEvents.OnReset">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRSummaryEvents.OnRowChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomColumnWidth"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,System.Int32)">
<summary>
<para>Initializes a new instance of the PivotCustomColumnWidthEventArgs class with the specified settings.
</para>
</summary>
<param name="item">
A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.
</param>
<param name="width">
An integer value.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the processed cell.
</para>
</summary>
<value>A zero-based integer value which specifies the visual index of the column that contains the processed cell.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs.ColumnWidth">
<summary>
<para>Specifies the width of the current column.
</para>
</summary>
<value>An integer value, specifying the column width.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs.GetColumnCellValue(System.Int32)">
<summary>
<para>Returns a cell value calculated for the specified row field value, against the specified data field.
</para>
</summary>
<param name="rowIndex">
A zero-based integer value that specifies the index of a row where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomColumnWidthEventArgs.RowCount">
<summary>
<para>Gets the number of rows in the pivot grid.
</para>
</summary>
<value>An integer value, specifying the total number of rows.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRPivotGrid.CustomRowHeight"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,System.Int32)">
<summary>
<para>Initializes a new instance of the PivotCustomRowHeightEventArgs class with the specified settings.
</para>
</summary>
<param name="item">
A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.
</param>
<param name="height">
An integer value.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs.ColumnCount">
<summary>
<para>Gets the number of columns in the pivot grid.
</para>
</summary>
<value>An integer value, specifying the total number of columns.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs.GetRowCellValue(System.Int32)">
<summary>
<para>Returns a cell value calculated for the specified column field value, against the specified data field.
</para>
</summary>
<param name="columnIndex">
A zero-based integer value that specifies the index of a column where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs.RowHeight">
<summary>
<para>Specifies the height of the current row.
</para>
</summary>
<value>An integer value, specifying the row height.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.PivotCustomRowHeightEventArgs.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the processed cell.
</para>
</summary>
<value>An integer value, specifying the visual index of the row that contains the processed cell.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.StyleUsing">
<summary>
<para>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.XRLine">
<summary>
<para>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 that is a collection of bindings for the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.LineDirection">
<summary>
<para>Gets or sets the line direction.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.LineDirection"/> enumeration value, which determines the current line direction.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.LineStyle">
<summary>
<para>Gets or sets the style used to draw a line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Drawing2D.DashStyle"/> enumeration value that represents the line style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.LineWidth">
<summary>
<para>Specifies the width (in report units) of the <see cref="T:DevExpress.XtraReports.UI.XRLine"/>.
</para>
</summary>
<value>An integer specifying the line's width, in report measurement units.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.Scripts">
<summary>
<para>Provides access to an object that contains XRLine-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRLineScripts"/> object, which represents scripts handling XRLine's events.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRLine.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLine.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.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.XRFieldEmbeddableControl">
<summary>
<para>The base for all report controls that support the data binding using embedded fields.
</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="P:DevExpress.XtraReports.UI.XRFieldEmbeddableControl.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</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(DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the XRPivotGridFieldOptions class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
<param name="viewBagOwner">
An IViewBagOwner object that is used to initialize the created object.
</param>
<param name="objectPath">
A string value that is used to initialize the created object.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowInCustomizationForm">
<summary>
<para>Gets or sets whether the field's header is displayed within the customization form when the field is hidden.
</para>
</summary>
<value><b>true</b> to display the field's header within the customization form when the field is hidden; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PivotGrid.XRPivotGridFieldOptions.ShowInPrefilter">
<summary>
<para>Gets or sets whether the field is shown in Prefilter.
</para>
</summary>
<value><b>true</b> if the field is shown in Prefilter; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Templates.Author">
<summary>
<para>Provides the information about a <see cref="T:DevExpress.XtraReports.Templates.Template"/>'s author.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Templates.Author.#ctor">
<summary>
<para>Initializes a new instance of the Author class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Templates.Author.Clone">
<summary>
<para>Creates a copy of the current Author object.
</para>
</summary>
<returns>An Author object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Templates.Author.ID">
<summary>
<para>Specifies the report template's author ID.
</para>
</summary>
<value>A <see cref="T:System.Guid"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Templates.Author.Name">
<summary>
<para>Specifies the name of the report template's author.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DefaultDataProviderRepository">
<summary>
<para>The default data provider repository that is used to register data sources on the server for a Report Wizard for Silverlight.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.#ctor">
<summary>
<para>Initializes a new instance of the DefaultDataProviderRepository class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.Clear">
<summary>
<para>Removes all registered data providers from the repository.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.EnumerateDataSourceInfo">
<summary>
<para>Returns the list of data sources that are registered on the server.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.DataSourceInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.Get(System.String)">
<summary>
<para>Obtains the specified data provider from the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<returns>An object implementing the <see cref="T:DevExpress.XtraReports.Data.IDataProvider"/> interface.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.Register(System.String,System.String,DevExpress.XtraReports.Data.IDataProvider)">
<summary>
<para>Registers the specified data provider in the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value.
</param>
<param name="provider">
An object implementing the <see cref="T:DevExpress.XtraReports.Data.IDataProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DefaultDataProviderRepository.Unregister(System.String)">
<summary>
<para>Unregisters a data source that is used by a Report Wizard for Silverlight on the server.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the data source name.
</param>
</member>
<member name="T:DevExpress.XtraReports.Data.IDataProviderRepository">
<summary>
<para>When implemented by a class, provides functionality to a data provider repository that is used to register data sources on the server for a Report Wizard for Silverlight.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProviderRepository.Clear">
<summary>
<para>Removes all registered data providers from the repository.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProviderRepository.EnumerateDataSourceInfo">
<summary>
<para>Returns the list of data sources that are registered on the server.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.DataSourceInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProviderRepository.Get(System.String)">
<summary>
<para>Obtains the specified data provider from the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<returns>An object implementing the <see cref="T:DevExpress.XtraReports.Data.IDataProvider"/> interface.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProviderRepository.Register(System.String,System.String,DevExpress.XtraReports.Data.IDataProvider)">
<summary>
<para>Registers the specified data provider in the repository.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value.
</param>
<param name="provider">
An object implementing the <see cref="T:DevExpress.XtraReports.Data.IDataProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProviderRepository.Unregister(System.String)">
<summary>
<para>Unregisters a data source that is used by a Report Wizard for Silverlight on the server.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value, specifying the data source name.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.WindowControlOptions">
<summary>
<para>Determines the settings of a Windows Forms control assigned to a <see cref="T:DevExpress.XtraReports.UI.PrintableComponentContainer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.WindowControlOptions.#ctor">
<summary>
<para>Initializes a new instance of the WindowControlOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.WindowControlOptions.DrawMethod">
<summary>
<para>Specifies the rendering mode of a Windows Forms control hosted in the WindowControlOptions.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlDrawMethod"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WindowControlOptions.ImageType">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlImageType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WindowControlOptions.PrintMode">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlPrintMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WindowControlOptions.SyncBounds">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.IDbSchemaHelper">
<summary>
<para>If implemented by a class, provides methods to obtain the information about a data source from the database.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.IDbSchemaHelper.FillSchema(System.Data.Common.DbConnection,System.Data.Common.DbDataAdapter,System.Data.DataSet,System.String)">
<summary>
<para>Fills the data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="dataAdapter">
A <see cref="T:System.Data.Common.DbDataAdapter"/> object.
</param>
<param name="dataSet">
A <see cref="T:System.Data.DataSet"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.IDbSchemaHelper.GetSchemaTableRows(System.Data.Common.DbConnection,System.String,System.String,System.String)">
<summary>
<para>Returns the table rows available in a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="collectionName">
A <see cref="T:System.String"/> value, specifying the collection name.
</param>
<param name="restrictionValue">
A <see cref="T:System.String"/> value, specifying the restriction level.
</param>
<param name="paramName">
A <see cref="T:System.String"/> value, specifying the parameter name.
</param>
<returns>An array of <see cref="T:System.Data.DataRow"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDbSchemaHelper.GetSelectColumnsQuery(System.Data.Common.DbConnection,System.String,System.String,System.String[])">
<summary>
<para>Returns the SELECT query string from a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the table schema name.
</param>
<param name="columnNames">
An array of <see cref="T:System.String"/> values, specifying the column names.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDbSchemaHelper.GetSelectColumnsQuery(System.Data.Common.DbConnection,System.String,System.String)">
<summary>
<para>Returns the SELECT query string from a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the table schema name.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDbSchemaHelper.GetTableColumnNames(System.Data.Common.DbConnection,System.String,System.String)">
<summary>
<para>Obtains column names from the specified data table.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value.
</param>
<returns>An array of <see cref="T:System.String"/> values.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Data.SelectQueryBuilder">
<summary>
<para>Builds a SQL query string to obtain data from a data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.SelectQueryBuilder.BuildSelectCommand(System.String,System.String,System.String[],System.String,System.String)">
<summary>
<para>Builds the specified SELECT query command.
</para>
</summary>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the table schema name.
</param>
<param name="columnNames">
An array of <see cref="T:System.String"/> values, specifying column names.
</param>
<param name="prefixLiteral">
A <see cref="T:System.String"/> value, specifying the prefix.
</param>
<param name="suffixLiteral">
A <see cref="T:System.String"/> value, specifying the suffix.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Data.ObjectDataProvider">
<summary>
<para>A Report Wizard's data provider that works with object model data sources (e.g., Entity Framework or XPO).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.#ctor(System.Object,System.String)">
<summary>
<para>Initializes a new instance of the ObjectDataProvider class with the specified data source and data member.
</para>
</summary>
<param name="dataSource">
A <see cref="T:System.Object"/> value.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the ObjectDataProvider class with the specified data source.
</para>
</summary>
<param name="dataSource">
A <see cref="T:System.Object"/> value.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.GetColumns(System.String)">
<summary>
<para>Returns a collection of columns available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.GetData(System.String)">
<summary>
<para>Returns data available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A <see cref="T:System.Object"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.GetTables">
<summary>
<para>Returns a collection of tables available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.ObjectDataProvider.GetViews">
<summary>
<para>Returns a collection of views available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Data.ObjectDataProvider.TablesOrViewsSupported">
<summary>
<para>For internal use. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object).
</para>
</summary>
<value><b>true</b> if the data source is table-based; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DbSchemaHelper">
<summary>
<para>A helper class that obtains the information about a data source from the database.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.#ctor">
<summary>
<para>Initializes a new instance of the DbSchemaHelper class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.FillSchema(System.Data.Common.DbConnection,System.Data.Common.DbDataAdapter,System.Data.DataSet,System.String)">
<summary>
<para>Fills the data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="dataAdapter">
A <see cref="T:System.Data.Common.DbDataAdapter"/> object.
</param>
<param name="dataSet">
A <see cref="T:System.Data.DataSet"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.GetSchemaColumnName(System.Data.Common.DbConnection)">
<summary>
<para>Returns the column name from a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.GetSchemaTableRows(System.Data.Common.DbConnection,System.String,System.String,System.String)">
<summary>
<para>Returns the table rows available in a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="collectionName">
A <see cref="T:System.String"/> value, specifying the collection name.
</param>
<param name="restrictionValue">
A <see cref="T:System.String"/> value, specifying the restriction level.
</param>
<param name="paramName">
A <see cref="T:System.String"/> value, specifying the parameter name.
</param>
<returns>An array of <see cref="T:System.Data.DataRow"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.GetSelectColumnsQuery(System.Data.Common.DbConnection,System.String,System.String,System.String[])">
<summary>
<para>Returns the SELECT query string from a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the table schema name.
</param>
<param name="columnNames">
An array of <see cref="T:System.String"/> values, specifying the column names.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.GetSelectColumnsQuery(System.Data.Common.DbConnection,System.String,System.String)">
<summary>
<para>Returns the SELECT query string from a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the table schema name.
</param>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.DbSchemaHelper.GetTableColumnNames(System.Data.Common.DbConnection,System.String,System.String)">
<summary>
<para>Returns an array of table column names available in a data source schema.
</para>
</summary>
<param name="connection">
A <see cref="T:System.Data.Common.DbConnection"/> object.
</param>
<param name="tableName">
A <see cref="T:System.String"/> value, specifying the table name.
</param>
<param name="tableSchemaName">
A <see cref="T:System.String"/> value, specifying the schema name in the database.
</param>
<returns>An array of <see cref="T:System.String"/> values.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.ProcessDuplicatesTarget">
<summary>
<para>Lists the values specifying whether to process duplicate values of a report control's data, or its <see cref="P:DevExpress.XtraReports.UI.XRControl.Tag"/> property values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag">
<summary>
<para><para>The <see cref="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesMode"/> property is in effect for the <see cref="P:DevExpress.XtraReports.UI.XRControl.Tag"/> property of a report control.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Value">
<summary>
<para><para>The <see cref="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesMode"/> property is in effect for the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property of a report control.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.ProcessDuplicatesMode">
<summary>
<para>Lists the values specifying how to process report controls with duplicate values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesMode.Leave">
<summary>
<para><para>A control is always printed.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesMode.Merge">
<summary>
<para><para>The identical data values are merged into a single column.</para>
<para>This setting is in effect for the property that is specified via the <see cref="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesTarget"/> option.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress">
<summary>
<para><para>If a control receives an identical value, a blank space is printed instead.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink">
<summary>
<para><para>If a control receives an identical value, it is not printed (without adding blank space in its place).</para>
<para>This setting has no effect on intersecting controls.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Data.IDataProvider">
<summary>
<para>Implements methods that allow working with a data source that is used by a Report Wizard for Silverlight.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProvider.GetColumns(System.String)">
<summary>
<para>Returns a collection of columns available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProvider.GetData(System.String)">
<summary>
<para>Returns data available in a data source.
</para>
</summary>
<param name="dataMember">
A <see cref="T:System.String"/> value, specifying the data member.
</param>
<returns>A <see cref="T:System.Object"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProvider.GetTables">
<summary>
<para>Returns a collection of tables available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Data.IDataProvider.GetViews">
<summary>
<para>Returns a collection of views available in a data source.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Data.IDataProvider.TablesOrViewsSupported">
<summary>
<para>Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object).
</para>
</summary>
<value><b>true</b> if the data source is table-based; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Data.DataProviderRepository">
<summary>
<para>Used to register data sources on the server for a Report Wizard for Silverlight.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Data.DataProviderRepository.Current">
<summary>
<para>Returns the current data source repository.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraReports.Data.IDataProviderRepository"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableCellCollection">
<summary>
<para>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.XRTableRowCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.#ctor(DevExpress.XtraReports.UI.XRTable)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRowCollection"/> class.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.XtraReports.UI.XRTable"/> object that owns this collection of table rows.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Add(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Appends the specified table row to the current collection.
</para>
</summary>
<param name="row">
An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to append to the collection.
</param>
<returns>An integer value indicating the position into which a new element was inserted.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.AddRange(DevExpress.XtraReports.UI.XRTableRow[])">
<summary>
<para>Appends an array of table rows to the collection.
</para>
</summary>
<param name="rows">
An array of <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Contains(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Determines whether the specified row is a member of the collection.
</para>
</summary>
<param name="row">
The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to locate in the collection.
</param>
<returns><b>true</b> if the row is a member of the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.FirstRow">
<summary>
<para>Gets the first row in the collection of rows in the table.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object occupying the uppermost position in the table.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.IndexOf(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Returns the zero-based index of the specified row in the collection.
</para>
</summary>
<param name="row">
The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to locate in the collection.
</param>
<returns>An integer value representing the position of the specified row in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Insert(System.Int32,DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Adds the specified table row to the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the table row is to be inserted.
</param>
<param name="row">
An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object that specifies the table row to insert into the collection.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.Item(System.Int32)">
<summary>
<para>An indexer that returns an <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object at the specified index in the collection of rows.
</para>
</summary>
<param name="index">
An integer index value that locates the row in the collection.
</param>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object that has the specified index in the collection of rows.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRowCollection.LastRow">
<summary>
<para>Gets the last row in the collection of table rows.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object occupying the lowest position in the table.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRowCollection.Remove(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Removes the specified row from the collection.
</para>
</summary>
<param name="row">
The <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object to remove from the collection.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableRow">
<summary>
<para>A single Row in an <see cref="T:DevExpress.XtraReports.UI.XRTable"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.#ctor">
<summary>
<para>Initializes a new instance of the XRTableRow class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.AnchorVertical">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Bookmark">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.BookmarkParent">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.BoundsF">
<summary>
<para>Specifies the height, width and location of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.CanGrow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property to hide it.
</para>
</summary>
<value><b>true</b> if the control's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.CanShrink">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
</summary>
<value><b>true</b> if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Cells">
<summary>
<para>Gets the collection of cells in the given table row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.XRTableCellCollection"/> object representing the collection of cells in the table row.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Controls">
<summary>
<para>Gets the collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects that are contained in this <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> instance.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.CreateRow(System.Single,System.Int32)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class with the specified settings.
</para>
</summary>
<param name="height">
A <see cref="T:System.Single"/> value, representing the row's height.
</param>
<param name="cellCount">
An integer value, representing the number of cells in the row.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> descendant.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.CreateRow(System.Drawing.SizeF,System.Int32)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class with the specified settings.
</para>
</summary>
<param name="size">
A <see cref="T:System.Drawing.SizeF"/> object, representing the row's dimensions.
</param>
<param name="cellCount">
An integer value, representing the number of cells in the row.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> descendant.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.DataBindings">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object that is a collection of bindings for the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.HeightF">
<summary>
<para>Gets or sets the height of the XRTableRow (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRTableRow.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.InsertCell(DevExpress.XtraReports.UI.XRTableCell,System.Int32)">
<summary>
<para>Inserts the cell into the table row.
</para>
</summary>
<param name="cell">
An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object to be inserted into the table row.
</param>
<param name="index">
An integer value indicating the position in which to insert the cell, in the collection of row cells.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.LeftF">
<summary>
<para>Specifies the X-coordinate of the control's left edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.LocationFloat">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.LockedInUserDesigner">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.PerformLayout">
<summary>
<para>Overrides the <see cref="M:DevExpress.XtraReports.UI.XRControl.PerformLayout"/> method.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.SetCellRange(DevExpress.XtraReports.UI.XRTableCell[])">
<summary>
<para>Replaces the existing collection of cells in the row with an array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects.
</para>
</summary>
<param name="cells">
An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects that will replace the existing collection of cells in the row.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.SizeF">
<summary>
<para>Gets or sets the size of the XRTableRow.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object that represents the control's width and height.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableRow.SwapCells(DevExpress.XtraReports.UI.XRTableCell,DevExpress.XtraReports.UI.XRTableCell)">
<summary>
<para>Swaps the content of the specified <see cref="T:DevExpress.XtraReports.UI.XRTable"/>'s cells.
</para>
</summary>
<param name="cell1">
An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object.
</param>
<param name="cell2">
An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Table">
<summary>
<para>Gets the parent table for the table row.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> class.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.TopF">
<summary>
<para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.Weight">
<summary>
<para>Gets or sets the relative size of the XRTableRow in respect to the sizes of other rows in a table.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which specifies the row's size, in relation to other rows.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.WidthF">
<summary>
<para>Gets or sets the width of the XRTableRow (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableRow.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableCell">
<summary>
<para>A single Cell in an <see cref="T:DevExpress.XtraReports.UI.XRTable"/>'s Row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableCell.#ctor">
<summary>
<para>Initializes a new instance of the XRTableCell class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.AnchorVertical">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.AutoWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRLabel.AutoWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.BoundsF">
<summary>
<para>Specifies the height, width and location of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.CanGrow">
<summary>
<para>Gets or sets a value indicating whether the table cell's height can grow in order to display the contents in their entirety.
</para>
</summary>
<value><b>true</b> if the table cell's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.CanHaveChildren">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.
</para>
</summary>
<value><b>true</b> always.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.CanShrink">
<summary>
<para>Gets or sets a value indicating whether the table cell's height can decrease if its contents do not completely fill the control.
</para>
</summary>
<value><b>true</b> if the table cell's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.HeightF">
<summary>
<para>Gets or sets the height of the XRTableCell (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.LeftF">
<summary>
<para>Specifies the X-coordinate of the control's left edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.LocationFloat">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.LockedInUserDesigner">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner"/> property.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.NextCell">
<summary>
<para>Gets the cell following the given cell in a table row.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing the next cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.PreviousCell">
<summary>
<para>Gets the cell previous to the given cell in a table row.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing the previous cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.Row">
<summary>
<para>Gets a parent row for the XRTableCell object.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> class.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.RowSpan">
<summary>
<para>Specifies the number of rows in the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> control that the cell spans.
</para>
</summary>
<value>An integer value, specifying the number of rows.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.SizeF">
<summary>
<para>Gets or sets the size of the XRTableCell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object that represents the control's width and height.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.TopF">
<summary>
<para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.Weight">
<summary>
<para>Specifies 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.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableCell.WidthF">
<summary>
<para>Gets or sets the width of the XRTableCell (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTable">
<summary>
<para>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.AdjustSize">
<summary>
<para>Adjusts the table size to accommodate the available rows and cells within them.
</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.ConvertToControls">
<summary>
<para>Converts the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects that belongs to a selected <see cref="T:DevExpress.XtraReports.UI.XRTable"/> instance to a set of individual <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> controls.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.CreateTable(System.Drawing.RectangleF,System.Int32,System.Int32)">
<summary>
<para>Creates an instance of the <see cref="T:DevExpress.XtraReports.UI.XRTable"/> class with the specified settings.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.RectangleF"/> object, representing the table's bounds.
</param>
<param name="rowCount">
An integer value, representing the number of rows.
</param>
<param name="columnCount">
An integer value, representing the number of columns.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRTable"/> descendant.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.DeleteColumn(DevExpress.XtraReports.UI.XRTableCell)">
<summary>
<para>Deletes the column that contains the specified cell from the current table.
</para>
</summary>
<param name="baseCell">
An <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> object representing a table cell belonging to the column to be deleted.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.DeleteRow(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Deletes the specified row from the current table.
</para>
</summary>
<param name="row">
An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a table row to be deleted.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.EndInit">
<summary>
<para>Ends the XRTable's initialization.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRTable.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.InsertColumnToLeft(DevExpress.XtraReports.UI.XRTableCell)">
<summary>
<para>Inserts a column into the table to the left of the column that contains the cell passed as the parameter.
</para>
</summary>
<param name="baseCell">
An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> class. If the <i>baseCell</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), the new column is added to the left from the first table column.
</param>
<returns>An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects representing the inserted column.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.InsertColumnToRight(DevExpress.XtraReports.UI.XRTableCell)">
<summary>
<para>Inserts a column into the table to the right of the column that contains the cell passed as the parameter.
</para>
</summary>
<param name="baseCell">
An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> class. If the <i>baseCell</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), the new column is added to the right from the last table column.
</param>
<returns>An array of <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects representing the inserted column.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.InsertRowAbove(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Inserts a row into the table above the given row.
</para>
</summary>
<param name="baseRow">
An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a row, above which a new row is inserted.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object inserted into the table.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTable.InsertRowBelow(DevExpress.XtraReports.UI.XRTableRow)">
<summary>
<para>Inserts a row into the table below the given row.
</para>
</summary>
<param name="baseRow">
An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object representing a row, below which a new row is inserted. If the <i>baseRow</i> parameter is <b>null</b> (<b>Nothing</b> in Visual Basic), then the newly created row is added after the last table row.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRTableRow"/> object inserted into the table.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property, to hide it.
</para>
</summary>
<value>Always <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.Rows">
<summary>
<para>Gets the collection of rows contained in the table.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRTableRowCollection"/> class.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTable.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRControlStyle">
<summary>
<para>An individual style object that is also a base for all conditional formatting objects.
</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(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.Single)">
<summary>
<para>Initializes a new instance of the XRControlStyle class with the specified dpi value.
</para>
</summary>
<param name="dpi">
A float value which specifies the dpi value used internally in the created XRControlStyle.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Font,System.Drawing.Color,DevExpress.XtraPrinting.TextAlignment,DevExpress.XtraPrinting.PaddingInfo,DevExpress.XtraPrinting.BorderDashStyle)">
<summary>
<para>Initializes a new instance of the XRControlStyle class with the specified settings.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> structure. 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"/> structure. 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. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Sides"/> property.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value. 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. 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"/> structure. 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. 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. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Padding"/> property.
</param>
<param name="borderDashStyle">
A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.BorderDashStyle"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.#ctor(System.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Single,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 settings.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> structure. 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"/> structure. 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. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Sides"/> property.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value. 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. 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"/> structure. 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. 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. 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.Drawing.Color,System.Drawing.Color,DevExpress.XtraPrinting.BorderSide,System.Single,System.Drawing.Font,System.Drawing.Color,DevExpress.XtraPrinting.TextAlignment)">
<summary>
<para>Initializes a new instance of the XRControlStyle class with the specified settings.
</para>
</summary>
<param name="backColor">
A <see cref="T:System.Drawing.Color"/> structure. 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"/> structure. 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. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.Sides"/> property.
</param>
<param name="borderWidth">
A <see cref="T:System.Single"/> value. 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. 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"/> structure. 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. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.BackColor">
<summary>
<para>Gets or sets the background color stored in this style.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderColor">
<summary>
<para>Gets or sets the border color stored in this style.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderDashStyle">
<summary>
<para>Gets or sets the border dash style stored in this style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value. The default is value <see cref="F:DevExpress.XtraPrinting.BorderDashStyle.Solid"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Borders">
<summary>
<para>Gets or sets a set of borders (top, right, bottom,left) stored in this style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value or their combination, which represents a set of visible borders.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.BorderStyle"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickBorderStyle"/> enumeration value that represents the border style of a control's brick.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.BorderWidth">
<summary>
<para>Specifies the border width, in floating point values.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.Clone">
<summary>
<para>Creates a copy of the current XRControlStyle object.
</para>
</summary>
<returns>A XRControlStyle object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Container">
<summary>
<para>Gets the container of this control style object.
</para>
</summary>
<value>An <see cref="T:System.ComponentModel.IContainer"/> object which represents the container of this control style.
</value>
</member>
<member name="F:DevExpress.XtraReports.UI.XRControlStyle.Default">
<summary>
<para>Represents an <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object with all its style properties set to their default values.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControlStyle.Disposed">
<summary>
<para>Occurs after the XRControlStyle has been disposed of.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current XRControlStyle instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current XRControlStyle instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Font">
<summary>
<para>Gets or sets the font stored in this style.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.ForeColor">
<summary>
<para>Gets or sets the foreground color stored in this style.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current XRControlStyle object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.IsDisposed">
<summary>
<para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
</summary>
<value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Name">
<summary>
<para>Gets or sets the name of the control style.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the control style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Padding">
<summary>
<para>Gets or sets the padding stored in this style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object that represents the padding values.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Sides">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.Sides"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration's values that defines the visible brick borders.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.Site">
<summary>
<para>Gets or sets the site associated with this control style.
</para>
</summary>
<value>An <see cref="T:System.ComponentModel.ISite"/> object associated with the component; or a <b>null</b> reference (<b>Nothing</b> in Visual Basic), if the component does not have a site.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.StringFormat">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraPrinting.BrickStyle.StringFormat"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BrickStringFormat"/> specifying the formatting for the text and its layout.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlStyle.StyleEquals(DevExpress.XtraReports.UI.XRControlStyle)">
<summary>
<para>Determines whether the specified <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance equals the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance.
</para>
</summary>
<param name="style">
The <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> object to compare the current object's properties with.
</param>
<returns><b>true</b> if the specified style is equal to the current <see cref="T:DevExpress.XtraReports.UI.XRControlStyle"/> instance; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.StyleUsing">
<summary>
<para>Gets the object that determines which of the current style's properties are used by the current <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.StyleUsing"/> object containing the style's properties.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlStyle.TextAlignment">
<summary>
<para>Gets or sets the text alignment stored in this style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the control.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ChangeEventHandler">
<summary>
<para>A method that will handle the events associated with the value changes of any properties.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ChangeEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.ChangeEventArgs)">
<summary>
<para>Handles the events associated with the value changes of any properties.
</para>
</summary>
<param name="sender">
An object of any type that triggers an event associated with the property's value changes.
</param>
<param name="e">
An object of the <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> class that provides data for the events associated with the property's value changes.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.ChangeEventArgs">
<summary>
<para>Provides data for the events that are associated with changes to property values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ChangeEventArgs.#ctor(System.Object,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.ChangeEventArgs"/> class.
</para>
</summary>
<param name="oldValue">
An object representing the old value of the property whose change triggered the event.
</param>
<param name="newValue">
An object representing the new value of the property whose change triggered the event.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.ChangeEventArgs.NewValue">
<summary>
<para>Gets an object which represents the new value of the property whose change triggered the event.
</para>
</summary>
<value>An object of the <see cref="T:System.Object"/> class.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.ChangeEventArgs.OldValue">
<summary>
<para>Gets an object which represents the old value of the property whose change triggered the event.
</para>
</summary>
<value>An object of the <see cref="T:System.Object"/> class.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BandEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BandEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.BandEventArgs)">
<summary>
<para>Handles the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
</summary>
<param name="sender">
An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.BandEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.BandEventArgs">
<summary>
<para>Provides data for the events that are associated with a band.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BandEventArgs.#ctor(DevExpress.XtraReports.UI.Band)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.BandEventArgs"/> class.
</para>
</summary>
<param name="band">
A <see cref="T:DevExpress.XtraReports.UI.Band"/> object, for which an event has occurred.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.BandEventArgs.Band">
<summary>
<para>Gets a band, for which an event has occurred.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.Band"/> class.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PageBreak">
<summary>
<para>Specifies where to make a page break, with respect to the given band.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PageBreak.AfterBand">
<summary>
<para>A page break is inserted after the band.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PageBreak.BeforeBand">
<summary>
<para>A page break is inserted before the band.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.PageBreak.None">
<summary>
<para>No page breaks should be inserted before or after the current band.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.FormattingRuleSheet">
<summary>
<para>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.XtraReportScripts">
<summary>
<para>Contains names of the scripts for an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnFillEmptySpace">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.FillEmptySpace"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestBeforeShow">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestBeforeShow"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestSubmit">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestSubmit"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnParametersRequestValueChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.ParametersRequestValueChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportScripts.OnPrintProgress">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReport.PrintProgress"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRControlEvents">
<summary>
<para>Used to implement scripting for report bands and controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControlEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRControlEvents"/> class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnAfterPrint">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.AfterPrint"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnBeforePrint">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.BeforePrint"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnDraw">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnEvaluateBinding">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnLocationChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnParentChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewClick">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewDoubleClick">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseDown">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseMove">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseUp">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnPrintOnPage">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControlEvents.OnTextChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.TruncatedControlScripts">
<summary>
<para>Contains the names of the scripts for certain report controls.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnDraw">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnDraw"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnEvaluateBinding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnEvaluateBinding"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnHtmlItemCreated">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnHtmlItemCreated"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewClick">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewClick"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewDoubleClick">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewDoubleClick"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseDown">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseDown"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseMove">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseMove"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.OnPreviewMouseUp">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPreviewMouseUp"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TruncatedControlScripts.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="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>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.TextFormatEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.TextFormatEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
</summary>
<param name="sender">
An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.TextFormatEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.TextFormatEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Format">
<summary>
<para>Gets the formatting string applied to the summary's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the string format for the text.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Text">
<summary>
<para>Gets or sets the text representation of the summary <see cref="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Value"/> with the string formatting applied.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the resulting string which will be printed as a label's summary value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.TextFormatEventArgs.Value">
<summary>
<para>Gets the value which is automatically calculated as the label's summary.
</para>
</summary>
<value>An <see cref="T:System.Object"/> representing the summary value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BandScripts">
<summary>
<para>Contains names of the scripts for report bands.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.BandScripts.OnLocationChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnLocationChanged"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BandScripts.OnParentChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnParentChanged"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BandScripts.OnPrintOnPage">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnPrintOnPage"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the script's code for the event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BandScripts.OnSizeChanged">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControlEvents.OnSizeChanged"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, containing the script's code for the event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRShape">
<summary>
<para>A Shape control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRShape.#ctor">
<summary>
<para>Initializes a new instance of the XRShape class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.Angle">
<summary>
<para>Gets or sets the angle (in degrees) by which the shape's image is rotated.
</para>
</summary>
<value>An integer value specifying the angle by which the shape's image is rotated.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.FillColor">
<summary>
<para>Gets or sets the color to fill the shape's contents.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object which represents the fill color of a shape.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.LineWidth">
<summary>
<para>Gets or sets the width (in report units) of the line which is used to draw the shape image.
</para>
</summary>
<value>An integer value (in report units) representing the width of the line.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.Shape">
<summary>
<para>Gets or sets an object which determines a particular shape type along with its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Shape.ShapeBase"/> class descendant which contains settings for a particular shape type.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.Stretch">
<summary>
<para>Gets or sets a value indicating whether or not to stretch a shape to fill its client area when it's rotated.
</para>
</summary>
<value><b>true</b> to stretch the shape; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRShape.XlsxFormatString">
<summary>
<para>For internal use only. Overrides the corresponding property of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ChartImageType">
<summary>
<para>Specifies how the <see cref="T:DevExpress.XtraReports.UI.XRChart"/> control should be internally rendered in a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ChartImageType.Bitmap">
<summary>
<para>The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.ChartImageType.Metafile">
<summary>
<para>The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.SummaryGetResultHandler">
<summary>
<para>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.IList)">
<summary>
<para>Initializes a new instance of the SummaryGetResultEventArgs class with the specified settings.
</para>
</summary>
<param name="calculatedValues">
An object implementing the <see cref="T:System.Collections.IList"/> interface, specifying the calculated values.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.CalculatedValues">
<summary>
<para>Returns a collection of values calculated using the summary function.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.IList"/> interface, specifying the calculated values.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Handled">
<summary>
<para>Gets or sets a value indicating whether an event was handled. If it was handled, the custom summary value is assigned to the <see cref="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Result"/> property.
</para>
</summary>
<value><b>true</b> if the custom summary value is calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.SummaryGetResultEventArgs.Result">
<summary>
<para>Gets or sets the result of a custom summary calculation.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the resulting summary value. Note that this object is converted to the <see cref="T:System.String"/> type to be shown within a label for which a custom summary is calculated.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XtraReportBaseScripts">
<summary>
<para>Contains names of the scripts for the <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> class descendants.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnBandHeightChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.BandHeightChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnDataSourceDemanded">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceDemanded"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XtraReportBaseScripts.OnDataSourceRowChanged">
<summary>
<para>Gets or sets the name of the script used to handle the <see cref="E:DevExpress.XtraReports.UI.XtraReportBase.DataSourceRowChanged"/> event.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the script for this event.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRPageInfo">
<summary>
<para>A Page Information control that is used to display auxiliary information on report pages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRPageInfo.#ctor">
<summary>
<para>Initializes a new instance of the XRPageInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.CanGrow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property to hide it.
</para>
</summary>
<value><b>true</b> if the control's height can grow in order to display all its contents; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.CanShrink">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
</summary>
<value><b>true</b> if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.DefaultPadding">
<summary>
<para>Returns an object representing the default padding value for the XRPageInfo class.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the default padding for a page info control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.Format">
<summary>
<para>Gets or sets the format for the auxiliary information (date, page number etc.) placed on a report page.
</para>
</summary>
<value>A string containing the format for the auxiliary information displayed on a report page.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.PageInfo">
<summary>
<para>Gets or sets the value of the <see cref="T:DevExpress.XtraPrinting.PageInfo"/> type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PageInfo"/> enumeration value that determines the auxiliary information (date, page number etc.) displayed on each report page.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.RunningBand">
<summary>
<para>Gets or sets the band upon which <see cref="T:DevExpress.XtraReports.UI.XRPageInfo"/> gathers information.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> descendant, upon which XRPageInfo's data is calculated.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.StartPageNumber">
<summary>
<para>Gets or sets the value used as the number to start numbering the pages from within the <see cref="T:DevExpress.XtraReports.UI.XRPageInfo"/> control.
</para>
</summary>
<value>An integer value indicating the page number for the first report's page.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageInfo.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRPageBreak">
<summary>
<para>A Page Break control that 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>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.BoundsF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BoundsF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.DataBindings">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object that is a collection of bindings for the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.Draw">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.EvaluateBinding">
<summary>
<para>This event is not available for the XRPageBreak class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.EvenStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.ForeColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.OddStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewDoubleClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseDown">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseMove">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PreviewMouseUp">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.PrintOnPage">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.
</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>An <see cref="T:DevExpress.XtraReports.UI.XRPageBreakScripts"/> object, which represents scripts handling XRPageBreak's events.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.SizeChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.SizeF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.StyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRPageBreak.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRPageBreak.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.WinControlContainer">
<summary>
<para>A container for embedding the <see cref="T:System.Windows.Forms.Control"/> class and its descendants into your 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.BorderDashStyle">
<summary>
<para>Specifies the border dash style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.Borders">
<summary>
<para>Specifies the control's borders.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value.
</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>A <see cref="T:System.Single"/> value.
</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 that is a collection of bindings for the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.DrawMethod">
<summary>
<para>Gets or sets the type of the method that is used to draw a <b>Windows Forms</b> control in a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlDrawMethod"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.EvenStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.Font">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that defines the text format, including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.ForeColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the foreground color of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.ImageType">
<summary>
<para>Gets or sets a value which indicates how a WinControl contents is rendered.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlImageType"/> enumeration value which specifies how a WinControl is rendered in a report.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.OddStyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.OddStyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current odd style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.Padding">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing padding values for a control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.PrintMode">
<summary>
<para>Gets or sets a value which indicates whether a WinControl's contents should be rendered as a set of Printing System bricks (if possible), or as an image.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlPrintMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.StyleName">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.StyleName"/> property.
</para>
</summary>
<value>A string containing the name of the current style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.Styles">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Styles"/> property.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines the set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.SyncBounds">
<summary>
<para>Gets or sets a Boolean value indicating whether the <b>Windows Forms</b> control should synchronize its bounds with the bounds of the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object it is contained in.
</para>
</summary>
<value><b>true</b> to synchronize the bounds of the <b>Windows Forms</b> control and the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration values that specifies how the text is aligned in the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.WinControl">
<summary>
<para>Gets or sets a <see cref="T:System.Windows.Forms.Control"/> object that is placed into the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> class descendant.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.WinControlContainer.WinControlChanged">
<summary>
<para>Occurs when a new <see cref="T:System.Windows.Forms.Control"/> object is placed into the <see cref="T:DevExpress.XtraReports.UI.WinControlContainer"/> object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.WinControlContainer.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.ReportHeaderBand">
<summary>
<para>Represents a band used as a header for a report. Objects placed in this band are displayed once, at the beginning of the report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportHeaderBand.#ctor">
<summary>
<para>Initializes a new instance of the ReportHeaderBand class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.ReportFooterBand">
<summary>
<para>Represents a band used as a footer in reports. Objects placed in this band are displayed once at the end of the report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.ReportFooterBand.#ctor">
<summary>
<para>Initializes a new instance of the ReportFooterBand class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.ReportFooterBand.PrintAtBottom">
<summary>
<para>Gets or sets a value which specifies whether the Report Footer should be printed at the bottom of the last page, or immediately after the last report's details.
</para>
</summary>
<value><b>true</b> if the <b>Report Footer</b> should be printed at the bottom of a page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PageHeaderBand">
<summary>
<para>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>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>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>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="E:DevExpress.XtraReports.UI.BandCollection.CollectionChanged">
<summary>
<para>Occurs if a band is added to or removed from the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.BandCollection.Contains(DevExpress.XtraReports.UI.Band)">
<summary>
<para>Determines whether the specified band is a member of the collection.
</para>
</summary>
<param name="band">
The <see cref="T:DevExpress.XtraReports.UI.Band"/> object to locate in the collection.
</param>
<returns><b>true</b> if the band is a member of the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.BandCollection.GetBandByType(System.Type)">
<summary>
<para>Returns a <see cref="T:DevExpress.XtraReports.UI.Band"/> object if an object of the specified type is contained in the collection.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> object representing the type of band to locate.
</param>
<returns>A <see cref="T:DevExpress.XtraReports.UI.Band"/> descendant representing the band found. Returns <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any band of the specified type in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.BandCollection.GetSortedBands">
<summary>
<para>Sorts the bands inside the collection according to the default sort order set in the <see cref="T:DevExpress.XtraReports.UI.BandCollection"/> class.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IList"/> interface.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.BandCollection.IndexOf(DevExpress.XtraReports.UI.Band)">
<summary>
<para>Returns the zero-based index of the specified band in the collection.
</para>
</summary>
<param name="band">
A <see cref="T:DevExpress.XtraReports.UI.Band"/> object to locate in the collection.
</param>
<returns>An integer value representing the position of the specified band in the collection.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.BandCollection.Item(System.Int32)">
<summary>
<para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.Band"/> object located at the specified index in the collection.
</para>
</summary>
<param name="index">
An integer index value that identifies a <see cref="T:DevExpress.XtraReports.UI.Band"/> object in the collection.
</param>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> object that has the specified index in the collection.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BandCollection.Item(System.String)">
<summary>
<para>Provides access to individual items in the collection by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the band to get.
</param>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> class descendant which represents the band with the specified name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.BandCollection.Item(DevExpress.XtraReports.UI.BandKind)">
<summary>
<para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.Band"/> object that is of the specified band kind.
</para>
</summary>
<param name="kind">
A <see cref="T:DevExpress.XtraReports.UI.BandKind"/> enumeration value that identifies a <see cref="T:DevExpress.XtraReports.UI.Band"/> object by its band kind in the collection.
</param>
<value>The <see cref="T:DevExpress.XtraReports.UI.Band"/> object that has the specified band kind in the collection. If no band with the specified band kind was found in the collection the indexer returns <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.BandCollection.Remove(DevExpress.XtraReports.UI.Band)">
<summary>
<para>Removes the specified band from the collection.
</para>
</summary>
<param name="band">
A <see cref="T:DevExpress.XtraReports.UI.Band"/> object to remove from the collection of bands.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.Band">
<summary>
<para>Defines a base class for report bands that can contain objects of the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class and its derived classes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.AnchorVertical">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.VerticalAnchorStyles.None"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.Bookmark">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Bookmark"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.BookmarkParent">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.BottomF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BottomF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.BoundsF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BoundsF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.CanGrow">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanGrow"/> property, to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.CanHaveChildren">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren"/> property.
</para>
</summary>
<value><b>true</b> always.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.CanShrink">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.CanShrink"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.DataBindings">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.DataBindings"/> property.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> object that is a collection of bindings for the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.Draw">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.Draw"/> event.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.EvaluateBinding">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.Expanded">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.HeightF">
<summary>
<para>Specifies the band's height (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the height of the band.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.HtmlItemCreated">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.KeepTogether">
<summary>
<para>Gets or sets a value which specifies whether a band can be split across pages.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire band on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.LeftF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LeftF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.LocationChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.LocationChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.LocationF">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.LocationFloat">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationFloat"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.NavigateUrl">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.PageBreak">
<summary>
<para>Gets or sets a value that determines where to make a page break, in respect to the given band.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.PageBreak"/> enumeration value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.ParentChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.ParentChanged"/> event.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PreviewClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PreviewDoubleClick">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewDoubleClick"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseDown">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseDown"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseMove">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseMove"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PreviewMouseUp">
<summary>
<para>Hides the inappropriate <see cref="E:DevExpress.XtraReports.UI.XRControl.PreviewMouseUp"/> event of the parent <see cref="T:DevExpress.XtraReports.UI.XRControl"/> class.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.PrintOnPage">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.PrintOnPage"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.RightF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.RightF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.Scripts">
<summary>
<para>Provides access to an object that contains Band-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.BandScripts"/> object, which represents scripts handling Band's events.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.SizeChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.SizeChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.SizeF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SizeF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.SnapLineMargin">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.SnapLineMargin"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.SnapLinePadding">
<summary>
<para>Specifies the band's inner indents to be maintained when report elements are aligned to the band's edges using snap lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the band.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.Target">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Target"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.Text">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the text associated with the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.Band.TextChanged">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraReports.UI.XRControl.TextChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.Band.ToImage">
<summary>
<para>Replaces the <see cref="M:DevExpress.XtraReports.UI.XRControl.ToImage"/> method.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Image"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.TopF">
<summary>
<para>For internal use only. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.TopF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.WidthF">
<summary>
<para>For internal use. Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WidthF"/> property, to hide it.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the band.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.Band.XlsxFormatString">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.BandKind">
<summary>
<para>Specifies the types of bands used in the XtraReports Suite.
</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. A band of this type contains the bulk of the report data as it is reprinted for each record, and typically displays individual records.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.DetailReport">
<summary>
<para>This band contains a detail report which contains its own bands and controls. This detail report band is intended to create master-detail reports.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.GroupFooter">
<summary>
<para>Objects placed in this band are displayed at the end of each group of records. Normally used to provide summary values based upon the group's data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.GroupHeader">
<summary>
<para>Objects placed in this band are displayed at the beginning of each group of records. Typically holds the field headers for the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.None">
<summary>
<para>This band kind is intended for internal use only.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.PageFooter">
<summary>
<para>Objects placed in this band are displayed at the bottom of each page, above the <see cref="T:DevExpress.XtraReports.UI.BottomMarginBand"/>. Normally used to contain the footer of a table continued on the following page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.PageHeader">
<summary>
<para>Objects placed in this band are displayed at the top of each page, below the <see cref="T:DevExpress.XtraReports.UI.TopMarginBand"/>. Normally used to contain the header of a table continued from the previous page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.ReportFooter">
<summary>
<para>Objects placed in this band are displayed once, at the end of the report. Used to display information only required once at the end of the report such as grand totals.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.ReportHeader">
<summary>
<para>Objects placed in this band are displayed once, at the beginning of the report. Usually contains the report title and any other information only required at the start of the report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.BandKind.TopMargin">
<summary>
<para>Objects placed in this band are displayed at the top of each page. These can be used to display the date, report name, etc.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.PrintOnPageEventHandler">
<summary>
<para>A 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.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.UI.XRTableOfContentsLevelBase">
<summary>
<para>The base for classes that provide functionality to the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> control levels.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.#ctor">
<summary>
<para>Initializes a new instance of the XRTableOfContentsLevelBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.BackColor">
<summary>
<para>Specifies the background color of a Table of Contents level.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.Font">
<summary>
<para>Defines the font used to draw text within the Table of Contents control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.ForeColor">
<summary>
<para>Specifies the foreground color of a Table of Contents level.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.Height">
<summary>
<para>Specifies the height of the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> level.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevelBase.Padding">
<summary>
<para>Specifies the padding of the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> level.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableOfContentsLevelCollection">
<summary>
<para>A collection of levels assigned to an <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContentsLevelCollection.#ctor(DevExpress.XtraReports.UI.XRTableOfContents)">
<summary>
<para>Initializes a new instance of the XRTableOfContentsLevelCollection class with the specified <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> object.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableOfContentsTitle">
<summary>
<para>The title of an <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContentsTitle.#ctor">
<summary>
<para>Initializes a new instance of the XRTableOfContentsTitle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsTitle.Text">
<summary>
<para>Specifies the text for the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> title.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsTitle.TextAlignment">
<summary>
<para>Specifies the text alignment for the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> title.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRTableOfContentsLevel">
<summary>
<para>An individual level in an <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRTableOfContentsLevel.#ctor">
<summary>
<para>Initializes a new instance of the XRTableOfContentsLevel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevel.Indent">
<summary>
<para>Specifies the indent for the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> level to highlight the hierarchy of the bookmarks assigned to various elements of a document.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRTableOfContentsLevel.LeaderSymbol">
<summary>
<para>Specifies the leader symbol for the <see cref="T:DevExpress.XtraReports.UI.XRTableOfContents"/> level.
</para>
</summary>
<value>A <see cref="T:System.Char"/> structure, specifying the leader symbol.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.PrintableComponentContainer">
<summary>
<para>A container for DevExpress and third-party Windows Forms controls, as well as documents created using printing links.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.PrintableComponentContainer.#ctor">
<summary>
<para>Initializes a new instance of the PrintableComponentContainer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.BackColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the background color of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.BorderColor">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the background color of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.BorderDashStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.Borders">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.BorderWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.ClipContent">
<summary>
<para>Specifies whether to clip the content which does not within the PrintableComponentContainer's bounds, or increase the control's dimensions to display the content in full.
</para>
</summary>
<value><b>true</b> to clip the excessive content; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.DrawMethod">
<summary>
<para>Specifies the rendering mode of a Windows Forms control hosted in the PrintableComponentContainer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlDrawMethod"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.ImageType">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlImageType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.Padding">
<summary>
<para>Specifies the inner spacing between the borders of the PrintableComponentContainer and the content it displays.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.PrintableComponent">
<summary>
<para>Used to assign a Windows Forms control or a printing link to a PrintableComponentContainer at runtime.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.PrintableComponentContainer.PrintableComponentChanged">
<summary>
<para>Occurs when a new component has been assigned to the PrintableComponentContainer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.PrintableContentOffset">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.PrintMode">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WinControlPrintMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.SyncBounds">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.WinControl">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.PrintableComponentContainer.WinControlChanged">
<summary>
<para>For internal use. Occurs when a new <see cref="T:System.Windows.Forms.Control"/> object has been assigned to the PrintableComponentContainer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.PrintableComponentContainer.WindowControlOptions">
<summary>
<para>Provides access to an object containing options that detail the drawing of a Windows Forms control assigned to the PrintableComponentContainer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.WindowControlOptions"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.CalculatedField">
<summary>
<para>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="P:DevExpress.XtraReports.UI.CalculatedField.DataMember">
<summary>
<para>Specifies the data member of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a calculated field's data member.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.DataSource">
<summary>
<para>Specifies the data source, associated with the calculated field.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing a calculated field's data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.DisplayName">
<summary>
<para>Specifies the display name of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the calculated field's display name.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.CalculatedField.Equals(System.Object)">
<summary>
<para>Determines whether or not the specified object is equal to the current CalculatedField instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current CalculatedField instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.Expression">
<summary>
<para>Specifies the expression of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a calculated field's expression.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.FieldType">
<summary>
<para>Specifies the type of the value returned by the calculated field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.FieldType"/> enumeration value, specifying the calculated field's value type.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.CalculatedField.GetHashCode">
<summary>
<para>Serves as the default hash function.
</para>
</summary>
<returns>An integer value, specifying 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 its value, enabling you to return a custom value for this calculated field.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.IsDisposed">
<summary>
<para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
</summary>
<value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.Name">
<summary>
<para>Gets or sets the name of the calculated field.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the name of the calculated field.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.CalculatedField.Scripts">
<summary>
<para>Provides access to an object that contains CalculatedField-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.CalculatedFieldScripts"/> object, which represents scripts handling CalculatedField's events.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRControlScripts">
<summary>
<para>Contains names of the scripts for all report controls.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.XRGroupSortingSummary">
<summary>
<para>Contains settings that define the sorting of groups by summary function results.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRGroupSortingSummary.#ctor">
<summary>
<para>Initializes a new instance of the XRGroupSortingSummary class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.Enabled">
<summary>
<para>Specifies whether the summary function is enabled.
</para>
</summary>
<value><b>true</b> if the summary function is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.FieldName">
<summary>
<para>Specifies the data field, for which the summary function is calculated.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data field name.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.Function">
<summary>
<para>Specifies the arithmetic function to calculate.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SortingSummaryFunction"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.IgnoreNullValues">
<summary>
<para>Specifies whether <b>null</b> values should be ignored when a summary is calculated.
</para>
</summary>
<value><b>true</b> to ignore null values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGroupSortingSummary.SortOrder">
<summary>
<para>Specifies the sorting direction for groups (ascending or descending).
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRColumnSortOrder"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.LightSwitchDataSource">
<summary>
<para>A data source that allows you to use native LightSwitch structures, such as Table or Query.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.LightSwitchDataSource.#ctor">
<summary>
<para>Initializes a new instance of the LightSwitchDataSource class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.LightSwitchDataSource.CollectionName">
<summary>
<para>Specifies the name of a collection that is used as a LightSwitch data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.LightSwitchDataSource.DataSource">
<summary>
<para>Specifies a LightSwitch data source object.
</para>
</summary>
<value>A <see cref="T:System.Object"/> type.
</value>
</member>
<member name="P:DevExpress.XtraReports.LightSwitchDataSource.DataSourceName">
<summary>
<para>Specifies the name of a LightSwitch data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.LightSwitchDataSource.FillDataSource">
<summary>
<para>For internal use. Occurs when a LightSwitch data source is being filled.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.LightSwitchDataSource.GetParameters">
<summary>
<para>Provides access to the collection of report parameters.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraReports.LightSwitchDataSource.IsQuery">
<summary>
<para>Specifies whether or not the data source is a LightSwitch query.
</para>
</summary>
<value><b>true</b> if the data source is a LightSwitch query; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.LightSwitchDataSource.QueryParameters">
<summary>
<para>Provides access to the collection of LightSwitch query parameters.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpo.DB.QueryParameterCollection"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.FillDataSourceEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.LightSwitchDataSource.FillDataSource"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.FillDataSourceEventArgs.#ctor(System.Collections.IList,System.String,System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1)">
<summary>
<para>For internal use. Initializes a new instance of the FillDataSourceEventArgs class with the specified settings.
</para>
</summary>
<param name="list">
An object implementing the <see cref="T:System.Collections.IList"/> interface. This value is assigned to the <see cref="P:DevExpress.XtraReports.FillDataSourceEventArgs.List"/> property.
</param>
<param name="dataSourceName">
A <see cref="T:System.String"/> value, specifying the data source name. This value is assigned to the <see cref="P:DevExpress.XtraReports.FillDataSourceEventArgs.DataSourceName"/> property.
</param>
<param name="collectionName">
A <see cref="T:System.String"/> value, specifying the collection name. This value is assigned to the <see cref="P:DevExpress.XtraReports.FillDataSourceEventArgs.CollectionName"/> property.
</param>
<param name="isQuery">
<b>true</b> if the data source is a LightSwitch query; otherwise <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraReports.FillDataSourceEventArgs.IsQuery"/> property.
</param>
<param name="parameters">
A read-only collection of <see cref="T:DevExpress.DocumentServices.ServiceModel.DataContracts.ReportParameter"/> objects. This value is assigned to the <see cref="P:DevExpress.XtraReports.FillDataSourceEventArgs.Parameters"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.FillDataSourceEventArgs.CollectionName">
<summary>
<para>For internal use. Gets the name of a collection that is used as a LightSwitch data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the collection name.
</value>
</member>
<member name="P:DevExpress.XtraReports.FillDataSourceEventArgs.DataSourceName">
<summary>
<para>For internal use. Gets the name of a LightSwitch data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data source name.
</value>
</member>
<member name="P:DevExpress.XtraReports.FillDataSourceEventArgs.IsQuery">
<summary>
<para>For internal use. Gets a value specifying whether or not a LightSwitch data source is a LightSwitch query.
</para>
</summary>
<value><b>true</b> if the data source is a LightSwitch query; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.FillDataSourceEventArgs.List">
<summary>
<para>For internal use. Specifies the list that is used as a LightSwitch data source.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.IList"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraReports.FillDataSourceEventArgs.Parameters">
<summary>
<para>For internal use. Provides access to the collection of LightSwitch data source parameters.
</para>
</summary>
<value>A read-only collection of <see cref="T:DevExpress.DocumentServices.ServiceModel.DataContracts.ReportParameter"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs"/> object that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.#ctor(System.Object[])">
<summary>
<para>Initializes a new instance of the GroupSortingSummaryGetResultEventArgs class with the specified settings.
</para>
</summary>
<param name="calculatedValues">
An array of <see cref="T:System.Object"/> values, that corresponds to all the values automatically calculated by this moment. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.CalculatedValues"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.CalculatedValues">
<summary>
<para>Gets an array of values which can be used to calculate a custom summary.
</para>
</summary>
<value>An array of <see cref="T:System.Object"/> values to be used for a custom summary.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Handled">
<summary>
<para>Specifies whether or not the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> event was handled. If so, the custom summary value is assigned to the <see cref="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Result"/> property.
</para>
</summary>
<value><b>true</b>, if the custom summary value is calculated; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupSortingSummaryGetResultEventArgs.Result">
<summary>
<para>Gets or sets the result of a custom summary for sorting groups.
</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the resulting summary value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.SortingSummaryFunction">
<summary>
<para>Lists the summary functions available for sorting groups by summary results.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Avg">
<summary>
<para>Calculates the average of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Count">
<summary>
<para>Counts the number of values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Custom">
<summary>
<para>Calculates the custom summary using the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset"/>, <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> and <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult"/> events.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DAvg">
<summary>
<para>Calculates the average of all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DCount">
<summary>
<para>Counts the number of <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DStdDev">
<summary>
<para>Calculates the standard deviation of all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DStdDevP">
<summary>
<para>Calculates the standard population deviation of all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DSum">
<summary>
<para>Calculates the total of all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DVar">
<summary>
<para>Calculates the amount of variance for all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.DVarP">
<summary>
<para>Calculates the population variance of all the <b>distinct</b> values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Max">
<summary>
<para>Calculates the maximum of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Median">
<summary>
<para>Finds the middle number within a sequence.
<para>Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Min">
<summary>
<para>Calculates the minimum of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.StdDev">
<summary>
<para>Calculates the standard deviation of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.StdDevP">
<summary>
<para>Calculates the standard population deviation of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Sum">
<summary>
<para>Calculates the total of all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.Var">
<summary>
<para>Calculates the amount of variance for all the values within the group.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.SortingSummaryFunction.VarP">
<summary>
<para>Calculates the population variance of all the values within the group.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.XRLabel">
<summary>
<para>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>Specifies whether or not the width of a label depends on its text.
</para>
</summary>
<value><b>true</b>, to automatically adjust the width to accommodate the label text; 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.NullValueText">
<summary>
<para>Specifies the text shown by the XRLabel when the value of its bound data field is <b>null</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabel.ProcessDuplicatesMode">
<summary>
<para>Specifies how to process report controls with duplicate values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabel.ProcessDuplicatesTarget">
<summary>
<para>Specifies whether to process duplicate values of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/>, or <see cref="P:DevExpress.XtraReports.UI.XRControl.Tag"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesTarget"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabel.ProcessNullValues">
<summary>
<para>Specifies how to process a Label control receiving a null value from a connected data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabel.Scripts">
<summary>
<para>Provides access to an object that contains XRLabel-specific scripts to handle its events in the End-User Designer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRLabelScripts"/> object, which represents scripts handling XRLabel's events.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRLabel.Summary">
<summary>
<para>Gets the value that was calculated for the data source field bound to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property of the given label.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRSummary"/> object that represents the calculated numerical value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryCalculated">
<summary>
<para>Occurs when the automatic summary value of a label has been calculated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryGetResult">
<summary>
<para>Occurs when a summary gets its final value.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryReset">
<summary>
<para>Occurs when the summary value needs to be set to its initial value when calculating a custom summary.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRLabel.SummaryRowChanged">
<summary>
<para>Occurs when a report retrieves the next data row in the bound data source.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.XRControlCollection">
<summary>
<para>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.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>The base class for all 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="M:DevExpress.XtraReports.UI.XRControl.AllControls``1">
<summary>
<para>Returns a collection that contains all controls found within XRControl (within a report).
</para>
</summary>
<returns>A collection of objects with the specified type.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.AnchorVertical">
<summary>
<para>Specifies the vertical anchoring style of a report control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.VerticalAnchorStyles"/> enumeration member, specifying the side of the control's container.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BackColor">
<summary>
<para>Gets or sets the control's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the background color. The default value is <see cref="P:System.Drawing.Color.Transparent"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Band">
<summary>
<para>Provides access to the owner band, in which the current control is situated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.Band"/> class descendant representing the owner band.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.BeforePrint">
<summary>
<para>Occurs before an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object creates its image in a report being previewed/printed/exported.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Bookmark">
<summary>
<para><b>Bindable</b>. Gets or sets the text of a bookmark for this control.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the bookmark's text which is shown in the report's document map.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BookmarkParent">
<summary>
<para>Gets or sets the report control whose bookmark is the parent of the current bookmark.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object representing the control whose bookmark is the parent of the current bookmark.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BorderColor">
<summary>
<para>Gets or sets the control's border color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle">
<summary>
<para>Specifies the dash style for the control's border.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> enumeration value. The default is value <see cref="F:DevExpress.XtraPrinting.BorderDashStyle.Solid"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Borders">
<summary>
<para>Gets or sets a set of borders (top, right, bottom,left), which should be visible for the control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value or combination of values, which represents a set of visible borders.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BorderWidth">
<summary>
<para>Specifies the border width, in floating point values.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Bottom">
<summary>
<para>Gets the Y-coordinate of the control's bottom edge (measured in report units).
</para>
</summary>
<value>An integer value representing the Y-coordinate of the control's bottom edge (measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property).
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BottomF">
<summary>
<para>Gets the Y-coordinate of the control's bottom edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the control's bottom edge (measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property).
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Bounds">
<summary>
<para>Specifies the height, width and location of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object representing a rectangular region by its height, width and location.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.BoundsF">
<summary>
<para>Specifies the location and size of a report element, according to the system of measurement selected for the report.
</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> structure, specifying the element's dimensions 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 content in its entirety.
</para>
</summary>
<value><b>true</b>, if the control's height can grow in order to display the entire content; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.CanHaveChildren">
<summary>
<para>Gets a value indicating whether the control can contain other controls.
</para>
</summary>
<value>A Boolean value indicating whether an <see cref="T:DevExpress.XtraReports.UI.XRControl"/> instance can contain other controls.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.CanShrink">
<summary>
<para>Gets or sets a value indicating whether the control's height can decrease if its contents do not completely fill the control.
</para>
</summary>
<value><b>true</b>, if the control's height can decrease in order to remove unused space; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Controls">
<summary>
<para>Gets the collection of <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects or their descendants that are contained in this control.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRControlCollection"/> class representing the collection of contained controls.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.ControlType">
<summary>
<para>Gets the type of the control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.DataBindings">
<summary>
<para>Provides access to the collection of a control's bindings.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> value, specifying the collection of the control's bindings.
</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 redrawn in a report's Print Preview.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.EvaluateBinding">
<summary>
<para>Occurs after a data-bound <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object obtains data from its data source.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.EvenStyleName">
<summary>
<para>Gets or sets the current even style for the control.
</para>
</summary>
<value>A string containing the name of the current even style for the <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.FindControl(System.String,System.Boolean)">
<summary>
<para>Finds the control that has the specified name in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> specifying the name of the control to find.
</param>
<param name="ignoreCase">
<b>true</b> to ignore the case of the parameter name and the names of the controls in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection; otherwise, <b>false</b>.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRControl"/> object which has the specified name and is contained in the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> collection. If there isn't any control with the specified name in the collection of child controls, then <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Font">
<summary>
<para>Gets or sets the control's font.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object that represents font settings including font face, size, and style attributes.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.ForeColor">
<summary>
<para>Gets or sets the control's foreground color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.FormattingRuleLinks">
<summary>
<para>For internal use. Supports the XML serialization of a report's formatting rules.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.FormattingRules">
<summary>
<para>Provides access to a collection of formatting rules applied to this control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.FormattingRuleCollection"/> object, containing <see cref="T:DevExpress.XtraReports.UI.FormattingRule"/> instances.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBackColor">
<summary>
<para>Returns the color actually used as the control's background color.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Color"/> value representing the effective background color.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderColor">
<summary>
<para>Returns the color actually used as the control's border color.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Color"/> value representing the effective border color.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderDashStyle">
<summary>
<para>Returns the border dash style that is actually used by the control.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.BorderDashStyle"/> value representing the effective border dash style.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorders">
<summary>
<para>Returns the borders settings actually used as the control's borders settings.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value representing the effective borders settings.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveBorderWidth">
<summary>
<para>Returns the border width settings actually used as the control's current settings.
</para>
</summary>
<returns>A <see cref="T:System.Single"/> value representing the effective border width settings.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveFont">
<summary>
<para>Returns the font actually used as the control's font.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Font"/> value representing the effective font.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveForeColor">
<summary>
<para>Returns the color actually used as the control's foreground color.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Color"/> value representing the effective foreground color.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectivePadding">
<summary>
<para>Returns the padding values actually used as the control's padding.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object representing the effective padding values.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.GetEffectiveTextAlignment">
<summary>
<para>Returns the text alignment actually used as the control's text alignment.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value representing the effective text alignment.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.HasChildren">
<summary>
<para>Gets a value indicating whether the control contains other <see cref="T:DevExpress.XtraReports.UI.XRControl"/> objects.
</para>
</summary>
<value><b>true</b> if the collection returned by the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> property of the given <see cref="T:DevExpress.XtraReports.UI.XRControl"/> contains at least one item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Height">
<summary>
<para>Gets or sets the control's height (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.HeightF">
<summary>
<para>Specifies the control's height (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the height of the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.HtmlItemCreated">
<summary>
<para>For internal use. Occurs when a new item used for a Web representation of the control is created.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Index">
<summary>
<para>Gets the zero-based index of this control in its parent's collection of controls.
</para>
</summary>
<value>An integer value indicating the position of this object in the parent's collection returned by the <see cref="P:DevExpress.XtraReports.UI.XRControl.Controls"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.IsDisposed">
<summary>
<para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
</summary>
<value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.IsSingleChild">
<summary>
<para>Checks whether the report element (control or band) is a single child of its parent.
</para>
</summary>
<value><b>true</b> if the report element is a single child; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.KeepTogether">
<summary>
<para>Gets or sets a value which specifies whether a control can be split across pages.
</para>
</summary>
<value><b>true</b> to keep the contents of the entire control on a single page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Left">
<summary>
<para>Specifies the X-coordinate of the control's left edge (measured in report units).
</para>
</summary>
<value>An integer value representing the X-coordinate of the left edge of the control, and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.LeftF">
<summary>
<para>Specifies the X-coordinate of the control's left edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the X-coordinate of the left edge of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Location">
<summary>
<para>Specifies the coordinates of the control's upper-left corner.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.LocationChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Location"/> property is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.LocationF">
<summary>
<para>Specifies the <i>floating-point</i> representation of the coordinates of the control's upper-left corner.
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> value, specifying the upper-left corner of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.LocationFloat">
<summary>
<para>For internal use only. For internal use. Supports serialization of the <see cref="P:DevExpress.XtraReports.UI.XRControl.LocationF"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.PointFloat"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.LockedInUserDesigner">
<summary>
<para>Gets or sets a value that specifies whether this control can be changed by an end-user in the End-User Designer.
</para>
</summary>
<value><b>true</b> if the control is locked and hence can't be changed by an end-user; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Name">
<summary>
<para>Gets or sets a name of the control.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing a name of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.NavigateUrl">
<summary>
<para><b>Bindable</b>. Specifies the URL to navigate to when the control is clicked.
</para>
</summary>
<value>A <see cref="T:System.String"/> value containing the URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.NullValueText">
<summary>
<para>Specifies the text shown by the XRControl when the value of its bound data field is <b>null</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</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>Obsolete. Use the <see cref="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesTarget"/> and <see cref="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesMode"/> properties instead.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesMode">
<summary>
<para>Specifies how to process report controls with duplicate values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.ProcessDuplicatesTarget">
<summary>
<para>Specifies whether to process duplicate values of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/>, or <see cref="P:DevExpress.XtraReports.UI.XRControl.Tag"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesTarget"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.ProcessNullValues">
<summary>
<para>Specifies how to process a report control receiving a null value from a connected data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.RemoveInvalidBindings(System.Predicate`1)">
<summary>
<para>Removes inappropriate bindings assigned to the XRControl's properties.
</para>
</summary>
<param name="predicate">
An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> predicate.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Report">
<summary>
<para>Provides access to the report that contains the control.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReportBase"/> descendant.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetBackColor">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BackColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderColor">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderDashStyle">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderDashStyle"/> property to en empty value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorders">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Borders"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetBorderWidth">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.BorderWidth"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetFont">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetForeColor">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.ForeColor"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetPadding">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.Padding"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResetTextAlignment">
<summary>
<para>Resets the <see cref="P:DevExpress.XtraReports.UI.XRControl.TextAlignment"/> property value, so that it is no longer stored in the current control and is obtained from its parent instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ResumeLayout">
<summary>
<para>Resumes normal layout logic for the control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Right">
<summary>
<para>Gets the X-coordinate of the control's right edge (measured in report units).
</para>
</summary>
<value>An integer value representing the x-coordinate of the right edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.RightF">
<summary>
<para>Gets the X-coordinate of the control's right edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the x-coordinate of the right edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.RootReport">
<summary>
<para>Provides access to the report to which the control belongs.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.RowSpan">
<summary>
<para>For internal use.
</para>
</summary>
<value>Always <b>1</b>.
</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"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.SizeChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Size"/> property is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.SizeF">
<summary>
<para>Gets or sets the size of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> value, specifying the control's width and height.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.SnapLineMargin">
<summary>
<para>Specifies the control's margins that are maintained when the control is aligned using snap lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing margins information associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.SnapLinePadding">
<summary>
<para>Specifies the inner indents to be maintained when report elements are aligned to the control's edges using snap lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PaddingInfo"/> object, containing padding information associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.StyleName">
<summary>
<para>Gets or sets the name of the style, which is applied to the current control.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the style.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.StylePriority">
<summary>
<para>Provides access to the settings that determine which properties of a style assigned to a control should override the corresponding properties of a control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.StylePriority"/> object, which contains style priority settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Styles">
<summary>
<para>Gets a set of styles for the control.
</para>
</summary>
<value>A <b>DevExpress.XtraReports.UI.XRControl.XRControlStyles</b> object that determines a set of styles for an <see cref="T:DevExpress.XtraReports.UI.XRControl"/>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.SuspendLayout">
<summary>
<para>Temporarily suspends the layout logic for the control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Tag">
<summary>
<para><b>Bindable</b>. Gets or sets the object that contains data about this control.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that contains data about the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Target">
<summary>
<para>Specifies the target window or frame in which to display the linked Web page's content, when the control is clicked.
</para>
</summary>
<value>A <see cref="T:System.String"/> which identifies the window or frame at which to target the URL's content. Its values must begin with a letter in the range a through to z (case insensitive), except for the following special values, which begin with an underscore.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Text">
<summary>
<para><b>Bindable</b>. Specifies 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>Specifies the alignment of the control's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the control.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.XRControl.TextChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/> property is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRControl.ToImage">
<summary>
<para>Returns a graphical representation of a control.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Image"/> object which represents a graphical representation of a control.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Top">
<summary>
<para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
</summary>
<value>An integer value representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.TopF">
<summary>
<para>Gets or sets the Y-coordinate of the control's top edge (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the Y-coordinate of the top edge of the control and measured in the units set by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Visible">
<summary>
<para>Gets or sets a value indicating whether the current control is displayed in a report.
</para>
</summary>
<value><b>true</b> if the object is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.Width">
<summary>
<para>Gets or sets the width of the control (measured in report units).
</para>
</summary>
<value>An integer value representing the width of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.WidthF">
<summary>
<para>Specifies the control's width (measured in report units).
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the width of the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.WordWrap">
<summary>
<para>Indicates whether a control automatically wraps words to the beginning of the next line when necessary.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRControl.XlsxFormatString">
<summary>
<para>Specifies the native XLSX format to be imported to the control's content after the report is exported to XLSX.
</para>
</summary>
<value>A string value, representing the XLSX format string.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRCheckBox">
<summary>
<para>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.GlyphAlignment">
<summary>
<para>Specifies the glyph alignment within the XRCheckBox control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRCheckBox.TextAlignment">
<summary>
<para>Gets or sets the check box's text alignment.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value that specifies how the text is aligned within the check box.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRBindingCollection">
<summary>
<para>Provides methods and properties for creating a collection of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRBindingCollection"/> class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(DevExpress.XtraReports.UI.XRBinding)">
<summary>
<para>Appends the specified binding to the current collection.
</para>
</summary>
<param name="binding">
An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object to add to the collection.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(System.String,System.Object,System.String)">
<summary>
<para>Creates an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object and adds it to the collection.
</para>
</summary>
<param name="propertyName">
The name of the control's property to bind.
</param>
<param name="dataSource">
An object that represents the data source.
</param>
<param name="dataMember">
A string containing a navigation path resolving to the property of an object.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Add(System.String,System.Object,System.String,System.String)">
<summary>
<para>Creates an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object and adds it to the collection.
</para>
</summary>
<param name="propertyName">
The name of the control's property to bind.
</param>
<param name="dataSource">
An object that represents the data source.
</param>
<param name="dataMember">
A string containing a navigation path resolving to the property of an object.
</param>
<param name="formatString">
A string containing a format of the value to be bound.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.AddRange(DevExpress.XtraReports.UI.XRBinding[])">
<summary>
<para>Appends an array of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects to the collection.
</para>
</summary>
<param name="bindings">
An array of <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> objects to add to the collection.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Dispose">
<summary>
<para>Disposes of the XRBindingCollection object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBindingCollection.Item(System.Int32)">
<summary>
<para>Indexer that returns an <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object at the specified index.
</para>
</summary>
<param name="index">
An integer value that locates the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object in the collection.
</param>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object that has the specified index in the collection.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBindingCollection.Item(System.String)">
<summary>
<para>An indexer that returns the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object specified by the control's property name.
</para>
</summary>
<param name="propName">
A string containing the name of the specified control's property.
</param>
<value>An object of the <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> class or <b>null</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBindingCollection.Remove(DevExpress.XtraReports.UI.XRBinding)">
<summary>
<para>Removes the specified binding from the collection.
</para>
</summary>
<param name="binding">
An <see cref="T:DevExpress.XtraReports.UI.XRBinding"/> object to remove from the collection.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.XRBinding">
<summary>
<para>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 data source and a data member to the current data binding.
</para>
</summary>
<param name="dataSource">
A <see cref="T:System.Object"/> that specifies the data source for the current data binding. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value that specifies the data member for the current data binding. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBinding.Create(System.String,System.Object,System.String,System.String)">
<summary>
<para>Creates a new data binding object with the specified property name, data source, data member and format string.
</para>
</summary>
<param name="propertyName">
A <see cref="T:System.String"/> value specifying a control's property name to bind to a data field. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.PropertyName"/> property.
</param>
<param name="dataSource">
A <see cref="T:System.Object"/> class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataSource"/> property.
</param>
<param name="dataMember">
A <see cref="T:System.String"/> value, which specifies a navigation path to a data field in a data source. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.DataMember"/> property.
</param>
<param name="formatString">
A <see cref="T:System.String"/> value specifying a format for the output value. This value is assigned to the <see cref="P:DevExpress.XtraReports.UI.XRBinding.FormatString"/> property.
</param>
<returns>A new XRBinding instance.
</returns>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBinding.DataMember">
<summary>
<para>Gets a navigation path that resolves to the object's property which is going to be bound to the control's property.
</para>
</summary>
<value>A string containing a navigation path resolving to the property of an object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBinding.DataSource">
<summary>
<para>Gets the data source for this binding.
</para>
</summary>
<value>An object that represents the data source.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBinding.Dispose">
<summary>
<para>Disposes of the XRBinding object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBinding.FormatString">
<summary>
<para>Gets or sets the output format for the value bound to the control's property.
</para>
</summary>
<value>A string containing the output format for the value bound to the control's property.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBinding.Parameter">
<summary>
<para>For internal use. Gets the parameter for this binding.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRBinding.PropertyName">
<summary>
<para>Gets the name of the control's data-bound property.
</para>
</summary>
<value>A string containing the name of a control's property to bind to.
</value>
</member>
<member name="M:DevExpress.XtraReports.UI.XRBinding.ToString">
<summary>
<para>Returns the textual representation of XRBinding.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraReports.UI.HtmlEventHandler">
<summary>
<para>A 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> [To be supplied] </para>
</summary>
<value> [To be supplied] </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>A band used for specifying grouping criteria and displaying information at the beginning of a group of records.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupHeaderBand.#ctor">
<summary>
<para>Initializes a new instance of the GroupHeaderBand class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.GroupFields">
<summary>
<para>Gets a collection of <see cref="T:DevExpress.XtraReports.UI.GroupField"/> objects used as the criteria for creating groups in a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.GroupFieldCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.GroupUnion">
<summary>
<para>Gets or sets a value indicating how a GroupHeaderBand and its group are split across pages.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.GroupUnion"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.Scripts">
<summary>
<para>Provides access to the GroupHeaderBand's scripts.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.GroupHeaderBandScripts"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummary">
<summary>
<para>Specifies the sorting options for report groups.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XRGroupSortingSummary"/> object, that contains the sorting options for groups.
</value>
</member>
<member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryGetResult">
<summary>
<para>Occurs when a summary gets its final value.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryReset">
<summary>
<para>Occurs when the summary value needs to be set to its initial value when calculating a custom summary.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged">
<summary>
<para>Occurs when a group header retrieves the next data row in the bound data source.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupFooterBand">
<summary>
<para>A band used for displaying information at the end of a group of records.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupFooterBand.#ctor">
<summary>
<para>Initializes a new instance of the GroupFooterBand class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupFooterBand.GroupUnion">
<summary>
<para>Gets or sets a value indicating how a GroupFooterBand is positioned on a page relative to its group's rows.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.GroupFooterUnion"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupFooterBand.PrintAtBottom">
<summary>
<para>Gets or sets a value which specifies whether the Group Footer should be printed at the bottom of the page, or immediately after the last group's details.
</para>
</summary>
<value><b>true</b> if the <b>Group Footer</b> should be printed at the bottom of a page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupField">
<summary>
<para>Defines the objects used as criteria when creating groups in Reports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(DevExpress.XtraReports.UI.GroupField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraReports.UI.GroupField"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupField.#ctor">
<summary>
<para>Initializes a new instance of the GroupField class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
</summary>
<param name="fieldName">
A string containing one of the primary data source's field names that is used as the criterion for creating groups in a report.
</param>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupField.#ctor(System.String,DevExpress.XtraReports.UI.XRColumnSortOrder)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.GroupField"/> class.
</para>
</summary>
<param name="fieldName">
A string containing one of the <b>data source</b>'s field names that is used as the criterion for creating groups in a report.
</param>
<param name="sortOrder">
The <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration that determines the sort order of records in the dataset received from the <b>primary data source</b>.
</param>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupField.FieldName">
<summary>
<para>Gets or sets a <b>primary data source</b>'s field name, used as a criterion for creating groups in a report.
</para>
</summary>
<value>A string containing one of the field names in the <b>primary data source</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.GroupField.SortOrder">
<summary>
<para>Gets or sets the order for the records when grouping or sorting columns in a report's data source.
</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="P:DevExpress.XtraReports.UI.GroupBand.Scripts">
<summary>
<para>Provides access to the GroupBand's scripts.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.GroupBandScripts"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.DrawEventHandler">
<summary>
<para>A 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>For internal use. 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>Provides access to an object that is used to draw report components.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraPrinting.IGraphics"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.DetailBand">
<summary>
<para>A report band that contains controls used for displaying a single record from a report's data source. If there is no data source defined for the report, 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>Specifies whether or not the current DetailBand band should always be printed on the same page, together with its child <see cref="T:DevExpress.XtraReports.UI.DetailReportBand"/>.
</para>
</summary>
<value><b>true</b> to always print the Detail band and its child Detail Report band together; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DetailBand.MultiColumn">
<summary>
<para>Gets the object that specifies the parameters of the multi-column layout.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.MultiColumn"/> object containing the parameters related to the multi-column layout.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DetailBand.PrintOnEmptyDataSource">
<summary>
<para>Specifies whether the Detail band should be printed if the report's data source is empty.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DetailBand.RepeatCountOnEmptyDataSource">
<summary>
<para>Specifies how many times the Detail band should be printed when a report's data source is empty.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.DetailBand.SortFields">
<summary>
<para>Gets the collection of data fields used to sort the data in the report's data source.
</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.MarginBand">
<summary>
<para>The base for the <see cref="T:DevExpress.XtraReports.UI.TopMarginBand"/> and <see cref="T:DevExpress.XtraReports.UI.BottomMarginBand"/> classes.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.MarginBand.Expanded">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MarginBand.KeepTogether">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.KeepTogether"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.MarginBand.PageBreak">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.Band.PageBreak"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraReports.UI.PageBreak.None"/>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRWatermark">
<summary>
<para>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="P:DevExpress.XtraReports.UI.XRWatermark.Image">
<summary>
<para>Specifies the watermark picture.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRGauge">
<summary>
<para>A Gauge control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.XRGauge.#ctor">
<summary>
<para>Initializes a new instance of the XRGauge class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.ActualValue">
<summary>
<para>Specifies a measure that provides data for calculating the actual Gauge value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.Font">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.ForeColor">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.KeepTogether">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.Maximum">
<summary>
<para>Specifies sets the maximum value of the Gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.Minimum">
<summary>
<para>Specifies the minimum value of the Gauge scale.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.TargetValue">
<summary>
<para>Specifies a measure that provides data for calculating the target Gauge value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value; <b>null</b> (<b>Nothing</b> in Visual Basic) to define this value automatically.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.Text">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.TextAlignment">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.TextAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.ViewStyle">
<summary>
<para>Specifies the style of a Gauge.
</para>
</summary>
<value>A DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyle enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.ViewTheme">
<summary>
<para>Specifies the theme of a Gauge.
</para>
</summary>
<value>A DevExpress.XtraGauges.Core.Customization.DashboardGaugeTheme enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.ViewType">
<summary>
<para>Specifies the view type of a Gauge.
</para>
</summary>
<value>A DevExpress.XtraGauges.Core.Customization.DashboardGaugeType enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.WordWrap">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRGauge.XlsxFormatString">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRRichTextBase">
<summary>
<para>The base 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.NullValueText">
<summary>
<para>Specifies the text shown by the XRRichTextBase when the value of its bound data field is <b>null</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.ProcessDuplicatesMode">
<summary>
<para>Specifies how to process report controls with duplicate values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.ProcessDuplicatesTarget">
<summary>
<para>Specifies whether to process duplicate values of the <see cref="P:DevExpress.XtraReports.UI.XRControl.Text"/>, or <see cref="P:DevExpress.XtraReports.UI.XRControl.Tag"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ProcessDuplicatesTarget"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.ProcessNullValues">
<summary>
<para>Specifies how to process a Rich Text control receiving a null value from a connected data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.ValueSuppressType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.Rtf">
<summary>
<para>Gets or sets the text of the XRRichTextBase control, including all the Rich Text Format (RTF) codes.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the control's text in RTF format.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.RtfText">
<summary>
<para>Gets or sets the RTF text of the XRRichTextBase object which is going to be serialized.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.SerializableString"/> object used for serialization of the XRRichTextBase control.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.SerializableRtfString">
<summary>
<para>Gets or sets the string value used to support serialization of the <see cref="P:DevExpress.XtraReports.UI.XRRichTextBase.Rtf"/> property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.UI.XRRichTextBase.WordWrap">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.UI.XRControl.WordWrap"/> property.
</para>
</summary>
<value><b>true</b> if the control wraps words; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.UI.XRRichTextStreamType">
<summary>
<para>Specifies the types of input and output streams used to load and save data in the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.HtmlText">
<summary>
<para>An HTML stream.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.PlainText">
<summary>
<para>A plain text stream that includes spaces in places of Object Linking and Embedding (OLE) objects.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.RtfText">
<summary>
<para>A Rich Text Format (RTF) stream.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.UI.XRRichTextStreamType.XmlText">
<summary>
<para>A Microsoft Office Word Open XML Format (DOCX) stream.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.ScriptLanguage">
<summary>
<para>Specifies the scripting language in which all the scripts in this <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object are written. All the scripts in a report object have to be in the same language.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ScriptLanguage.CSharp">
<summary>
<para>The C# programming language will be used in the current report's scripts.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ScriptLanguage.JScript">
<summary>
<para>The Java Script programming language will be used in the current report's scripts.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.ScriptLanguage.VisualBasic">
<summary>
<para>The Visual Basic .NET programming language will be used in the current report's scripts.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventHandler.Invoke(System.Object,DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.UI.GroupHeaderBand.SortingSummaryRowChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.UI.GroupSortingSummaryRowChangedEventArgs"/> object that contains data related to the event.
</param>
</member>
<member name="T:DevExpress.XtraReports.UI.BarCode.XRCode128Generator">
<summary>
<para>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>
</members>
</doc>