Files
SISBusiness/SISBusiness.Web.Subcontractor/bin/DevExpress.XtraReports.v17.2.Web.xml
T
2018-03-27 17:27:28 +02:00

12802 lines
467 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraReports.v17.2.Web</name>
</assembly>
<members>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarLabelStyle">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s labels.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabelStyle.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarLabelStyle class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarLabelStyle.Margins">
<summary>
<para>Provides access to the margins of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s labels.
</para>
</summary>
<value>A <see cref="Margins"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ASPxDocumentViewer">
<summary>
<para>An ASP.NET counterpart of the newer <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> control that is used to publish (preview, print and export) documents in web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxDocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the ASPxDocumentViewer class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.AccessibilityCompliant">
<summary>
<para>Enables support for <b>Section 508</b>.
</para>
</summary>
<value><b>true</b>, to enable support for <b>Section 508</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.AssociatedRibbonID">
<summary>
<para>Specifies the ID of a Ribbon toolbar associated with the Document Viewer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.AutoHeight">
<summary>
<para>Specifies whether the Document Viewer's height is adjusted automatically to fit its panels.
</para>
</summary>
<value><b>true</b>, to automatically adjust the Document Viewer's height; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.CacheReportDocument">
<summary>
<para>Occurs when a report document is created, and it's possible to store it in a cache.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ASPxDocumentViewer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ASPxDocumentViewer.
</para>
</summary>
<value>A <see cref="DocumentViewerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ASPxDocumentViewer.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ConfigurationRemoteSource">
<summary>
<para>Specifies the settings of a Document Viewer's remote document source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.CustomizeParameterEditors">
<summary>
<para>Occurs when standard editors are created for report parameters, according to their types.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.DeserializeClientParameters">
<summary>
<para>Returns the values assigned to a report parameter on the client.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.DocumentViewerInternal">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ImageFolder">
<summary>
<para>Specifies the path to the folder that contains images used by the control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the root path of all the images used by the control.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.JSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
<value>A dictionary, containing the JavaScript property names, along with their corresponding <see cref="T:System.Object"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.LoadingPanelImage">
<summary>
<para>Gets the image settings of the Loading Panel.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.LoadingPanelStyle">
<summary>
<para>Gets the style settings of the Loading Panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.Report">
<summary>
<para>Specifies the report to display in the ASPxDocumentViewer.
</para>
</summary>
<value>An <see cref="XtraReport"/> specifying a report to display.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ReportTypeName">
<summary>
<para>Specifies the name of the class of the report to display in the ASPxDocumentViewer.
</para>
</summary>
<value>A <see cref="String"/> specifying the name of a report class.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.RestoreReportDocumentFromCache">
<summary>
<para>Occurs when an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> requires a report for display, and it's possible to restore an existing report document from the cache.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsDocumentMap">
<summary>
<para>Provides access to the ASPxDocumentViewer's document map settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsDropDownEditButton">
<summary>
<para>Gets the settings of the <b>Edit</b> drop-down button in the Parameters panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DropDownButton"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsLoadingPanel">
<summary>
<para>Gets the Loading Panel settings of an ASPxDocumentViewer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsParametersPanelCaption">
<summary>
<para>Gets the caption settings of an ASPxDocumentViewer's Parameters panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsRemoteSource">
<summary>
<para>Provides access to the ASPxDocumentViewer's remote document source settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsReportViewer">
<summary>
<para>Provides access to the ASPxDocumentViewer's <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsRibbon">
<summary>
<para>Provides access to the ASPxDocumentViewer's Ribbon settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsSplitter">
<summary>
<para>Provides access to the ASPxDocumentViewer's splitter settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SettingsToolbar">
<summary>
<para>Provides access to the ASPxDocumentViewer's toolbar settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SpriteCssFilePath">
<summary>
<para>Gets or sets the path to a CSS file that defines the control's sprite image settings.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.SpriteImageUrl">
<summary>
<para>Gets or sets the path to a sprite image.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesDocumentMap">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer's document map.
</para>
</summary>
<value>A <see cref="ReportDocumentMapStyles"/> object containing style settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesEditors">
<summary>
<para>Gets the editor style settings of an ASPxDocumentViewer.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesParametersPanelButtons">
<summary>
<para>Gets the style settings of the Parameters panel buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerParametersPanelButtonControlStyles"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesParametersPanelEditors">
<summary>
<para>Gets the style settings of the Parameters panel's value editors.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesParametersPanelParameterEditors">
<summary>
<para>Gets the editor style settings of an ASPxDocumentViewer's Parameters panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesReportViewer">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer's report viewer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesRibbon">
<summary>
<para>Gets the style settings of an ASPxDocumentViewer's Ribbon.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesSplitter">
<summary>
<para>Provides access to the style settings that control the appearance of splitters in the Document Viewer.
</para>
</summary>
<value>A <see cref="DocumentViewerSplitterStyles"/> object containing style settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesToolbar">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer's toolbar.
</para>
</summary>
<value>A <see cref="DocumentViewerReportToolbarStyles"/> object containing style settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ToolbarItems">
<summary>
<para>Provides access to the collection of the ASPxDocumentViewer report toolbar's items.
</para>
</summary>
<value>A <see cref="ReportToolbarItemCollection"/> object representing the report toolbar's collection of items.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ToolbarMode">
<summary>
<para>Specifies the toolbar mode of an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonToggleButtonBase">
<summary>
<para>The base for classes that provide the toggle button functionality to the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonToggleButtonBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonToggleButtonBase class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTemplateItemBase">
<summary>
<para>The base for classes that provide the template item functionality to the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTemplateItemBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonTemplateItemBase class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTabBase">
<summary>
<para>The base for classes that provide the functionality to the Document Viewer Ribbon tabs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTabBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonTabBase class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTabBase.Name">
<summary>
<para>Specifies the Ribbon tab name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTabBase.ToString">
<summary>
<para>Returns the textual representation of DocumentViewerRibbonTabBase.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonGroupBase">
<summary>
<para>The base for classes that provide the functionality to the Document Viewer Ribbon groups.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonGroupBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonGroupBase class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonGroupBase.Name">
<summary>
<para>Specifies the Ribbon group name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonGroupBase.ToString">
<summary>
<para>Returns the textual representation of DocumentViewerRibbonGroupBase.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonItemBase">
<summary>
<para>The base for classes that provide the button functionality to the Document Viewer Ribbon's drop-down lists.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonItemBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonDropDownButtonItemBase class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonBase">
<summary>
<para>The base for classes that provide the drop-down list functionality to the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonDropDownButtonBase class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonBase.CreateDefaultItems">
<summary>
<para>Populates the drop-down buttons of a Ribbon toolbar with default menu items.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonButtonBase">
<summary>
<para>The base for classes that provide the button functionality to the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonButtonBase.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonButtonBase class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup">
<summary>
<para>The <b>Report</b> group of the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerReportRibbonGroup class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentViewerReportRibbonGroup class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value, specifying the Ribbon group title.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup.Text">
<summary>
<para>Specifies the DocumentViewerReportRibbonGroup caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerPrintRibbonGroup">
<summary>
<para>The <b>Print</b> group of the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerPrintRibbonGroup.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerPrintRibbonGroup class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerPrintRibbonGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentViewerPrintRibbonGroup class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value, specifying the Ribbon group title.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerPrintRibbonGroup.Text">
<summary>
<para>Specifies the DocumentViewerPrintRibbonGroup caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerNavigationRibbonGroup">
<summary>
<para>The <b>Navigation</b> group of the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerNavigationRibbonGroup.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerNavigationRibbonGroup class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerNavigationRibbonGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentViewerNavigationRibbonGroup class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value, specifying the Ribbon group title.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerNavigationRibbonGroup.Text">
<summary>
<para>Specifies the DocumentViewerNavigationRibbonGroup caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerHomeRibbonTab">
<summary>
<para>The <b>Home</b> group of the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerHomeRibbonTab.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerHomeRibbonTab class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerHomeRibbonTab.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentViewerHomeRibbonTab class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value, specifying the Ribbon group title.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerHomeRibbonTab.Text">
<summary>
<para>Specifies the DocumentViewerHomeRibbonTab caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup">
<summary>
<para>The <b>Export</b> group of the Document Viewer Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerExportRibbonGroup class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the DocumentViewerExportRibbonGroup class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value, specifying the Ribbon group title.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup.Text">
<summary>
<para>Specifies the DocumentViewerExportRibbonGroup caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.ReportToolbarAlignment">
<summary>
<para>Lists the values specifying the alignment settings of a ASP.NET Document Viewer's toolbar.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.ReportToolbarAlignment.Center">
<summary>
<para>The report toolbar is center-aligned (horizontally) within a Document Viewer.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.ReportToolbarAlignment.Default">
<summary>
<para>The report toolbar is left-aligned (horizontally) within a Document Viewer.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarMenuStyle">
<summary>
<para>Provides options that control the appearance of a Document Viewer toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarMenuStyle.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarMenuStyle class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarMenuStyle.Width">
<summary>
<para>Specifies the width of the Document Viewer toolbar.
</para>
</summary>
<value>A <see cref="Unit"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator">
<summary>
<para>The class used to generate a client-side model of the Web End-User Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.#ctor">
<summary>
<para>Initializes a new instance of the ReportDesignerClientSideModelGenerator class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.#ctor(System.IServiceProvider)">
<summary>
<para>Initializes a new instance of the ReportDesignerClientSideModelGenerator class with the specified service provider.
</para>
</summary>
<param name="serviceProvider">
An object implementing the <see cref="T:System.IServiceProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary`2,System.String,System.String,System.String)">
<summary>
<para>Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="report">
A report to open in the Report Designer on application start.
</param>
<param name="dataSources">
A dictionary containing data sources that will be available in the Report Designer for adding to reports.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Report Designer.
</param>
<param name="previewControllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="queryBuilderControllerUri">
URI of the controller action that processes requests from the Query Builder.
</param>
<returns>A string containing a Report Designer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary`2,System.String,System.String,System.String,DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings)">
<summary>
<para>Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="report">
A report to open in the Report Designer on application start.
</param>
<param name="dataSources">
A dictionary containing data sources that will be available in the Report Designer for adding to reports.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Report Designer.
</param>
<param name="previewControllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="queryBuilderControllerUri">
URI of the controller action that processes requests from the Query Builder.
</param>
<param name="settings">
Settings of the client-side Report Designer model.
</param>
<returns>A string containing a Report Designer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.GetJsonModelScript(System.String,System.Collections.Generic.IDictionary`2,System.String,System.String,System.String)">
<summary>
<para>Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="reportUrl">
An URL of report to open in the Report Designer on application start.
</param>
<param name="dataSources">
A dictionary containing data sources that will be available in the Report Designer for adding to reports.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Report Designer.
</param>
<param name="previewControllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="queryBuilderControllerUri">
URI of the controller action that processes requests from the Query Builder.
</param>
<returns>A string containing a Report Designer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelGenerator.GetJsonModelScript(System.String,System.Collections.Generic.IDictionary`2,System.String,System.String,System.String,DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings)">
<summary>
<para>Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="reportUrl">
An URL of report to open in the Report Designer on application start.
</param>
<param name="dataSources">
A dictionary containing data sources that will be available in the Report Designer for adding to reports.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Report Designer.
</param>
<param name="previewControllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="queryBuilderControllerUri">
URI of the controller action that processes requests from the Query Builder.
</param>
<param name="settings">
Settings of the client-side Report Designer model.
</param>
<returns>A string containing a Report Designer model.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator">
<summary>
<para>The class used to generate a client-side model of the HTML5 Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.#ctor">
<summary>
<para>Initializes a new instance of the WebDocumentViewerClientSideModelGenerator class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.#ctor(System.IServiceProvider)">
<summary>
<para>Initializes a new instance of the WebDocumentViewerClientSideModelGenerator class with the specified service provider.
</para>
</summary>
<param name="serviceProvider">
An object implementing the <see cref="T:System.IServiceProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport,System.String)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="report">
A report to open in the Web Document Viewer on application start.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<returns>A string containing a Web Document Viewer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport,System.String,DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="report">
A report to open in the Web Document Viewer on application start.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="settings">
Settings of the client-side Document Viewer model.
</param>
<returns>A string containing a Web Document Viewer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.GetJsonModelScript(System.String,System.String)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="reportUrl">
An URL of report to open in the Web Document Viewer on application start.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<returns>A string containing a Web Document Viewer model.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelGenerator.GetJsonModelScript(System.String,System.String,DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
</para>
</summary>
<param name="reportUrl">
An URL of report to open in the Web Document Viewer on application start.
</param>
<param name="controllerUri">
URI of the controller action that processes requests from the Web Document Viewer.
</param>
<param name="settings">
Settings of the client-side Document Viewer model.
</param>
<returns>A string containing a Web Document Viewer model.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.MenuItemContainer">
<summary>
<para>Lists the types of containers available for menu items in a Web Report Designer.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ClientControls.MenuItemContainer.Menu">
<summary>
<para>The menu is contained in another menu.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ClientControls.MenuItemContainer.Toolbar">
<summary>
<para>The menu is contained in a toolbar.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction">
<summary>
<para>An individual action available in the Web Report Designer menu.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.#ctor">
<summary>
<para>Initializes a new instance of the MenuAction class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.Container">
<summary>
<para>Specifies the location of the displayed command.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.Disabled">
<summary>
<para>Specifies whether or not the command is disabled by default.
</para>
</summary>
<value><b>true</b>, if the command is disabled by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.HasSeparator">
<summary>
<para>Specifies whether or not the command has a visual separator.
</para>
</summary>
<value><b>true</b>, if the command has a visual separator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.HotKey">
<summary>
<para>Specifies the keyboard shortcut used to invoke the command.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuActionHotKey"/> object that specifies the keyboard shortcut.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.ImageClassName">
<summary>
<para>Specifies the CSS class of the command's glyph.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.Text">
<summary>
<para>Specifies the text for the command.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction.Visible">
<summary>
<para>Specifies whether or not the command is visible in the designer user interface.
</para>
</summary>
<value><b>true</b> if the command is visible; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem">
<summary>
<para>Provides functionality to specify the standard format string patterns in the <b>FormatString Editor</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem.#ctor">
<summary>
<para>Initializes a new instance of the FormatStringDataItem class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem.Patterns">
<summary>
<para>Specifies the set of format string patterns.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem.Type">
<summary>
<para>Specifies the format string item type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem.Value">
<summary>
<para>Specifies the value displayed by a formatted element in a published document.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringData">
<summary>
<para>Provides functionality to specify the format string patterns displayed in the <b>FormatString Editor</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringData.#ctor">
<summary>
<para>Initializes a new instance of the FormatStringData class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringData.CustomPatterns">
<summary>
<para>Specifies a customizable list of format strings available in the <b>FormatString</b> editor.
</para>
</summary>
<value>A dictionary that stores a value pair specifying a type name and its corresponding set of format string patterns.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringData.StandardPatterns">
<summary>
<para>Specifies a read-only list of format strings available in the <b>FormatString</b> editor.
</para>
</summary>
<value>A dictionary that stores a value pair specifying a category name and a corresponding <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringDataItem"/>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel">
<summary>
<para>A model that contains information about a report. The Web Report Designer is bound to this model.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.#ctor">
<summary>
<para>Initializes a new instance of the ReportDesignerModel class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.AllowMDI">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.DataBindingMode">
<summary>
<para>Specifies the binding mode used to provide dynamic contents to reports.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.DataBindingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.DataSourceRefInfo">
<summary>
<para>Specifies the information about report data sources.
</para>
</summary>
<value>A dictionary that stores a value pair specifying a report name and a <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo"/> object that provides information about the report's data source.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.DataSources">
<summary>
<para>Specifies the data sources available in the Report Designer.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.DataSourceInfo"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.DataSourcesData">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.FormatStringData">
<summary>
<para>Specifies the set of format strings to display in the <b>FormatString Editor</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.FormatStringData"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.Internals">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.IsCustomSqlDisabled">
<summary>
<para>Specifies whether or not the editing of custom SQL strings is disabled.
</para>
</summary>
<value><b>true</b> if custom SQL editing is disabled; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.KnownEnums">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.MenuActions">
<summary>
<para>Specifies the menu actions available in the ReportDesignerModel.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.MenuItemJSClickActions">
<summary>
<para>Specifies the JavaScript actions assigned to the menu items of a ReportDesignerModel.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.QueryBuilderHandlerUri">
<summary>
<para>Specifies a URI (Uniform Resource Identifier) with which the Query Builder will send requests.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.ReportDesignerHandlerUri">
<summary>
<para>Specifies a custom ASP.NET handler (or MVC controller) to which requests are sent from a Web Report Designer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the handler URI (Uniform Resource Identifier).
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.ReportExtensions">
<summary>
<para>Specifies the extensions available in the ReportDesignerModel.
</para>
</summary>
<value>A dictionary, containing the report names, along with the names of their associated extensions.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.ReportModelJson">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.ReportPreviewHandlerUri">
<summary>
<para>Specifies a custom ASP.NET handler (or MVC controller) to which requests are sent from a Web Report Designer's Print Preview.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the handler URI (Uniform Resource Identifier).
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.ReportUrl">
<summary>
<para>Specifies the report URL.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the report URL.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.RightToLeft">
<summary>
<para>Specifies whether or not a right-to-left layout is enabled in the End-User Report Designer user interface.
</para>
</summary>
<value><b>true</b>, if the UI orientation is right-to-left; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.Subreports">
<summary>
<para>Specifies the subreports available in the ReportDesignerModel.
</para>
</summary>
<value>A dictionary, containing the report names, along with the names of their associated subreports.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.WizardConnections">
<summary>
<para>Specifies the data connections available in the Data Source Wizard.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardDataConnection"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel.WizardSettings">
<summary>
<para>Provides access to the Report Wizard settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardSettings"/> object containing Report Wizard settings.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings">
<summary>
<para>Provides the caption settings of the report toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ReportToolbarEditorCaptionSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings.RequiredMarkDisplayMode">
<summary>
<para>Specifies the required mark visibility mode.
</para>
</summary>
<value>A <see cref="EditorRequiredMarkMode"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings.ShowColon">
<summary>
<para>For internal use. Overrides the <b>ShowColon</b> property of the <see cref="T:DevExpress.Web.EditorCaptionSettings"/> class.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSidePanePosition">
<summary>
<para>Lists the values specifying the position of a ASP.NET Document Viewer's side pane.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSidePanePosition.Left">
<summary>
<para>The side panel is located on the left side of the Document Viewer.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSidePanePosition.Right">
<summary>
<para>The side panel is located on the right side of the Document Viewer.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle">
<summary>
<para>Provides options that control the appearance of a Document Viewer's side pane containing the Parameters and Document Map panels.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerSplitterPaneStyle class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle.BorderStyle">
<summary>
<para>Specifies the side pane's border style.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerViewerStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.BookmarkSelectionBorder">
<summary>
<para>Specifies the selection border settings of a document bookmark.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Border"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the DocumentViewerViewerStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.Height">
<summary>
<para>Specifies the height of the report viewer within the Document Viewer.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.Paddings">
<summary>
<para>Provides access to the padding settings of the DocumentViewerViewerStyles object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Paddings"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.ShowDocumentShadow">
<summary>
<para>Specifies whether or not to display the document shadow in the Document Viewer.
</para>
</summary>
<value><b>true</b> to display the document shadow; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles.Width">
<summary>
<para>Specifies the width of the report viewer within the Document Viewer.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles">
<summary>
<para>Provides options that control the appearance of a Document Viewer's Splitter.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerSplitterStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the DocumentViewerSplitterStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.InternalRibbonToolbarPaneHeight">
<summary>
<para>Specifies the height of the Document Viewer's internal ribbon container.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.Pane">
<summary>
<para>Provides access to the style settings of the Document Viewer's splitter pane.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.SidePaneMinWidth">
<summary>
<para>Specifies the minimum width allowed for the Document Viewer side pane, containing the report parameter editors and the document map.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.SidePaneWidth">
<summary>
<para>Specifies the width of the Document Viewer side pane, containing the report parameter editors and the document map.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles.ToolbarPaneHeight">
<summary>
<para>Specifies the height of the Document Viewer's toolbar pane.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles">
<summary>
<para>Provides options that control the appearance of a Document Viewer's toolbar.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerReportToolbarStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles.Alignment">
<summary>
<para>Specifies the alignment settings of a Document Viewer's toolbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.ReportToolbarAlignment"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the DocumentViewerReportToolbarStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles.ToolbarComboBoxExtraWidth">
<summary>
<para>Specifies the maximum width that a combo box is allowed to have.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles.ToolbarMenuStyle">
<summary>
<para>Provides access to the style settings of the Document Viewer's toolbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarMenuStyle"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties">
<summary>
<para>Stores properties of the <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerReportToolbarProperties class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties.CaptionSettings">
<summary>
<para>Provides access to the caption settings of a report toolbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the ReportDesignerClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ComponentAdded">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ComponentAdded"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeElements">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeElements"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeLocalization">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeLocalization"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeMenuActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeMenuActions"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeOpenDialog">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeOpenDialog"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeParameterEditors">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeParameterEditors"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeParameterLookUpSource">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeParameterLookUpSource"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeSaveAsDialog">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeSaveAsDialog"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeSaveDialog">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeSaveDialog"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.CustomizeToolbox">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.CustomizeToolbox"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ExitDesigner">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ExitDesigner"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.OnServerError">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.OnServerError"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewClick"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewCustomizeElements">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewCustomizeElements"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewCustomizeMenuActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewCustomizeMenuActions"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewDocumentReady">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewDocumentReady"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewEditingFieldChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewEditingFieldChanged"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewParametersReset">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewParametersReset"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.PreviewParametersSubmitted">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.PreviewParametersSubmitted"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportOpened">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportOpened"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportOpening">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportOpening"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportSaved">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportSaved"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportSaving">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportSaving"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportTabClosed">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportTabClosed"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.ReportTabClosing">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.ReportTabClosing"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.SaveCommandExecute">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner.SaveCommandExecute"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.SaveReportLayoutEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.Web.ASPxReportDesigner.SaveReportLayout"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.SaveReportLayoutEventHandler.Invoke(System.Object,DevExpress.XtraReports.Web.SaveReportLayoutEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.Web.ASPxReportDesigner.SaveReportLayout"/> event.
</para>
</summary>
<param name="sender">
A <see cref="T:System.Object"/> that is the event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.Web.SaveReportLayoutEventArgs"/> object, containing the event arguments.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.SaveReportLayoutEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ASPxReportDesigner.SaveReportLayout"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.SaveReportLayoutEventArgs.#ctor(System.Byte[],System.String)">
<summary>
<para>Initializes a new instance of the SaveReportLayoutEventArgs class with the specified settings.
</para>
</summary>
<param name="reportLayout">
A <see cref="T:System.Byte"/> array, storing the serialized report layout.
</param>
<param name="parameters">
A <see cref="T:System.String"/> value, specifying the report parameters.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.SaveReportLayoutEventArgs.Parameters">
<summary>
<para>Provides access to the event arguments.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the event arguments.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.SaveReportLayoutEventArgs.ReportLayout">
<summary>
<para>Provides access to the report layout bytes.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> array.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerMenuItem">
<summary>
<para>A menu item of the HTML5 Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerMenuItem.#ctor">
<summary>
<para>Initializes a new instance of the WebDocumentViewerMenuItem class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerMenuItem.Container">
<summary>
<para>Specifies the menu item container.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ClientControls.MenuItemContainer"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ASPxQueryBuilder">
<summary>
<para>The Query Builder control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.#ctor(DevExpress.XtraReports.Web.QueryBuilder.Native.Services.IQueryBuilderModelGenerator,DevExpress.XtraReports.Web.QueryBuilder.Native.Services.IQueryBuilderHtmlContentGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator`1)">
<summary>
<para>For internal use.</para>
</summary>
<param name="webDocumentViewerModelGenerator">
</param>
<param name="queryBuilderHtmlContentGenerator">
</param>
<param name="jsContentGenerator">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.#ctor(System.IServiceProvider)">
<summary>
<para>For internal use.</para>
</summary>
<param name="serviceProvider">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.#ctor">
<summary>
<para>Initializes a new instance of the ASPxQueryBuilder class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ASPxQueryBuilder.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ASPxQueryBuilder.
</para>
</summary>
<value>A <see cref="QueryBuilderClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ASPxQueryBuilder.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxQueryBuilder.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.Height">
<summary>
<para>Specifies the ASPxQueryBuilder height.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Web Document Viewer height.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.JSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
<value>The collection of property names and their values.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(System.String)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionName">
The name of a connection string defined in the application's configuration file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.
</param>
<param name="selectQuery">
A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(System.String,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionName">
The name of a connection string defined in the application's configuration file.
</param>
<param name="selectQuery">
A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionParameters">
A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object, containing settings required to establish a data connection.
</param>
<param name="selectQuery">
A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</param>
<param name="commandTimeout">
An integer value, specifying the timeout to execute a query. This value is assigned to the <see cref="P:DevExpress.DataAccess.Sql.ConnectionOptions.CommandTimeout"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.OpenConnection(System.String,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Opens a connection to a database.
</para>
</summary>
<param name="connectionName">
The name of a connection string defined in the application's configuration file.
</param>
<param name="selectQuery">
A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</param>
<param name="commandTimeout">
An integer value, specifying the timeout to execute a query. This value is assigned to the <see cref="P:DevExpress.DataAccess.Sql.ConnectionOptions.CommandTimeout"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.RightToLeft">
<summary>
<para>Specifies whether or not a right-to-left layout is enabled in the Query Builder user interface.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxQueryBuilder.SaveQuery">
<summary>
<para>Occurs when a query is being saved.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Query Builder's client-side model.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.StaticInitialize">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.ValidateQueryByExecution">
<summary>
<para>For internal use.</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.Width">
<summary>
<para>Specifies the ASPxQueryBuilder width.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Web Document Viewer width.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportViewer">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> control, renders and displays a report document on a Web page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.#ctor">
<summary>
<para>Initializes a new instance of the ReportViewer class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.
</para>
</summary>
<value><b>true</b>, to allow the execution of the JavaScript code placed in URLs; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.AssignStyles(System.Web.UI.WebControls.WebControl,System.Web.UI.WebControls.WebControl)">
<summary>
<para>Copies the settings from the specified source to the current destination object.
</para>
</summary>
<param name="source">
A <see cref="T:System.Web.UI.WebControls.WebControl"/> object whose settings are assigned to the current object.
</param>
<param name="destination">
The current <see cref="T:System.Web.UI.WebControls.WebControl"/> object whose settings are copied from the the specified source.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.AutoSize">
<summary>
<para>Specifies whether a report's size is defined by the bounds of a report viewer, or of a report page.
</para>
</summary>
<value><b>true</b> to use the report page's size; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.BackgroundImage">
<summary>
<para>Provides access to the ReportViewer's background image.
</para>
</summary>
<value>A <see cref="BackgroundImage"/> object that represents the web control's background image.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.BookmarkSelectionBorder">
<summary>
<para>Provides access to the border settings of a currently selected element in the Document Map.
</para>
</summary>
<value>A <see cref="Border"/> object.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ReportViewer.CacheReportDocument">
<summary>
<para>Occurs when a report document is created, and it's possible to store it to the cache.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ClientInstanceName">
<summary>
<para>Gets or sets the ReportViewer's client programmatic identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the ReportViewer's client identifier.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ReportViewer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportViewerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ReportViewer.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Cursor">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.Cursor"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.DataBind">
<summary>
<para>Associates the report defined in markup with ReportViewer.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.Web.ReportViewer.DeserializeClientParameters">
<summary>
<para>Returns the values assigned to a report parameter on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.Dispose">
<summary>
<para>Enables a server control to perform final clean up before it is released from memory.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.EnableCallbackCompression">
<summary>
<para>Gets or sets whether callback result compression is enabled.
</para>
</summary>
<value><b>true</b> to enable callback result compression; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Enabled">
<summary>
<para>Overrides the <see cref="P:System.Web.UI.WebControls.WebControl.Enabled"/> property to hide it.
</para>
</summary>
<value>A <b>Boolean</b> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.EnableReportMargins">
<summary>
<para>Specifies whether or not the Document Viewer should display the page margins of a report document.
</para>
</summary>
<value><b>true</b>, to display a report's page margins; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.EnableRequestParameters">
<summary>
<para>When a report has parameters, defines whether or not a report document is auto-created when <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> is rendered on a Web page without submitting parameter value(s) via <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>.
</para>
</summary>
<value><b>true</b> to not generate a report document until a user submits its parameter value(s); otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.EncodeHtml">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.EncodeHtml"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Height">
<summary>
<para>Gets or sets the height of the ReportViewer.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the control's height.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ImageFolder">
<summary>
<para>Gets the path to the common folder where editors' images are located.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the path to the images' directory.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ImagesEmbeddingMode">
<summary>
<para>Specifies the mode for embedding images in ASP.NET controls to support displaying images in different web browsers.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.Web.ImagesEmbeddingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.LoadingPanelDelay">
<summary>
<para>Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
</para>
</summary>
<value>An integer value that specifies the delay before displaying the loading panel, in milliseconds.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.LoadingPanelImage">
<summary>
<para>Gets the image settings of the Loading Panel.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.LoadingPanelImagePosition">
<summary>
<para>Gets the image position settings of a Loading Panel.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImagePosition"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.LoadingPanelStyle">
<summary>
<para>Gets the style settings of the Loading Panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the descriptive text displayed within a loading panel.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Paddings">
<summary>
<para>Provides access to the padding settings of the ReportViewer object.
</para>
</summary>
<value>A <see cref="Paddings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.PageByPage">
<summary>
<para>Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once.
</para>
</summary>
<value><b>true</b>, if the ReportViewer displays only one report page at a time; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.PrepareControl">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.PrintUsingAdobePlugIn">
<summary>
<para>Specifies whether or not to print a report using the <b>Adobe Reader</b>&#174; plug-in, assuming it is installed on the client's web browser.
</para>
</summary>
<value><b>true</b>, to print a report using the <b>Adobe Reader</b>&#174; plug-in; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Report">
<summary>
<para>Specifies a report instance, associated with ReportViewer.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ReportName">
<summary>
<para>For internal use only. Gets or sets the fully qualified type name of the report, whose instance is displayed by this ReportViewer object.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the report's type name (including its namespace).
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ReportViewer.RestoreReportDocumentFromCache">
<summary>
<para>Occurs when a Report Viewer requires a report to display, and it's possible to restore an existing report document from the cache.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogButtonStyles">
<summary>
<para>Provides access to the style settings of the <b>Search</b> dialog's buttons.
</para>
</summary>
<value>A <see cref="ButtonControlStyles"/> object that defines the appearance of buttons.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogEditorsImages">
<summary>
<para>Provides access to the image settings of the <b>Search</b> dialog's editors.
</para>
</summary>
<value>An <see cref="EditorImages"/> object that defines the image settings of editors.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogEditorsStyles">
<summary>
<para>Provides access to the style settings of the <b>Search</b> dialog's editors.
</para>
</summary>
<value>An <see cref="EditorStyles"/> object that contains the editor's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogFormImages">
<summary>
<para>Provides access to the image settings of the <b>Search</b> dialog's form.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ImagesDialogForm"/> object that defines the form's image settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogFormStyles">
<summary>
<para>Provides access to the style settings of the <b>Search</b> dialog's form.
</para>
</summary>
<value>A <see cref="PopupControlStyles"/> object containing form's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SettingsLoadingPanel">
<summary>
<para>Gets the Loading Panel settings of a ReportViewer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ShouldDisposeReport">
<summary>
<para>Specifies whether or not a report should be disposed together with its associated Report Viewer.
</para>
</summary>
<value><b>true</b> to dispose the report along with the Report Viewer; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ShowLoadingPanelImage">
<summary>
<para>Gets or sets whether the image can be displayed within a Loading Panel.
</para>
</summary>
<value><b>true</b> if the image is allowed to be displayed within a Loading Panel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SpriteCssFilePath">
<summary>
<para>Specifies the path to the CSS file, storing styles for the <b>Search</b> dialog of the ReportViewer and its associated <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the path to the CSS file.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SpriteImageUrl">
<summary>
<para>Specifies the URL of the <i>sprite</i> image file, storing images for the <b>Search</b> dialog of the ReportViewer and its associated <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the sprite image file URL.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.StaticInitialize">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.TableLayout">
<summary>
<para>Determines whether to use the table or non-table layout in the displayed HTML document.
</para>
</summary>
<value><b>true</b>, to use a table layout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.UseIFrame">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Width">
<summary>
<para>Gets or sets the width of the ReportViewer.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the control's width.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteBmpImageTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to an image in BMP file format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteGifImageTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to an image in GIF file format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteHtmlTo(System.String)">
<summary>
<para>Creates an HTML file that contains a Web representation of the report. The destination directory for the created file will be determined by the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> value containing the full path to the HTML file to be created.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteHtmlTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an HTML file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteHtmlTo(System.Web.HttpResponse)">
<summary>
<para>Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteJpgImageTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to an image in JPG file format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteMhtTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Writes the MHT version of a report to the specified HTTP response. An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object should be passed to this method as a parameter.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an MHT file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteMhtTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to the MHT format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WritePdfTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to the PDF, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WritePdfTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Exports the report to the PDF, and writes the output to the specified HTTP response. An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object should be passed to this method as a parameter.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an PDF file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WritePngImageTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to an image in PNG file format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteRtfTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to the RTF format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteRtfTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Exports the report to the RTF format, and writes the output to the specified HTTP response. An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object should be passed to this method as a parameter.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an RTF file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteTextTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to text, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteTextTo(System.Web.HttpResponse,System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the report to text using the specified export type and text-specific export options, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="exportType">
A <see cref="T:System.String"/> specifying the appropriate file extension (e.g. "<b>txt</b>" or "<b>csv</b>").
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which contains Text-specific export options.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteTiffImageTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to an image in TIFF file format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteXlsTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Exports the report to the XLS format, and writes the output to the specified HTTP response. An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object should be passed to this method as a parameter.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an XLS file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteXlsTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to the XLS format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteXlsxTo(System.Web.HttpResponse,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Exports the report to the XLSX format, and writes the output to the specified HTTP response. An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object should be passed to this method as a parameter.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be represented as an XLSX file.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewer.WriteXlsxTo(System.Web.HttpResponse)">
<summary>
<para>Exports the report to the XLSX format, and writes the output to the specified HTTP response.
</para>
</summary>
<param name="response">
A <see cref="T:System.Web.HttpResponse"/> object specifying the HTTP response to which the file should be written.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.WebCredential">
<summary>
<para>Provides user credentials to login to a remote document source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.WebCredential.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the WebCredential class with the specified user name and password.
</para>
</summary>
<param name="userName">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DocumentViewer.WebCredential.UserName"/> property.
</param>
<param name="password">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DocumentViewer.WebCredential.Password"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.WebCredential.Password">
<summary>
<para>Specifies the password for connecting to a remote document source using the Forms authentication type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the password.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.WebCredential.UserName">
<summary>
<para>Specifies the user name for connecting to a remote document source using the Forms authentication type.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the user name.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.RequestParametersEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.RequestParameters"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.RequestParametersEventArgs.#ctor(DevExpress.DocumentServices.ServiceModel.IParameterContainer)">
<summary>
<para>Initializes a new instance of the RequestParametersEventArgs class with the specified settings.
</para>
</summary>
<param name="parameters">
An object implementing the <see cref="T:DevExpress.DocumentServices.ServiceModel.IParameterContainer"/> interface. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DocumentViewer.RequestParametersEventArgs.Parameters"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.RequestParametersEventArgs.Parameters">
<summary>
<para>Returns an object that provides information about report parameters.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DocumentServices.ServiceModel.IParameterContainer"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.WebAuthenticatorLoginEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.RequestCredentials"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.WebAuthenticatorLoginEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the WebAuthenticatorLoginEventArgs class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.WebAuthenticatorLoginEventArgs.Credential">
<summary>
<para>Specifies the user credentials to login to a remote document source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.WebCredential"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.WebAuthenticatorLoginEventArgs.Handled">
<summary>
<para>Specifies whether or not the corresponding event was handled.
</para>
</summary>
<value><b>true</b> if the event was handled; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ASPxReportDesigner">
<summary>
<para>A control to create an End-User Report Designer in ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.#ctor">
<summary>
<para>Initializes a new instance of the ASPxReportDesigner class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.#ctor(System.IServiceProvider)">
<summary>
<para>For internal use.</para>
</summary>
<param name="serviceProvider">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.#ctor(DevExpress.XtraReports.Web.ReportDesigner.Native.Services.IReportDesignerModelGenerator,DevExpress.XtraReports.Web.ReportDesigner.Native.Services.IReportDesignerHtmlContentGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator`1,System.Func`1)">
<summary>
<para>For internal use.</para>
</summary>
<param name="reportDesignerModelGenerator">
</param>
<param name="reportDesignerHtmlContentGenerator">
</param>
<param name="jsContentGenerator">
</param>
<param name="cleanerFactory">
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.AllowMDI">
<summary>
<para>For internal use.</para>
</summary>
<value> </value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxReportDesigner.CanProcessHandlerRequest">
<summary>
<para>Occurs when a request is sent to the DevExpress HTTP handler, and allows cancelling request processing for the ASPxReportDesigner.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ASPxReportDesigner.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the client instance name of the Report Designer.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ASPxReportDesigner.
</para>
</summary>
<value>A <see cref="ReportDesignerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ASPxReportDesigner.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxReportDesigner.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.DataSources">
<summary>
<para>Provides access to the data sources available in the report that is currently loaded into the Web Report Designer.
</para>
</summary>
<value>A dictionary, listing the data sources by their names.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.Dispose">
<summary>
<para>Releases all resources used by ASPxReportDesigner.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.Height">
<summary>
<para>Specifies the Report Designer height.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Report Designer height.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.JSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
<value>A dictionary, containing the JavaScript property names, along with their corresponding <see cref="T:System.Object"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.MenuItems">
<summary>
<para>Provides access to the collection of menu items of the ASPxReportDesigner.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Opens the specified report instance in the Web Report Designer.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.OpenReport(System.String)">
<summary>
<para>Opens the specified report definition file in the Web Report Designer.
</para>
</summary>
<param name="reportUrl">
A <see cref="T:System.String"/> value, specifying the report URL.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.OpenReportXmlLayout(System.Byte[])">
<summary>
<para>Restores a report layout from the specified XML bytes.
</para>
</summary>
<param name="reportLayout">
A <see cref="T:System.Byte"/> array, containing the report layout in the XML format.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.RequestEvent">
<summary>
<para>Defines when to process a POST/GET request.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RequestEvent"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.RightToLeft">
<summary>
<para>Specifies whether or not a right-to-left layout is enabled in the End-User Report Designer user interface.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxReportDesigner.SaveReportLayout">
<summary>
<para>Occurs when executing a command to save the report layout.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Report Designer's client-side model.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.SettingsWizard">
<summary>
<para>Provides access to the Report Wizard settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings"/> object containing Report Wizard settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ShouldClearReportScripts">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ShouldDisposeDataSources">
<summary>
<para>Specifies whether or not report data sources should be disposed when calling the <see cref="M:DevExpress.XtraReports.Web.ASPxReportDesigner.Dispose"/> method.
</para>
</summary>
<value><b>true</b>, to dispose data sources; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ShouldDisposeReport">
<summary>
<para>Specifies whether or not a report should be disposed when calling the <see cref="M:DevExpress.XtraReports.Web.ASPxReportDesigner.Dispose"/> method.
</para>
</summary>
<value><b>true</b> to dispose the report along with the Report Designer; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ShouldShareReportDataSources">
<summary>
<para>Specifies whether or not the list of report data sources should also include the Report Designer's <see cref="P:DevExpress.XtraReports.Web.ASPxReportDesigner.DataSources"/>.
</para>
</summary>
<value><b>true</b>, to make the control's data sources available in the report; otherwise, <b>false</b>. The default value is <b>true</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.StaticInitialize">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.Subreports">
<summary>
<para>Provides access to the subreports available in the report that is currently loaded into the Web Report Designer.
</para>
</summary>
<value>A dictionary, listing the subreports by their names.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.TryAddDefaultDataSerializer">
<summary>
<para>For internal use. Specifies whether or not the default data serializer can be added to the report extensions.
</para>
</summary>
<value><b>true</b>, if the default data serializer can be added to the report extensions; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.Width">
<summary>
<para>Specifies the Report Designer width.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Report Designer width.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer">
<summary>
<para>A default container for Web Report Designer services.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.AllowPassingDataSourceConnectionParametersToClient">
<summary>
<para>Enables the Web Report Designer to pass data source connection parameters from the Web.config file to the client.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.Current">
<summary>
<para>Specifies the default common service provider for an <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner"/>.
</para>
</summary>
<value>An object implementing the <see cref="IServiceProvider"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.EnableCustomSql">
<summary>
<para>Enables editing custom SQL strings on the Create a Query or Select a Stored Procedure wizard page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.Register``2">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterDataSourceWizardConfigFileConnectionStringsProvider">
<summary>
<para>Enables the Web Report Designer to use the data source connections specified in the configuration file of the web application.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterDataSourceWizardConnectionStringsProvider``1">
<summary>
<para>Registers the connection strings provider for custom data connections (without overriding connections defined in the application's <b>Web.config</b> file).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterDataSourceWizardConnectionStringsProvider``1(System.Boolean)">
<summary>
<para>Registers the connection strings provider for custom data connections with a parameter value specifying whether or not to override connections defined in the application's <b>Web.config</b> file.
</para>
</summary>
<param name="overrideWebConfigConnections">
<b>true</b>, to override connections defined in the application's <b>Web.config</b> file (and never save data connection parameters along with report layouts); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterDataSourceWizardDBSchemaProviderExFactory``1">
<summary>
<para>Registers the custom database schema provider factory.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterDataSourceWizardDBSchemaProviderFactory``1">
<summary>
<para>For internal use.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterSecureDataConverter``1">
<summary>
<para>Enables the Web Report Designer to use a custom algorithm for encryption of data source connection strings on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DefaultReportDesignerContainer.RegisterSqlDataSourceWizardCustomizationService``1">
<summary>
<para> Registers the SQL data source wizard customization service.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode">
<summary>
<para>Lists the available toolbar modes of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode.ExternalRibbon">
<summary>
<para>The <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> commands are added to the application's Ribbon.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode.None">
<summary>
<para>The <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> has no toolbar.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode.Ribbon">
<summary>
<para>The <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> commands are displayed in its Ribbon.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode.StandardToolbar">
<summary>
<para>The <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> commands are displayed in its <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings">
<summary>
<para>Provides settings to the Ribbon toolbar of the Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings.IconSet">
<summary>
<para>Specifies a set of icons to be used in a Document Viewer ribbon.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuIconSetType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings.ShowGroupLabels">
<summary>
<para>Specifies whether or not to display the Ribbon Group captions.
</para>
</summary>
<value><b>true</b> to display the Ribbon Group captions; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings">
<summary>
<para>Provides time settings to clean a storage for storing documents and reports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the StorageCleanerSettings class with the specified settings.
</para>
</summary>
<param name="dueTime">
A <see cref="T:System.TimeSpan"/> structure, specifying the time interval after which to run the storage cleaner.
</param>
<param name="period">
A <see cref="T:System.TimeSpan"/> structure, specifying the period of time between each cleaning of a storage.
</param>
<param name="reportTimeToLive">
A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report in a storage.
</param>
<param name="documentTimeToLive">
A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report document in a storage.
</param>
<param name="exportedDocumentTimeToLive">
A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of an exported report document in a storage.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings.CreateDefault">
<summary>
<para>Creates a new instance of the StorageCleanerSettings class with the default settings.
</para>
</summary>
<returns>A StorageCleanerSettings object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings.DocumentTimeToLive">
<summary>
<para>Indicates the lifetime of a report document in a storage.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings.ExportedDocumentTimeToLive">
<summary>
<para>Indicates the lifetime of an exported report document in a storage.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.StorageCleanerSettings.ReportTimeToLive">
<summary>
<para>Indicates the lifetime of a report in a storage.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuActionHotKey">
<summary>
<para>Provides information about a hot key used to perform an action assigned to a menu item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuActionHotKey.#ctor">
<summary>
<para>Initializes a new instance of the MenuActionHotKey class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuActionHotKey.CtrlKey">
<summary>
<para>Specifies whether the CTRL key is used in combination with a hot key.
</para>
</summary>
<value><b>true</b>, if the CTRL key is included into the key combination; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuActionHotKey.KeyCode">
<summary>
<para>Specifies a hot key code.
</para>
</summary>
<value>An integer value that specifies the hot key code.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey">
<summary>
<para>Provides information about a hot key used to perform an action assigned to a menu item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ClientControlsMenuItemHotKey class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified object to the current object.
</para>
</summary>
<param name="source">
An object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates a property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.CtrlKey">
<summary>
<para>Specifies whether the CTRL key is used in combination with a hot key.
</para>
</summary>
<value><b>true</b>, if the CTRL key is included into the key combination; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.KeyCode">
<summary>
<para>Specifies a hot key code.
</para>
</summary>
<value>An integer value that specifies the hot key code.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey.ToModel">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo boxes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarComboBoxStyle class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle.AssignCellSpacingToControl(DevExpress.Web.ASPxComboBox)">
<summary>
<para>Assigns the specified spacing between items in a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo box.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.Web.ASPxComboBox"/> object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle.CellSpacing">
<summary>
<para>Specifies the spacing between items in a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo boxes (in pixels).
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle.CopyFrom(System.Web.UI.WebControls.Style)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the ReportToolbarComboBoxStyle class.
</para>
</summary>
<param name="style">
A <see cref="T:System.Web.UI.WebControls.Style"/> object that is the object whose settings will be copied.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarButtonStyle">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s buttons.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButtonStyle.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarButtonStyle class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButtonStyle.Height">
<summary>
<para>Specifies the height of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s buttons.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButtonStyle.Width">
<summary>
<para>Specifies the width of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s buttons.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarBoxStyle">
<summary>
<para>The base class for classes that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo boxes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarBoxStyle.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarBoxStyle class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarBoxStyle.Margins">
<summary>
<para>Provides access to the margins of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo boxes.
</para>
</summary>
<value>A <see cref="Margins"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode.InterProcess">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode.InterThread">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarStyles">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the ReportToolbarStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.ButtonStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarButtonStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.CaptionCellStyle">
<summary>
<para>Gets the caption style settings of the report toolbar container.
</para>
</summary>
<value>A <see cref="EditorCaptionCellStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.CaptionStyle">
<summary>
<para>Gets the caption style settings of the report toolbar.
</para>
</summary>
<value>A <see cref="EditorCaptionStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.ComboBoxButtonStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo box buttons.
</para>
</summary>
<value>A <see cref="ButtonControlStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.ComboBoxItemStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo box items.
</para>
</summary>
<value>A <see cref="ListBoxItemStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.ComboBoxListStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo box list.
</para>
</summary>
<value>A <see cref="AppearanceStyleBase"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.ComboBoxStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s combo boxes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the ReportToolbarStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.EditorStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s editors.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarButtonStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.LabelStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarLabelStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarStyles.TextBoxStyle">
<summary>
<para>Provides access to the style settings of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s text boxes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarBoxStyle"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles">
<summary>
<para>Contains settings that define the appearance of a Document Map's elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDocumentMapStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the ReportDocumentMapStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMapStyles.Disabled">
<summary>
<para>Gets the style settings assigned to disabled items in a Document Map.
</para>
</summary>
<value>A <see cref="DisabledStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMapStyles.Link">
<summary>
<para>Gets the style settings assigned to links in a Document Map.
</para>
</summary>
<value>A <see cref="LinkStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMapStyles.NodeCheckBox">
<summary>
<para>Gets the style settings assigned to check boxes in a Document Map.
</para>
</summary>
<value>A <see cref="TreeViewNodeCheckBoxStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMapStyles.NodeCheckBoxFocused">
<summary>
<para>Gets the style settings assigned to focused check boxes in a Document Map.
</para>
</summary>
<value>A <see cref="TreeViewNodeCheckBoxStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMapStyles.NodeImage">
<summary>
<para>Gets the style settings assigned to nodes in a Document Map.
</para>
</summary>
<value>A <see cref="AppearanceStyle"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings">
<summary>
<para>Provides settings for a client-side model of the Web Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the WebDocumentViewerClientSideModelSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings.IncludeCldrData">
<summary>
<para>Specifies whether or not to load <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> JSON data for the current locale to the client-side of the Document Viewer.
</para>
</summary>
<value><b>true</b>, to include CLDR JSON data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> supplemental data to the client-side of the Document Viewer.
</para>
</summary>
<value><b>true</b>, to include CLDR supplemental data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings.IncludeLocalization">
<summary>
<para>Specifies whether or not to load a localization script to a client-side of the Document Viewer.
</para>
</summary>
<value><b>true</b>, to include a localization script to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings">
<summary>
<para>Provides settings for a client-side model of the Query Builder.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the QueryBuilderClientSideModelSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings.IncludeCldrData">
<summary>
<para>Specifies whether or not to load <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> JSON data for the current locale to a client-side of the Query Builder.
</para>
</summary>
<value><b>true</b>, to include CLDR JSON data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> supplemental data to the client-side of the Query Builder.
</para>
</summary>
<value><b>true</b>, to include CLDR supplemental data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings.IncludeLocalization">
<summary>
<para>Specifies whether or not to load a localization script to the client-side of the Query Builder.
</para>
</summary>
<value><b>true</b>, to include a localization script to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings">
<summary>
<para>Provides settings for a client-side model of the Web Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ReportDesignerClientSideModelSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings.IncludeCldrData">
<summary>
<para>Specifies whether or not to load <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> JSON data for the current locale to the client-side of the Report Designer.
</para>
</summary>
<value><b>true</b>, to include CLDR JSON data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> supplemental data to the client-side of the Report Designer.
</para>
</summary>
<value><b>true</b>, to include CLDR supplemental data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings.IncludeLocalization">
<summary>
<para>Specifies whether or not to load a localization script to a client-side of the Report Designer.
</para>
</summary>
<value><b>true</b>, to include a localization script to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService">
<summary>
<para>If implemented, provides methods enabling you to provide a custom authorization mechanism in your web reporting application.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanCreateDocument">
<summary>
<para>Specifies whether or not creating any documents is permitted.
</para>
</summary>
<returns><b>true</b>, if document creation is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanCreateReport">
<summary>
<para>Specifies whether or not saving reports to the report storage is permitted.
</para>
</summary>
<returns><b>true</b>, if saving reports is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanReadDocument(System.String)">
<summary>
<para>Specifies whether or not obtaining the specified document from the server is permitted.
</para>
</summary>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the report document.
</param>
<returns><b>true</b>, if reading the document is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanReadReport(System.String)">
<summary>
<para>Specifies whether or not obtaining the specified report from the server is permitted.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
<returns><b>true</b>, if reading the report is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanReleaseDocument(System.String)">
<summary>
<para>Specifies whether or not disposing the specified document from the server storage is permitted.
</para>
</summary>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the report document.
</param>
<returns><b>true</b>, if releasing the document is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerAuthorizationService.CanReleaseReport(System.String)">
<summary>
<para>Specifies whether or not disposing the specified report from the server storage is permitted.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
<returns><b>true</b>, if releasing the report is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties">
<summary>
<para>Provides information about the drill-down state and parameters of the report that is being created.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties.#ctor">
<summary>
<para>Initializes a new instance of the ReportBuildProperties class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties.DrillDownState">
<summary>
<para>Returns a dictionary, indicating whether the elements of the current drill-down report are expanded or collapsed in the document.
</para>
</summary>
<value>A dictionary, listing report elements along with their drill-down states.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties.Parameters">
<summary>
<para>Returns a dictionary, listing report parameters along with their assigned values.
</para>
</summary>
<value>A dictionary, listing report parameters along with their assigned values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties.SortingState">
<summary>
<para>Returns a dictionary, listing report elements along with their associated sorting states.
</para>
</summary>
<value>A dictionary listing elements along with assigned sorting information.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger">
<summary>
<para>A service enabling you to log events related to processing reports and generated documents by the Web Document Viewer engine.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.#ctor">
<summary>
<para>Initializes a new instance of the WebDocumentViewerOperationLogger class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.BuildStarted(System.String,System.String,DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties)">
<summary>
<para>Called after building a report document has started and provides information about the created document's ID in the Web Document Viewer's internal repository.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the document.
</param>
<param name="buildProperties">
A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.BuildStarted(System.String,System.String,System.String,DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties)">
<summary>
<para>Called after building a report document has started and provides information about the created document's ID in the Web Document Viewer's internal repository.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value that identifies the report.
</param>
<param name="reportUrl">
A <see cref="T:System.String"/> value that specifies the report URL.
</param>
<param name="documentId">
A <see cref="T:System.String"/> value that identifies the document.
</param>
<param name="buildProperties">
A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.BuildStarting(System.String,DevExpress.XtraReports.UI.XtraReport,DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties)">
<summary>
<para>Called before starting to asynchronously build a report document.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
<param name="buildProperties">
A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties"/> object.
</param>
<returns>A <see cref="T:System.Action"/> delegate.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.BuildStarting(System.String,System.String,DevExpress.XtraReports.UI.XtraReport,DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties)">
<summary>
<para>Called before starting to asynchronously build a report document.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value that identifies the report.
</param>
<param name="reportUrl">
A <see cref="T:System.String"/> value that specifies the report URL.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
<param name="buildProperties">
A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.ReportBuildProperties"/> object.
</param>
<returns>A <see cref="T:System.Action"/> delegate.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.CacheCleaned">
<summary>
<para>Called after a cache has been cleaned.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ExportDocument(System.String,System.String,DevExpress.XtraPrinting.ExportOptions,DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Logs the export document event and provides information about the specified export options.
</para>
</summary>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the document.
</param>
<param name="format">
A <see cref="T:System.String"/> value, specifying the export format.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> object.
</param>
<param name="printingSystem">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ExportDocumentStarting(System.String,System.String,System.String,DevExpress.XtraPrinting.ExportOptions,DevExpress.XtraPrinting.PrintingSystemBase,System.Func`1)">
<summary>
<para>Called before starting to asynchronously export a report document.
</para>
</summary>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the document.
</param>
<param name="asyncExportOperationId">
A <see cref="T:System.String"/> value, identifying the export operation.
</param>
<param name="format">
A <see cref="T:System.String"/> value, specifying the export format.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ExportOptions"/> object.
</param>
<param name="printingSystem">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object.
</param>
<param name="doExportSynchronously">
A <b>System.Func</b> delegate.
</param>
<returns>An exported document.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ReleaseDocument(System.String)">
<summary>
<para>Logs the request for a document's release event from the Web Document Viewer's internal repository.
</para>
</summary>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the document.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ReleaseReport(System.String)">
<summary>
<para>Logs the request for a report release event from the Web Document Viewer's internal repository.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ReportLoadedFromLayout(System.String,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ReportOpening(System.String,System.String,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Logs the opening report event in the Web Document Viewer and provides information about the report in the Web Document Viewer's internal repository (and its associated document if this document has already been generated).
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value, identifying the report.
</param>
<param name="documentId">
A <see cref="T:System.String"/> value, identifying the report document.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerOperationLogger.ReportOpening(System.String,System.String,System.String,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Logs the opening report event in the Web Document Viewer and provides information about the report in the Web Document Viewer's internal repository (and its associated document if this document has already been generated).
</para>
</summary>
<param name="reportId">
A <see cref="T:System.String"/> value that identifies the report.
</param>
<param name="reportUrl">
A <see cref="T:System.String"/> value that specifies the report URL.
</param>
<param name="documentId">
A <see cref="T:System.String"/> value that identifies the report document.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerDrillThroughProcessor">
<summary>
<para>Provides drill-through functionality to web reports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerDrillThroughProcessor.CreateReport(DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext)">
<summary>
<para>Enables navigation between drill-through reports on the web.
</para>
</summary>
<param name="context">
A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext"/> object.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel">
<summary>
<para>A ViewModel providing content editing functionality to the Web Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.#ctor">
<summary>
<para>Initializes a new instance of the EditingFieldModel class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.Bounds">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.BrickOptions">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.EditorName">
<summary>
<para>Specifies the field editor name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.EditValue">
<summary>
<para>Specifies the value assigned to the field.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.GroupID">
<summary>
<para>Specifies the ID of a group to which the check edit field belongs.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.HtmlValue">
<summary>
<para>For internal use.</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.ID">
<summary>
<para>Specifies the editing field ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.PageIndex">
<summary>
<para>Specifies the zero-based index of a page on which the editing field is located.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.ReadOnly">
<summary>
<para>Specifies whether or not the field editing is enabled.
</para>
</summary>
<value><b>true</b>, if the field value can be edited; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel.Type">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext">
<summary>
<para>Provides information about drill-through reports on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.AssignEditingFieldValuesToReport">
<summary>
<para>Passes values assigned to editing fields on the client to the report.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.CustomData">
<summary>
<para>Provides access to custom client data associated with a currently previewed report.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.EditingFields">
<summary>
<para>Provides access to the editing fields of a currently previewed report.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.EditingFieldModel"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.Parameters">
<summary>
<para>Provides access to the parameters of a currently previewed report.
</para>
</summary>
<value>A dictionary, listing report parameters.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.Report">
<summary>
<para>Provides access to the report that is currently being previewed.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DrillThroughContext.ReportUrl">
<summary>
<para>Provides access to the URL of the report currently being previewed.
</para>
</summary>
<value>A string that specifies the report URL.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.QueryBuilder.Native.QueryBuilderBootstrapper">
<summary>
<para>Enables you to adjust a Dependency Injection container for a Query Builder.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.Native.QueryBuilderBootstrapper.SessionState">
<summary>
<para>For internal use.</para>
</summary>
<value>A <see cref="T:System.Web.SessionState.SessionStateBehavior"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.Native.WebDocumentViewerBootstrapper">
<summary>
<para>Enables you to adjust a Dependency Injection container for a Web Document Viewer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.Native.WebDocumentViewerBootstrapper.SessionState">
<summary>
<para>For internal use.</para>
</summary>
<value>A <see cref="T:System.Web.SessionState.SessionStateBehavior"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.Native.ReportDesignerBootstrapper">
<summary>
<para>Enables you to adjust a Dependency Injection container for an Report Designer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.Native.ReportDesignerBootstrapper.SessionState">
<summary>
<para>For internal use.</para>
</summary>
<value>A <see cref="T:System.Web.SessionState.SessionStateBehavior"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.ASPxQueryBuilder"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the QueryBuilderClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents.CustomizeLocalization">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents.CustomizeToolbarActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientQueryBuilder.CustomizeToolbarActions"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents.SaveCommandExecute">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientQueryBuilder.SaveCommandExecute"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.IGlobalizationService">
<summary>
<para>Enables you to customize globalization settings of the current thread (including thread impersonation).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.IGlobalizationService.UpdateCultures(System.String[])">
<summary>
<para>Updates the culture settings provided by web reporting controls on the client.
</para>
</summary>
<param name="userLanguagesFromClient">
An array of <see cref="T:System.String"/> values, identifying language culture names.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.DefaultClientControlContainer">
<summary>
<para>A Dependency Injection container, sharing common services between the <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/>, <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> and <see cref="T:DevExpress.XtraReports.Web.ASPxQueryBuilder"/> client controls.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.DefaultClientControlContainer.Current">
<summary>
<para>Specifies the default common service provider of the <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer"/>, <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientQueryBuilder"/> and <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientReportDesigner"/> controls.
</para>
</summary>
<value>An object implementing the <see cref="T:System.IServiceProvider"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.DefaultClientControlContainer.Register``2">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.DefaultClientControlContainer.UseCustomGlobalizationService``1">
<summary>
<para>Registers the specified custom globalization service type.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.DefaultClientControlContainer.UseCustomGlobalizationService``1(``0)">
<summary>
<para>Registers the specified custom globalization service instance.
</para>
</summary>
<param name="globalizationService">
An object implementing the <see cref="T:DevExpress.XtraReports.Web.ClientControls.IGlobalizationService"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.ISecureDataConverter">
<summary>
<para>If implemented, enables the Web Report Designer to use a custom algorithm for storing data source connection strings on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ISecureDataConverter.Protect(System.String)">
<summary>
<para> </para>
</summary>
<param name="entity">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ISecureDataConverter.Unprotect(System.String)">
<summary>
<para> </para>
</summary>
<param name="protectedEntity">
</param>
<returns> </returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardSettings">
<summary>
<para>Provides the Report Wizard settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardSettings.#ctor">
<summary>
<para>Initializes a new instance of the WizardSettings class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardSettings.UseMasterDetailWizard">
<summary>
<para>Specifies whether to use a Report Wizard version that enables creating master-detail reports and specify its grouping and summary options.
</para>
</summary>
<value><b>true</b>, to use the master-detail Report Wizard version; <b>false</b>, to use the standard Report Wizard version.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings">
<summary>
<para>Provides the Report Wizard settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ReportDesignerWizardSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.UseMasterDetailWizard">
<summary>
<para>Specifies whether to use a Report Wizard version that enables creating master-detail reports and specify its grouping and summary options.
</para>
</summary>
<value><b>true</b>, to use the master-detail Report Wizard version; <b>false</b>, to use the standard Report Wizard version.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DocumentOperationService">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DocumentOperationService.#ctor">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DocumentOperationService.CanPerformOperation(DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest)">
<summary>
<para> </para>
</summary>
<param name="request">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DocumentOperationService.PerformOperation(DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest,DevExpress.XtraPrinting.PrintingSystemBase,DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para> </para>
</summary>
<param name="request">
</param>
<param name="initialPrintingSystem">
</param>
<param name="printingSystemWithEditingFields">
</param>
<returns> </returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse.#ctor">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse.CustomData">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse.DocumentId">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse.Message">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationResponse.Succeeded">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.#ctor">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.CustomData">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.DocumentId">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.EditingFieldValues">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.ExportOptions">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.ExportOptionsString">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.DocumentOperationRequest.PageIndex">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.MobileViewerSettings">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.MobileViewerSettings.#ctor">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.MobileViewerSettings.AnimationEnabled">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts.MobileViewerSettings.ReaderMode">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.XtraReports.Web.ImagesEmbeddingMode">
<summary>
<para>Lists the available modes for embedding images in ASP.NET controls.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ImagesEmbeddingMode.Auto">
<summary>
<para>The image embedding mode is determined automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ImagesEmbeddingMode.Base64">
<summary>
<para>Inline images are encoded using the "base64" scheme.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ImagesEmbeddingMode.Url">
<summary>
<para>External images are requested by the client web browser one-by-one using their corresponding URL's.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel">
<summary>
<para>Stores the session settings of a Web Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.#ctor">
<summary>
<para>Initializes a new instance of the WebDocumentViewerModel class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.
</para>
</summary>
<value><b>true</b>, if the JavaScript code can be inserted in URLs; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.HandlerUri">
<summary>
<para>Specifies a custom ASP.NET handler (or MVC controller) to which a Web Document Viewer's client sends requests.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the handler URI (Uniform Resource Identifier).
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.MenuActions">
<summary>
<para>Specifies the menu actions available in a Web Document Viewer.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraReports.Web.ClientControls.DataContracts.MenuAction"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.MenuItemJSClickActions">
<summary>
<para>Specifies the JavaScript actions assigned to the menu items of a Web Document Viewer.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.MobileMode">
<summary>
<para>Specifies whether or not the Web Document Viewer should be configured for use on mobile devices.
</para>
</summary>
<value><b>true</b>, to enable the mobile mode; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.MobileModeSettings">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.ReportInfo">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel.RightToLeft">
<summary>
<para>Specifies whether or not a right-to-left layout is enabled in the Web Document Viewer user interface.
</para>
</summary>
<value><b>true</b>, if the UI orientation is right-to-left; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.LoggerService">
<summary>
<para>A service that allows you to log server-side errors and events related to client-side reporting controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.LoggerService.#ctor">
<summary>
<para>Initializes a new instance of the LoggerService class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.LoggerService.Error(System.Exception,System.String)">
<summary>
<para>Allows you to log server-side errors.
</para>
</summary>
<param name="exception">
A <see cref="T:System.Exception"/> object specifying the exception that is raised on the server side.
</param>
<param name="message">
A string that specifies the error message.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.LoggerService.Info(System.String)">
<summary>
<para>Allows you to log server-side events.
</para>
</summary>
<param name="message">
A string that specifies the information message.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.LoggerService.Initialize(System.Action`2)">
<summary>
<para>Initializes the current LoggerService object with the specified action that processes exceptions.
</para>
</summary>
<param name="processException">
An action that processes server-side exceptions.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.LoggerService.Initialize(DevExpress.XtraReports.Web.ClientControls.LoggerService)">
<summary>
<para>Initializes the specified LoggerService object.
</para>
</summary>
<param name="loggerInstance">
A <see cref="T:DevExpress.XtraReports.Web.ClientControls.LoggerService"/> object to be initialized.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ReportParametersPanel.CustomizeParameterEditors"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.#ctor(DevExpress.XtraReports.Parameters.Parameter,DevExpress.Web.ASPxEditBase,DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Initializes a new instance of the CustomizeParameterEditorsEventArgs class with the specified settings.
</para>
</summary>
<param name="parameter">
A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> instance. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Parameter"/> property.
</param>
<param name="editor">
An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Editor"/> property.
</param>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> instance. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Report"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Editor">
<summary>
<para>Specifies the value editor associated with the current parameter.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant, specifying the parameter editor.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Parameter">
<summary>
<para>Gets the parameter, for which a custom editor is being provided.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Parameters.Parameter"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.Report">
<summary>
<para>Gets the report for which a custom parameters editor is implemented.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.ShouldSetParameterValue">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="F:DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.ShouldSetParameterValueDefault">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings">
<summary>
<para>Stores settings of the Mobile Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the MobileWebDocumentViewerSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.AnimationEnabled">
<summary>
<para>Specifies whether or not animation is enabled on performing various actions in the Mobile Document Viewer.
</para>
</summary>
<value><b>true</b>, to enable animation; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.ReaderMode">
<summary>
<para>Specifies whether or not the Mobile Viewer is switched to the reader mode, displaying document pages without indicating page borders
</para>
</summary>
<value><b>true</b>, to enable the reader mode; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.DeserializeClientParameters"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.#ctor(System.String,System.String,System.Object)">
<summary>
<para>Initializes a new instance of the DeserializeClientParameterEventArgs class with the specified settings.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Name"/> property.
</param>
<param name="path">
A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Path"/> property.
</param>
<param name="value">
A <see cref="T:System.Object"/> value. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Value"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Name">
<summary>
<para>Specifies the parameter name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the parameter name.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Path">
<summary>
<para>Specifies the parameter path, relative to its parent container (e.g., <i>"subreport1.subreportParameter1"</i> for a subreport's parameter, or <i>"parameter1"</i> for a report's parameter).
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the parameter path (e.g., <i>"subreport1.subreportParameter1"</i>).
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs.Value">
<summary>
<para>Specifies the parameter value.
</para>
</summary>
<value>A <see cref="T:System.Object"/>, storing the parameter value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings">
<summary>
<para>Stores settings of the Document Viewer's document map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerDocumentMapSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.AllowSelectNode">
<summary>
<para>Specifies whether or not the node selection is available to the Document Map.
</para>
</summary>
<value><b>true</b>, if nodes can be selected; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.EnableAnimation">
<summary>
<para>Specifies whether or not animation is available when expanding/collapsing nodes in a Document Map.
</para>
</summary>
<value><b>true</b>, if animation is used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.EnableHotTrack">
<summary>
<para>Specifies whether or not nodes of the Document Viewer's Document Map can visually respond to mouse hovering.
</para>
</summary>
<value><b>true</b>, if nodes can be hot-tracked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.ShowTreeLines">
<summary>
<para>Specifies whether or not tree lines are displayed within the Document Viewer's Document Map.
</para>
</summary>
<value><b>true</b>, to display tree lines; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings">
<summary>
<para>Stores settings of the Document Viewer's splitter..
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerSplitterSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.DocumentMapAutoHeight">
<summary>
<para>Specifies whether the Document Map height is automatically adjusted.
</para>
</summary>
<value><b>true</b> to automatically adjust the Document Map height; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.DocumentMapCollapsed">
<summary>
<para>Specifies whether or not the DocumentViewer's document map panel is collapsed.
</para>
</summary>
<value><b>true</b>, if the document map panel is collapsed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.ParametersPanelCollapsed">
<summary>
<para>Specifies whether or not the DocumentViewer's parameters panel is collapsed.
</para>
</summary>
<value><b>true</b>, if the parameters panel is collapsed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.SidePanePosition">
<summary>
<para>Specifies the default position of the Document Viewer's side pane containing the Parameters and Document Map panels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSidePanePosition"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.SidePaneVisible">
<summary>
<para>Specifies whether or not to display the Document Viewer's side pane containing the Parameters and Document Map panels.
</para>
</summary>
<value><b>true</b> to display the side pane; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings">
<summary>
<para>Stores settings of the Document Viewer's <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerReportViewerSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.
</para>
</summary>
<value><b>true</b>, to allow the execution of the JavaScript code placed in URLs; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.EnableReportMargins">
<summary>
<para>Specifies whether or not the report viewer should display document margins.
</para>
</summary>
<value><b>true</b> to display document margins; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.EnableRequestParameters">
<summary>
<para>When a report has parameters, defines whether or not a report document is auto-created when <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> is rendered on a Web page without submitting parameter value(s) via <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>.
</para>
</summary>
<value><b>true</b>, to not generate a report document until a user submits its parameter value(s); otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.ImagesEmbeddingMode">
<summary>
<para>Specifies the mode of embedding images inside a report viewer on the client, to enable cross-browser compatibility in different environments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.Web.ImagesEmbeddingMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.PageByPage">
<summary>
<para>Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once.
</para>
</summary>
<value><b>true</b>, if the DocumentViewerReportViewerSettings displays only one report page at a time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.PrintUsingAdobePlugIn">
<summary>
<para>Specifies whether or not to print a report using the <b>Adobe Reader</b>&#174; plug-in, assuming it is installed on the client's web browser.
</para>
</summary>
<value><b>true</b>, to print a report using the <b>Adobe Reader</b>&#174; plug-in; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.ShouldDisposeReport">
<summary>
<para>Specifies whether or not a report should be disposed together with its associated Document Viewer.
</para>
</summary>
<value><b>true</b> to dispose the report along with the Document Viewer; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.TableLayout">
<summary>
<para>Determines whether to use the table or non-table layout in the displayed HTML document.
</para>
</summary>
<value><b>true</b>, to use a table layout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.UseIFrame">
<summary>
<para>For internal use.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.TokenStorageMode">
<summary>
<para>Lists the available cookie storage modes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.TokenStorageMode.Client">
<summary>
<para>Identifies a client cookie storage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.TokenStorageMode.Custom">
<summary>
<para>Identifies a custom cookie storage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.TokenStorageMode.Session">
<summary>
<para>Identifies a session cookie storage.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.ITokenStorage">
<summary>
<para>Provides functionality to implement a custom storage of application cookies.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.ITokenStorage.Token">
<summary>
<para>Specifies the application cookie.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the cookie information.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings">
<summary>
<para>Provides settings for a client-side control model.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings.#ctor">
<summary>
<para>Initializes a new instance of the ClientSideModelSettings class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings.IncludeCldrData">
<summary>
<para>Specifies whether or not to load <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> JSON data for the current locale to a control's client-side.
</para>
</summary>
<value><b>true</b>, to include CLDR JSON data; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> supplemental data to a control's client-side.
</para>
</summary>
<value><b>true</b>, to include CLDR supplemental data; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientSideModelSettings.IncludeLocalization">
<summary>
<para>Specifies whether or not to load a localization script to a control's client-side.
</para>
</summary>
<value><b>true</b>, to include a localization script; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration">
<summary>
<para>Provides additional settings to a remote document source of a ASP.NET Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerRemoteSourceConfiguration class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration.InstanceIdentity">
<summary>
<para>Specifies the report identifier.
</para>
</summary>
<value>An <see cref="T:DevExpress.DocumentServices.ServiceModel.DataContracts.InstanceIdentity"/> object, identifying the report.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration.ReportServiceClientFactory">
<summary>
<para>Specifies the factory object used to create an instance of the <see cref="T:DevExpress.ReportServer.ServiceModel.Client.ReportServerClient"/>.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.DocumentServices.ServiceModel.Client.IReportServiceClientFactory"/> interface. (Typically, this is a <see cref="T:DevExpress.DocumentServices.ServiceModel.Client.ReportServiceClientFactory"/> object.)
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarImages">
<summary>
<para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s specific elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the ReportToolbarImages class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnFirstPage">
<summary>
<para>Gets the image settings of the <b>First Page</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnLastPage">
<summary>
<para>Gets the image settings of the <b>Last Page</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnNextPage">
<summary>
<para>Gets the image settings of the <b>Next Page</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnPrevPage">
<summary>
<para>Gets the image settings of the <b>Previous Page</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnPrint">
<summary>
<para>Gets the image settings of the <b>Print</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnPrintPage">
<summary>
<para>Gets the image settings of the <b>Print Page</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnSave">
<summary>
<para>Gets the image settings of the <b>Save</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnSaveWindow">
<summary>
<para>Gets the image settings of the <b>Save to Window</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.BtnSearch">
<summary>
<para>Gets the image settings of the <b>Search</b> button.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.EnableDefaultImages">
<summary>
<para>Gets or sets a value that specifies whether the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> control displays a predefined set of button images, or some of these images should be changed.
</para>
</summary>
<value><b>true</b> if the default images should be used; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarImages.GetImageProperties(System.Web.UI.Page,System.String,System.Boolean)">
<summary>
<para>Returns a <see cref="T:DevExpress.Web.ImageProperties"/> object that contains settings for the image with the specified name on the specified Web page.
</para>
</summary>
<param name="page">
A <see cref="T:System.Web.UI.Page"/> value that specifies the Web page.
</param>
<param name="imageName">
A <see cref="T:System.String"/> value that specifies the image name.
</param>
<param name="encode">
A <see cref="T:System.Boolean"/> value.
</param>
<returns>An <see cref="ImageProperties"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.LoadingPanel">
<summary>
<para>Gets the Loading Panel's image settings.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> descendant.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarImages.ToString">
<summary>
<para>Returns the textual representation of ReportToolbarImages.
</para>
</summary>
<returns>Always <see cref="F:System.String.Empty"/>.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportParametersPanel">
<summary>
<para>Provides user interface for showing the parameters panel on a Web page, to request report parameters on the client-side.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportParametersPanel.#ctor">
<summary>
<para>Initializes a new instance of the ReportParametersPanel class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.CaptionSettings">
<summary>
<para>Provides access to the caption settings of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s Parameters panel.
</para>
</summary>
<value> A <see cref="ReportParametersPanelEditorCaptionSettings"/> object containing the caption settings of the Parameters panel.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ReportParametersPanel.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.ControlButtonsContainerWidth">
<summary>
<para>Specifies the width of the ReportParametersPanel control's buttons container, in percents.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.ControlButtonWidth">
<summary>
<para>Specifies the width of the control's buttons.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ReportParametersPanel.CustomizeParameterEditors">
<summary>
<para>Occurs when standard editors are created for the report parameters, according to their types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.DropDownEditButtonSettings">
<summary>
<para>Provides access to the <b>Edit</b> button's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DropDownButton"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.ReportViewer">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportParametersPanel is associated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.ReportViewerID">
<summary>
<para>Specifies the ID of the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportParametersPanel is associated.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer's ID.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.SpriteCssFilePath">
<summary>
<para>Specifies the path to the CSS file, storing styles for a Document Map's elements.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, representing the path to the CSS file.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.StylesButton">
<summary>
<para>Provides access to the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>'s button.
</para>
</summary>
<value>A <see cref="ButtonControlStyles"/> object containing the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>'s button.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.StylesEditors">
<summary>
<para>Provides access to the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>'s editor elements.
</para>
</summary>
<value>A <see cref="EditorStyles"/> object containing the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>'s editor elements.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanel.StylesParameterEditor">
<summary>
<para>Provides access to the editor style settings of an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s Parameters panel.
</para>
</summary>
<value>A <see cref="ReportParametersPanelEditorStyles"/> object containing the editor style settings of the Parameters panel.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings">
<summary>
<para>Provides base settings for client-side models of the <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/>, <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> and <see cref="T:DevExpress.XtraReports.Web.ASPxQueryBuilder"/> controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ClientControlClientSideModelSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.IncludeCldrData">
<summary>
<para>Specifies whether or not to load <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> JSON data for the current locale to the client-side.
</para>
</summary>
<value><b>true</b>, to include CLDR JSON data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic <a href="https://github.com/globalizejs/globalize/blob/master/doc/cldr.md">CLDR</a> supplemental data to the client-side.
</para>
</summary>
<value><b>true</b>, to include CLDR supplemental data to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.IncludeLocalization">
<summary>
<para>Specifies whether or not to load a localization script to the client-side.
</para>
</summary>
<value><b>true</b>, to include a localization script to a web page; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientDocumentViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the DocumentViewerClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents.PageLoad">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer's client <b>PageLoad</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents.ToolbarItemClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer's client <b>ToolbarItemClick</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents.ToolbarItemValueChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a Document Viewer's client <b>ToolbarItemValueChanged</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerReportResolver">
<summary>
<para>If implemented by a class, resolves reports that can be displayed by the Web Document Viewer control by their type names.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerReportResolver.Resolve(System.String)">
<summary>
<para>Returns a report object based on the specified report type name.
</para>
</summary>
<param name="reportEntry">
A <see cref="T:System.String"/> value, specifying the report type name.
</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarButton">
<summary>
<para>Represents a button within the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButton.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarButton class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButton.#ctor(DevExpress.XtraReports.Web.ReportToolbarItemKind)">
<summary>
<para>Initializes a new instance of the ReportToolbarButton class with the specified item type.
</para>
</summary>
<param name="itemKind">
A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar item.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButton.#ctor(DevExpress.XtraReports.Web.ReportToolbarItemKind,System.Boolean)">
<summary>
<para>Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled.
</para>
</summary>
<param name="itemKind">
A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar item.
</param>
<param name="enabled">
<b>true</b> if the button is enabled; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButton.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.Enabled">
<summary>
<para>Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.
</para>
</summary>
<value><b>true</b> if the button is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.IconID">
<summary>
<para>Specifies the toolbar button ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, identifying the toolbar button.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.ImageUrl">
<summary>
<para>Gets or sets the URL of the image source for the ReportToolbarButton object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the URL representing the path to the image displayed within the ReportToolbarButton.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.ImageUrlDisabled">
<summary>
<para>Gets or sets the URL of the image source, which is used when the ReportToolbarButton object is disabled (its <see cref="P:DevExpress.XtraReports.Web.ReportToolbarButton.Enabled"/> property returns <b>false</b>).
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the URL representing the path to the image displayed within the disabled ReportToolbarButton.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.ItemKind">
<summary>
<para>Gets or sets the type of a particular report toolbar button.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar button.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.Text">
<summary>
<para>Gets or sets the text displayed within the button.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the text displayed within the button.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarButton.ToolTip">
<summary>
<para>Gets or sets the current toolbar button's tooltip text.
</para>
</summary>
<value>A string value which specifies the text content of the current toolbar button's tooltip.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer">
<summary>
<para>A control that is used to publish (preview, print and export) documents in ASP.NET applications and supports HTML5/JS technology.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the ASPxWebDocumentViewer class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.#ctor(System.IServiceProvider)">
<summary>
<para>For internal use.</para>
</summary>
<param name="serviceProvider">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.#ctor(DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IWebDocumentViewerModelGenerator,DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IWebDocumentViewerHtmlContentGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator`1,DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IStoragesCleaner,DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerReportResolver)">
<summary>
<para>For internal use.</para>
</summary>
<param name="webDocumentViewerModelGenerator">
</param>
<param name="webDocumentViewerHtmlContentGenerator">
</param>
<param name="jsContentGenerator">
</param>
<param name="cleaner">
</param>
<param name="reportResolver">
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.
</para>
</summary>
<value><b>true</b>, to allow the execution of the JavaScript code placed in URLs; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.CanProcessHandlerRequest">
<summary>
<para>Occurs when a request is sent to the DevExpress HTTP handler, and allows cancelling request processing for the ASPxWebDocumentViewer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ASPxWebDocumentViewer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ASPxWebDocumentViewer.
</para>
</summary>
<value>A <see cref="WebDocumentViewerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the ASPxWebDocumentViewer.
</value>
</member>
<member name="F:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ColorSchemeDarkCompact">
<summary>
<para>Contains a string identifying the Dark compact color scheme.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ColorSchemeLightCompact">
<summary>
<para>Contains a string identifying the Light compact color scheme.
</para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.Dispose">
<summary>
<para>Disposes the ASPxWebDocumentViewer object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.Height">
<summary>
<para>Specifies the ASPxWebDocumentViewer height.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Web Document Viewer height.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.JSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
<value>A dictionary, containing the JavaScript property names, along with their corresponding <see cref="T:System.Object"/> values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.MenuItems">
<summary>
<para>Provides access to the collection of menu items of the ASPxWebDocumentViewer.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerMenuItem"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.MobileMode">
<summary>
<para>Specifies whether or not the Web Document Viewer should be configured for use on mobile devices.
</para>
</summary>
<value><b>true</b>, to enable the mobile mode; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Opens the specified report in the ASPxWebDocumentViewer.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.OpenReport(System.String)">
<summary>
<para>Opens the specified report.
</para>
</summary>
<param name="reportUrl">
A <see cref="T:System.String"/> value, specifying the report URL.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.OpenReportXmlLayout(System.Byte[])">
<summary>
<para>Restores a report layout from the specified XML bytes.
</para>
</summary>
<param name="reportXmlLayout">
A <see cref="T:System.Byte"/> array, containing the report layout in XML format.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ReportSourceId">
<summary>
<para>Specifies the source report ID.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, identifying the report source during a session.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.RequestEvent">
<summary>
<para>Defines when to process a POST/GET request.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RequestEvent"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.RightToLeft">
<summary>
<para>Specifies whether or not a right-to-left layout is enabled in the Web Document Viewer user interface.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Web Document Viewer's client-side model.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.SettingsMobile">
<summary>
<para>Provides access to the Mobile Document Viewer settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings"/> object.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.StaticInitialize">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.Width">
<summary>
<para>Specifies the ASPxWebDocumentViewer width.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the Web Document Viewer width.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the WebDocumentViewerClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.CustomizeElements">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.CustomizeElements"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.CustomizeLocalization">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.CustomizeLocalization"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.CustomizeMenuActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.CustomizeMenuActions"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.CustomizeParameterEditors">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.CustomizeParameterEditors"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.CustomizeParameterLookUpSource">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.CustomizeParameterLookUpSource"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.DocumentReady">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.DocumentReady"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.EditingFieldChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.EditingFieldChanged"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.ParametersReset">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.ParametersReset"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.ParametersSubmitted">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.ParametersSubmitted"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents.PreviewClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientWebDocumentViewer.PreviewClick"/> event.
</para>
</summary>
<value>A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerParametersPanelButtonControlStyles">
<summary>
<para>Provides the style settings to the buttons of an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s Parameters panel.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerParametersPanelButtonControlStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerParametersPanelButtonControlStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerParametersPanelButtonControlStyles.ControlButtonWidth">
<summary>
<para>Provides access to the width settings of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s buttons.
</para>
</summary>
<value>A <see cref="Unit"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerParametersPanelButtonControlStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the DocumentViewerParametersPanelButtonControlStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDocumentMap">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>, provides a user interface for showing the document map on a web page, to enable client-side navigation through a report by end-users.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDocumentMap.#ctor">
<summary>
<para>Initializes a new instance of the ReportDocumentMap class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.AccessibilityCompliant">
<summary>
<para>Enables support for <b>Section 508</b>.
</para>
</summary>
<value><b>true</b> to enable support for <b>Section 508</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.AllowSelectNode">
<summary>
<para>Specifies whether or not the node selection is available to the Document Map.
</para>
</summary>
<value><b>true</b> if nodes can be selected; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the ReportDocumentMap.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.DisabledStyle">
<summary>
<para>Contains the style settings which define a Document Map's appearance in the disabled state.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DisabledStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.EnableAnimation">
<summary>
<para>Specifies whether or not animation is available when expanding/collapsing nodes in a Document Map.
</para>
</summary>
<value><b>true</b> if animation is used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.EnableHotTrack">
<summary>
<para>Specifies whether or not nodes of a Document Map can visually respond to mouse hovering.
</para>
</summary>
<value><b>true</b> if nodes can be hot-tracked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.Images">
<summary>
<para>Provides access to the settings that define images displayed within the ReportDocumentMap's elements.
</para>
</summary>
<value>A <see cref="TreeViewImages"/> object that contains image settings.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.LoadingPanelDelay">
<summary>
<para>Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
</para>
</summary>
<value>An integer value that specifies the delay before displaying the loading panel, in milliseconds.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.LoadingPanelImage">
<summary>
<para>Gets the image settings of the Loading Panel.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.LoadingPanelImagePosition">
<summary>
<para>Gets the image position settings of a Loading Panel.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImagePosition"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.LoadingPanelText">
<summary>
<para>Specifies the text displayed within a loading panel while waiting for a callback response.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ReportViewer">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportDocumentMap is associated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ReportViewerID">
<summary>
<para>Specifies the ID of the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportDocumentMap is associated.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer's ID.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.SettingsLoadingPanel">
<summary>
<para>Gets the Loading Panel settings of a ReportDocumentMap.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> descendant.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ShowLoadingPanel">
<summary>
<para>Specifies whether or not a Loading Panel is displayed within a Document Map while waiting for a callback response.
</para>
</summary>
<value><b>true</b> if a Loading Panel is allowed to be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ShowLoadingPanelImage">
<summary>
<para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
</para>
</summary>
<value><b>true</b> if an image is allowed to be displayed within the loading panel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ShowTreeLines">
<summary>
<para>Specifies whether or not tree lines are displayed within a Document Map.
</para>
</summary>
<value><b>true</b> to display tree lines; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of a Document Map's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles"/> object.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings">
<summary>
<para>Provides the caption settings to the Parameters panel of an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ReportParametersPanelEditorCaptionSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Assigns the specified appearance settings to the value editor captions of report parameter editors.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings.Position">
<summary>
<para>Specifies the position of a caption relative to the editor.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.EditorCaptionPosition"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings.RequiredMarkDisplayMode">
<summary>
<para>Gets or sets the required mark visibility mode.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.EditorRequiredMarkMode"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings.ShowColon">
<summary>
<para>Specifies whether the colon sign is displayed after the caption text.
</para>
</summary>
<value><b>true</b>, to show the colon; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles">
<summary>
<para>Provides the style settings to the editors of an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s Parameters panel.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the ReportParametersPanelEditorStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.Caption">
<summary>
<para>Gets the caption style settings of the <b>Parameters</b> panel.
</para>
</summary>
<value>A <see cref="EditorCaptionStyle"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.CaptionCell">
<summary>
<para>Gets the caption style settings of the <b>Parameters</b> panel container.
</para>
</summary>
<value>A <see cref="EditorCaptionCellStyle"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the ReportParametersPanelEditorStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.EditorRoot">
<summary>
<para>Gets the style settings defining the appearance of an editor container.
</para>
</summary>
<value>An <see cref="EditorRootStyle"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles">
<summary>
<para>Provides the style settings to an <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s Ribbon.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerRibbonStyles class with the specified skin owner.
</para>
</summary>
<param name="owner">
An object implementing the DevExpress.Web.Internal.ISkinOwner interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.Control">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the DocumentViewerRibbonStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> descendant that is the object whose settings will be copied.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.CssFilePath">
<summary>
<para>This property is not in effect for the DocumentViewerRibbonStyles class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.CssPostfix">
<summary>
<para>This property is not in effect for the DocumentViewerRibbonStyles class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles.FileTab">
<summary>
<para>This property is not in effect for the DocumentViewerRibbonStyles class.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.CanProcessHandlerRequestEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ASPxReportDesigner.CanProcessHandlerRequest"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.CanProcessHandlerRequestEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CanProcessHandlerRequestEventArgs class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.CanProcessHandlerRequestEventArgs.Cancel">
<summary>
<para>Specifies whether the event handler execution should be canceled.
</para>
</summary>
<value><b>true</b> to cancel the event handler; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientReportToolbar"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.GetClientObjectEvents(System.Collections.IDictionary)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="events">
An object implementing the <see cref="T:System.Collections.IDictionary"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.Init">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ClientSideEvents.Init"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.ItemClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's <b>ItemClick</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.ItemValueChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's <b>ItemValueChanged</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.RestoreReportDocumentFromCache"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventHandler.Invoke(System.Object,DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.RestoreReportDocumentFromCache"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.RestoreReportDocumentFromCache"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.#ctor(DevExpress.XtraReports.UI.XtraReport,System.String)">
<summary>
<para>Initializes a new instance of the RestoreReportDocumentFromCacheEventArgs class with the specified report and key.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> instance whose report document to restore.
</param>
<param name="key">
A <see cref="T:System.String"/> value, which represents a unique key used when retrieving a report document from the cache. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.Key"/> property.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.Key">
<summary>
<para>Gets a string value, which represents a unique key used when retrieving a report document from the cache.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents a unique key.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromFile(System.String)">
<summary>
<para>Loads a report document from the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value specifying the PRNX file, from which the document should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromStream(System.IO.Stream)">
<summary>
<para>Loads a report document from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, from which the report document should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromStream(System.IO.Stream,System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object.
</param>
<param name="isVirtualDocument">
A Boolean value.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.RestoreExportOptionsFromFile(System.String)">
<summary>
<para>Loads export options from the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value specifying the XML file, from which the export options should be loaded.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventArgs.RestoreExportOptionsFromStream(System.IO.Stream)">
<summary>
<para>Loads export options from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, from which the export options should be loaded.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.CacheReportDocumentEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.CacheReportDocument"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventHandler.Invoke(System.Object,DevExpress.XtraReports.Web.CacheReportDocumentEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.CacheReportDocument"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ReportViewer.CacheReportDocument"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.#ctor(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Initializes a new instance of the CacheReportDocumentEventArgs class with the specified report.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object which represents a report to be cached. This object can be saved via the <see cref="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveDocumentToFile"/> and <see cref="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveDocumentToMemoryStream"/> methods.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.Key">
<summary>
<para>Gets or sets a string value, which represents a unique key used when storing a report document to the cache.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents a unique key.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveDocumentToFile(System.String)">
<summary>
<para>Saves the current document to the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value specifying the PRNX file, to which the document should be saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveDocumentToMemoryStream">
<summary>
<para>Saves the current document to a memory stream.
</para>
</summary>
<returns>A <see cref="T:System.IO.MemoryStream"/> object, which contains the saved document as a byte array.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveExportOptionsToFile(System.String)">
<summary>
<para>Saves the current report's export options to the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> value specifying the XML file to which the export options should be saved.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveExportOptionsToMemoryStream">
<summary>
<para>Saves the current report's export options to a memory stream.
</para>
</summary>
<returns>A <see cref="T:System.IO.MemoryStream"/> object which contains the saved export options as a byte array.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.CacheReportDocumentEventArgs.SaveExportOptionsToStream(System.IO.Stream)">
<summary>
<para>Saves the current report's export options to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the export options should be saved.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.SiteMapBookmarkFiller">
<summary>
<para>Provides the capability to fill the <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> object with the hierarchy of report bookmarks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.SiteMapBookmarkFiller.FillSiteMapWithBookmarks(DevExpress.Web.ASPxSiteMapDataSource,DevExpress.XtraReports.Web.ASPxDocumentViewer)">
<summary>
<para>Generates a hierarchy of report bookmarks in the site map datasource.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> object to store report bookmarks.
</param>
<param name="documentViewer">
A <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> object to generate report bookmark nodes.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.SiteMapBookmarkFiller.FillSiteMapWithBookmarks(DevExpress.Web.ASPxSiteMapDataSource,DevExpress.XtraReports.Web.ReportViewer)">
<summary>
<para>Generates a hierarchy of report bookmarks in the site map datasource.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> object to store report bookmarks.
</param>
<param name="reportViewer">
A <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> object to generate report bookmark nodes.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.BookmarkFiller`1">
<summary>
<para>The base class for all classes that provide the capability to obtain a hierarchy of bookmarks for a particular report.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.BookmarkFiller`1.Fill(DevExpress.XtraReports.Web.T)">
<summary>
<para>Fills the parent object with the hierarchy of a report's bookmarks.
</para>
</summary>
<param name="parent">
A type of the <i>parent</i> object.
</param>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.XtraReports.Web.Scripts.ASPxClientReportViewer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the ReportViewerClientSideEvents class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.BeginCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client <b>BeginCallback</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.CallbackError">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client <b>CallbackError</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.EndCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client <b>EndCallback</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.Init">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ClientSideEvents.Init"/> property to hide it.
</para>
</summary>
<value>Always <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.PageLoad">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Viewer's <see cref="E:DevExpress.XtraReports.Web.Scripts.ASPxClientReportViewer.PageLoad"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarItem">
<summary>
<para>Represents an item within the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarItem.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarItem class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarItem.#ctor(DevExpress.XtraReports.Web.ReportToolbarItemKind)">
<summary>
<para>Initializes a new instance of the ReportToolbarItem class with the specified kind of toolbar item.
</para>
</summary>
<param name="itemKind">
A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which specifies the kind of a toolbar item being created. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.ReportToolbarItem.ItemKind"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarItem.ItemKind">
<summary>
<para>Gets or sets the type of a particular report toolbar item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar item.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarItem.Name">
<summary>
<para>Gets or sets the name of the toolbar item.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the name of the toolbar item.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarItem.ToString">
<summary>
<para>Returns the textual representation of ReportToolbarItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the toolbar item.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection">
<summary>
<para>Represents a collection of <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItem"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarItemCollection class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbar">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>, provides a toolbar to navigate, export and print a report on the web.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbar.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbar class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.AccessibilityCompliant">
<summary>
<para>Enables support for Section 508.
</para>
</summary>
<value><b>true</b> to enable support for Section 508; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.CaptionSettings">
<summary>
<para>Provides access to the caption settings of the Document Viewer toolbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ClientInstanceName">
<summary>
<para>Gets or sets the ReportToolbar's client programmatic identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the ReportToolbar's client identifier.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ReportToolbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ReportToolbar.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ComboBoxExtraWidth">
<summary>
<para>For internal use only.
</para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbar.CreateDefaultItemCollection">
<summary>
<para>Creates a collection of default report toolbar items.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object which represents a collection of default <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItem"/> objects.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.CssFilePath">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.CssFilePath"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.CssPostfix">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.CssPostfix"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.DropDownEditButtonSettings">
<summary>
<para>Provides access to the options of the default edit button that invokes the editor's dropdown window.
</para>
</summary>
<value>A <see cref="DropDownButton"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.EncodeHtml">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.EncodeHtml"/> property to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Images">
<summary>
<para>Provides access to a list of images used in a <b>ReportToolbar</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarImages"/> object, containing a list of images with additional information.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Items">
<summary>
<para>Provides access to the report toolbar's collection of items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object representing the report toolbar's collection of items.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ItemSpacing">
<summary>
<para>Gets or sets the distance between the items in the <b>ReportToolBar</b>.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that is the distance in pixels.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Paddings">
<summary>
<para>Provides access to the padding settings of the ReportToolbar object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Paddings"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbar.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles for the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>. For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ReportViewer">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportToolbar is associated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ReportViewerID">
<summary>
<para>Specifies the ID of the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> instance with which a ReportToolbar is associated.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer's ID.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.SeparatorBackgroundImage">
<summary>
<para>Provides access to the settings of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s background image.
</para>
</summary>
<value>A <see cref="BackgroundImage"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.SeparatorColor">
<summary>
<para>Gets or sets the color used to paint a separator element of a ReportToolbar.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that specifies a separator's color.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.SeparatorHeight">
<summary>
<para>Gets or sets the height of the separator element in a ReportToolbar.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, specifying the height of a separator in pixels.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.SeparatorPaddings">
<summary>
<para>Provides access to the paddings of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s separator line.
</para>
</summary>
<value>A <see cref="Paddings"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.SeparatorWidth">
<summary>
<para>Gets or sets the width of separators that divide the toolbar items.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure, that specifies the separator's width.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ShowDefaultButtons">
<summary>
<para>Gets or sets a value indicating whether the default or custom set of toolbar buttons must be displayed in the ReportToolbar.
</para>
</summary>
<value><b>true</b> to display the default set of buttons; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the <b>Report Toolbar</b> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarStyles"/> object that provides style settings for the toobar elements.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.ToolTip">
<summary>
<para>Overrides the <see cref="P:System.Web.UI.WebControls.WebControl.ToolTip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarItemKind">
<summary>
<para>Specifies the type of a particular <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.Custom">
<summary>
<para>Represents any custom toolbar item. Note that you may add any custom item to the collection returned by the <see cref="P:DevExpress.XtraReports.Web.ReportToolbar.Items"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.FirstPage">
<summary>
<para>Represents a button to display the first page of a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.LastPage">
<summary>
<para>Represents a button to display the last page of a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.NextPage">
<summary>
<para>Represents a button to display the next page of a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.OfLabel">
<summary>
<para>Represents the "of" caption before the edit box that displays the total number of report pages.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PageCount">
<summary>
<para>Represents an edit box that displays the total number of report pages.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PageLabel">
<summary>
<para>Represents the "Page" caption before the drop-down list that allows end-users to select the page to be shown.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PageNumber">
<summary>
<para>Represents a drop-down list that allows end-users to select the page to be shown.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PreviousPage">
<summary>
<para>Represents a button used to display the previous page of a report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PrintPage">
<summary>
<para>Represents a button used to print the current page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.PrintReport">
<summary>
<para>Represents a button used to print the entire report.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveFormat">
<summary>
<para>Represents a drop-down list, allowing end-users to choose an export format for the report. The report can be exported by clicking on either the <see cref="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveToDisk"/> or <see cref="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveToWindow"/> toolbar button.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveToDisk">
<summary>
<para>Represents a button to export a report and save it to the disk. The export format is specified by the <see cref="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveFormat"/> toolbar item.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveToWindow">
<summary>
<para>Represents a button to export a report and show it in a new window. The export format is specified by the <see cref="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.SaveFormat"/> toolbar item.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.ReportToolbarItemKind.Search">
<summary>
<para>Represents a button to invoke the <b>Search</b> dialog, allowing end-users to search for specific text in a report.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.SaveQueryEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraReports.Web.ASPxQueryBuilder.SaveQuery"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.SaveQueryEventArgs.#ctor(DevExpress.DataAccess.Sql.SelectQuery,System.String)">
<summary>
<para>Initializes a new instance of the SaveQueryEventArgs class with the specified settings.
</para>
</summary>
<param name="query">
A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</param>
<param name="selectStatement">
A <see cref="T:System.String"/> value, specifying the query string.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.SaveQueryEventArgs.ResultQuery">
<summary>
<para>Provides access to the resulting query.
</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.SaveQueryEventArgs.SelectStatement">
<summary>
<para>Provides access to the SELECT statement of a query.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the SELECT statement.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarLabel">
<summary>
<para>Represents a text label within the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabel.#ctor">
<summary>
<para>Initializes a new instance of the ReportToolbarLabel class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabel.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the ReportToolbarLabel class with the specified text.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> value which specifies label text. This value is assigned to the <see cref="P:DevExpress.XtraReports.Web.ReportToolbarLabel.Text"/> property.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabel.#ctor(DevExpress.XtraReports.Web.ReportToolbarItemKind)">
<summary>
<para>Initializes a new instance of the ReportToolbarLabel class with the specified item's kind.
</para>
</summary>
<param name="itemKind">
A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar label.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabel.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarLabel.AssociatedItemName">
<summary>
<para>Specifies the name of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> item associated with the ReportToolbarLabel object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the <see cref="P:DevExpress.XtraReports.Web.ReportToolbarItem.Name"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarLabel.ItemKind">
<summary>
<para>Gets or sets the type of a particular report toolbar label.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemKind"/> enumeration value which defines the type of a toolbar label.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarLabel.Name">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraReports.Web.ReportToolbarItem.Name"/> property.
</para>
</summary>
<value>Always <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarLabel.Text">
<summary>
<para>Gets or sets the text caption displayed within the toolbar label.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the text within the toolbar label.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem">
<summary>
<para>A menu item of the Web Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.#ctor">
<summary>
<para>Initializes a new instance of the ClientControlsMenuItem class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.Container">
<summary>
<para>Specifies if the command is displayed on the designer menu or on the main toolbar.
</para>
</summary>
<value><see cref="T:DevExpress.XtraReports.Web.ClientControls.MenuItemContainer"/>
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.Disabled">
<summary>
<para>Specifies whether or not the command is disabled by default.
</para>
</summary>
<value><b>true</b>, if the command is disabled by default; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.HasSeparator">
<summary>
<para>Specifies whether or not the command has a visual separator.
</para>
</summary>
<value><b>true</b>, if the command has a visual separator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.HotKey">
<summary>
<para>Provides access to the keyboard shortcut used to invoke the command.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemHotKey"/> object that specifies the keyboard shortcut.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.ImageClassName">
<summary>
<para>Specifies the CSS class of the command's glyph.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.JSClickAction">
<summary>
<para>Specifies the client-side action to be performed when the command is invoked.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.Text">
<summary>
<para>Specifies the text for the command.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.ToModel">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.Visible">
<summary>
<para>Specifies whether or not the command is visible in the designer user interface.
</para>
</summary>
<value><b>true</b> if the command is visible; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension">
<summary>
<para>Enables you to implement a custom report storage for the Web Report Designer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.CanSetData(System.String)">
<summary>
<para>Determines whether or not storing a report in a report storage using the specified URL is allowed.
</para>
</summary>
<param name="url">
A <see cref="T:System.String"/> specifying the URL that will identify a report in the storage.
</param>
<returns><b>true</b>, if storing a report in a report storage using the specified URL is allowed; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.GetData(System.String)">
<summary>
<para>Returns report layout data stored in a <b>Report Storage</b> using the specified URL.
</para>
</summary>
<param name="url">
A <see cref="T:System.String"/> specifying an URL that identifies a report in the storage.
</param>
<returns>An array of <see cref="T:System.Byte"/> values containing a report definition.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.GetUrls">
<summary>
<para>Returns a dictionary of the existing report URLs and display names.
</para>
</summary>
<returns>A dictionary of the existing report URLs and display names.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.IsValidUrl(System.String)">
<summary>
<para>Determines whether or not the specified URL is valid for the current report storage.
</para>
</summary>
<param name="url">
A <see cref="T:System.String"/> specifying a URL.
</param>
<returns><b>true</b>, if the specified URL is valid; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.RegisterExtensionGlobal(DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension)">
<summary>
<para>Registers the specified <b>Report Storage</b> extension to be used by all Web Report Designers in the current application.
</para>
</summary>
<param name="extension">
A <see cref="T:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension"/> class descendant.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.SetData(DevExpress.XtraReports.UI.XtraReport,System.String)">
<summary>
<para>Stores the specified report to a <b>Report Storage</b> using the specified URL.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class descendant, specifying a report object to be saved.
</param>
<param name="url">
A <see cref="T:System.String"/> specifying the URL used to save a report.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.SetData(DevExpress.XtraReports.UI.XtraReport,System.IO.Stream)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="report">
</param>
<param name="stream">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension.SetNewData(DevExpress.XtraReports.UI.XtraReport,System.String)">
<summary>
<para>Stores the specified report using a new URL.
</para>
</summary>
<param name="report">
An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.
</param>
<param name="defaultUrl">
A <see cref="T:System.String"/> value specifying the default URL.
</param>
<returns>A <see cref="T:System.String"/> value specifying the report's URL.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardDataConnection">
<summary>
<para>A data connection available in the Data Source Wizard.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardDataConnection.#ctor">
<summary>
<para>Initializes a new instance of the WizardDataConnection class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardDataConnection.Description">
<summary>
<para>Specifies the data connection description that is displayed in the Data Source Wizard.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data connection description.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.WizardDataConnection.Name">
<summary>
<para>Specifies the data connection name that is used by the Data Source Wizard to create a data source.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data connection name.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer">
<summary>
<para>A default container for Web Document Viewer services.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.Current">
<summary>
<para>Provides access to the container for services.
</para>
</summary>
<value>An object, implementing the <see cref="IServiceProvider"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.EnablePassingExportOptionsPasswordsToClient">
<summary>
<para>Enables passing PDF/Excel passwords specified in the Report Designer to the Web Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.Register``2">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.RegisterConnectionProviderFactory``1">
<summary>
<para>Registers a factory that returns an object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.RegisterSingleton``2">
<summary>
<para>Enables registering a custom service in a Web Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.RegisterSingleton``1(``0)">
<summary>
<para>Enables registering a specified custom service instance in a Web Document Viewer.
</para>
</summary>
<param name="instance">
A <see cref="T:System.Object"/> value, specifying the custom service.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.RegisterWebDocumentViewerDrillThroughProcessor``1">
<summary>
<para>Registers a custom drill-through processor in a web application.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseEmptyStoragesCleaner">
<summary>
<para>Replaces a service that is used to clean the report and document storage with an empty service, avoiding automatic cleaning of this storage.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileDocumentStorage(System.String)">
<summary>
<para>Specifies a disk storage for generated report documents, reducing the memory size required to run the application.
</para>
</summary>
<param name="workingDirectory">
A <see cref="T:System.String"/> value, specifying the path to the directory where documents should be stored.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileDocumentStorage(System.String,DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode)">
<summary>
<para>For internal use.</para>
</summary>
<param name="workingDirectory">
</param>
<param name="storageSynchronizationMode">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileExportedDocumentStorage(System.String)">
<summary>
<para>For internal use.</para>
</summary>
<param name="workingDirectory">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileExportedDocumentStorage(System.String,DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode)">
<summary>
<para>For internal use.</para>
</summary>
<param name="workingDirectory">
</param>
<param name="storageSynchronizationMode">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileReportStorage(System.String)">
<summary>
<para>For internal use.</para>
</summary>
<param name="workingDirectory">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseFileReportStorage(System.String,DevExpress.XtraReports.Web.WebDocumentViewer.StorageSynchronizationMode)">
<summary>
<para>For internal use.</para>
</summary>
<param name="workingDirectory">
</param>
<param name="storageSynchronizationMode">
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.DefaultWebDocumentViewerContainer.UseReportStorageExtensionReportResolver">
<summary>
<para>Registers an implementation of the <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerReportResolver"/> interface based on an existing <see cref="T:DevExpress.XtraReports.Web.Extensions.ReportStorageWebExtension"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.IExportingAuthorizationService">
<summary>
<para>If implemented, enables you to provide a custom authorization mechanism for exported documents in your web reporting application.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.IExportingAuthorizationService.CanReadExportedDocument(System.String)">
<summary>
<para>Specifies whether or not obtaining the specified exported document is permitted.
</para>
</summary>
<param name="id">
A <see cref="T:System.String"/> value identifying the report document.
</param>
<returns><b>true</b>, if reading the exported document is permitted; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.CacheCleanerSettings">
<summary>
<para>Provides time settings to clean a cache for storing documents and reports.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.CacheCleanerSettings.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the CacheCleanerSettings class with the specified settings.
</para>
</summary>
<param name="dueTime">
A <see cref="T:System.TimeSpan"/> structure, specifying the time interval after which to run the cache cleaner.
</param>
<param name="period">
A <see cref="T:System.TimeSpan"/> structure, specifying the period of time between each cleaning of the cache.
</param>
<param name="reportTimeToLive">
A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report in the cache.
</param>
<param name="documentTimeToLive">
A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report document in the cache.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.CacheCleanerSettings.CreateDefault">
<summary>
<para>Creates a new instance of the CacheCleanerSettings class with the default settings.
</para>
</summary>
<returns>A CacheCleanerSettings object.
</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.CacheCleanerSettings.DocumentTimeToLive">
<summary>
<para>Indicates the lifetime of a report document in the cache.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.CacheCleanerSettings.ReportTimeToLive">
<summary>
<para>Indicates the lifetime of a report in the cache.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.Localization.ASPxReportsResLocalizer">
<summary>
<para>Represents a default localizer to translate the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s resources.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.Localization.ASPxReportsResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the ASPxReportsResLocalizer class with the default settings.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsResLocalizer.ResxPath">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizer">
<summary>
<para>Represents an object providing a means to localize the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the ASPxReportsLocalizer class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizer.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.Web.Localization.ASPxReportsLocalizer.CreateResXLocalizer">
<summary>
<para>Returns a localizer object which provides resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object which provides resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizer.GetString(DevExpress.XtraReports.Web.Localization.ASPxReportsStringId)">
<summary>
<para>Returns a localized string for the given string identifier.
</para>
</summary>
<param name="id">
An <see cref="T:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId"/> enumeration value identifying the string to localize.
</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.
</returns>
</member>
<member name="T:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId">
<summary>
<para>Contains values corresponding to strings that can be localized for the ASP.NET Document Viewer, HTML5 Document Viewer and Report Designer.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_ExternalRibbonNotFound_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Cannot find a toolbar control with the specified name: '{0}'."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_LocalAndRemoteSource_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "It is only possible to assign either the Local Report or Remote Source of ASPxDocumentViewer at a time."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_NoRemoteDocumentInformation_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "This command cannot be executed because a document has not yet been generated."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteAuthenticatorCredential_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The user credentials cannot be empty."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteAuthenticatorCredentialHandled_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "To log in to the Report Server, handle the RequestCredentials event."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteAuthenticatorLogin_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Failed to log in with the specified user credentials."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemotePageByPage_Error">
<summary>
<para>
<para><b>Default Value</b>: "To view a remote report, enable the PageByPage property of the SettingsReportViewer."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteRequestCredentials_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The RequestCredentials event has not been subscribed to."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteSourceConnection_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The specified Report Service has not been found."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteSourceSettings_CustomTokenStorage_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The DocumentViewerRemoteSourceSettings.CustomTokenStorage property is not assigned."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteSourceSettings_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "To view the remote report, specify the ServerUri or EndpointConfigurationName property of the ASPxDocumentViewer.SettingsRemoteSource."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RemoteSourceSettingsAndConfiguration_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Can only assign either the SettingsRemoteSource or ConfigurationRemoteSource property of ASPxDocumentViewer at a time."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_DocumentMap">
<summary>
<para><para>The caption of the Document Map button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "Document Map"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_FindText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Find Text"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_FirstPage">
<summary>
<para><para>The caption of the navigation button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "First Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_LastPage">
<summary>
<para><para>The caption of the navigation button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "Last Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_NextPage">
<summary>
<para><para>The caption of the navigation button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "Next Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_ParametersPanel">
<summary>
<para><para>The caption of the Parameters Panel button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "Parameters Panel"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_PreviousPage">
<summary>
<para><para>The caption of the navigation button on the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon.</para>
<para><b>Default value</b>: "Previous Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_PrintPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Print Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_PrintReport">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Print Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_SaveToFile">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Save To File..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandText_SaveToWindow">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Export To Window..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_DocumentMap">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Navigate through the report's hierarchy of bookmarks."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_FindText">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Find text in the document."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_FirstPage">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Display the first document page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_LastPage">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Display the last document page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_NextPage">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Display the next document page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_ParametersPanel">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Access and modify the report parameter values."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_PreviousPage">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Display the previous document page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_PrintPage">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Specify the print settings and print the current page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_PrintReport">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Specify the print settings and print the document."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_SaveToFile">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Save the document to a file in a specified format."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCommandToolTip_SaveToWindow">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Save the document in a specified format and display the result in a new window."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCurrentPageText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon title.</para>
<para><b>Default value</b>: "Current Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonCurrentPageToolTip">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Display the specified page."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonExportGroupText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon group.</para>
<para><b>Default value</b>: "Export"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonHomeTabText">
<summary>
<para><para>The title of the Home ribbon tab.</para>
<para><b>Default value</b>: "Home"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonNavigationGroupText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon group.</para>
<para><b>Default value</b>: "Navigation"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonPageCountText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon title.</para>
<para><b>Default value</b>: "Page Count:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonPrintGroupText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon group.</para>
<para><b>Default value</b>: "Print"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.DocumentViewer_RibbonReportGroupText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon group.</para>
<para><b>Default value</b>: "Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_csv">
<summary>
<para><para>The name of the CSV format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Csv"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_docx">
<summary>
<para><para>The name of the DOCX format that is shown in the toolbar's drop-down list of export formats.</para>
<para><b>Default value</b>: "DOCX"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_html">
<summary>
<para><para>The name of the MHT format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Html"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_mht">
<summary>
<para><para>The name of the MHT format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Mht"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_pdf">
<summary>
<para><para>The name of the PDF that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Pdf"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_png">
<summary>
<para><para>The name of the PNG format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Png"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_rtf">
<summary>
<para><para>The name of the RTF format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Rtf"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_txt">
<summary>
<para><para>The name of the TXT format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Txt"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_xls">
<summary>
<para><para>The name of the XLS format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Xls"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ExportName_xlsx">
<summary>
<para><para>The name of the XLSX format that is shown in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s drop-down list of export formats.</para>
<para><b>Default value</b>: "Xlsx"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.FilterEditor_Operand_CreateNewParameter">
<summary>
<para><para>The caption available in the Filter Editor.</para>
<para><b>Default value</b>: "Create new parameter"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.FilterEditor_Operand_Type_Parameter">
<summary>
<para><para>The caption available in the Filter Editor.</para>
<para><b>Default value</b>: "Parameter"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.FilterEditor_Operand_Type_Property">
<summary>
<para><para>The caption available in the Filter Editor.</para>
<para><b>Default value</b>: "Property"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.FilterEditor_Operand_Type_Value">
<summary>
<para><para>The caption available in the Filter Editor.</para>
<para><b>Default value</b>: "Value"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.FilterEditor_TreeCreationError">
<summary>
<para><para>The caption available in the Filter Editor.</para>
<para><b>Default value</b>: "Cannot create a tree for this expression"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_DateTimeValueValidationError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The value cannot be empty."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_False">
<summary>
<para><para>The caption of the negative value displayed in the <see cref="T:DevExpress.Web.ASPxComboBox"/> that is shown for Boolean parameters in the <b>Parameters</b> user interface.</para>
<para><b>Default Value</b>: "False"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_GenericRegexValidationError">
<summary>
<para>The text of an error.
<para>
<b>Default value:</b> "The value is not valid."
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_GuidValidationError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Guid should contain 32 digits delimited with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_Reset">
<summary>
<para><para>The caption of the <b>Reset</b> button in the <b>Parameters</b> user interface.</para>
<para><b>Default Value</b>: "Reset"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_Submit">
<summary>
<para><para>The caption of the <b>Submit</b> button in the <b>Parameters</b> user interface.</para>
<para><b>Default Value</b>: "Submit"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ParametersPanel_True">
<summary>
<para><para>The caption of the positive value displayed in the <see cref="T:DevExpress.Web.ASPxComboBox"/> that is shown for Boolean parameters in the <b>Parameters</b> user interface.</para>
<para><b>Default Value</b>: "True"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Accordion_Collapsed">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "Collapsed"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Actions">
<summary>
<para><para>The caption available in the Properties Panel.</para>
<para><b>Default value</b>: "Actions"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_AddArgument">
<summary>
<para><para>The caption available in the Report Designer for adding a new argument.</para>
<para><b>Default value</b>: "Add Argument"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_AddNewItem">
<summary>
<para><para>The caption available in the Report Designer for adding a new item.</para>
<para><b>Default value</b>: "Add New Item"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_DataPreview_Empty">
<summary>
<para><para>The text displayed in the Data Preview screen invoked from the Query Builder.</para>
<para><b>Default value</b>: "No data to display"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_DataPreview_Title">
<summary>
<para><para>The caption of the Data Preview screen invoked from the Query Builder.</para>
<para><b>Default value</b>: "Data Preview (First 100 Rows Displayed)"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_DataSource_FilterCriteriaTitle">
<summary>
<para><para>The caption available in the Report Designer for data sources.</para>
<para><b>Default value</b>: "Filter Criteria"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ElementsAction_SizeToControl">
<summary>
<para><para>The caption available in the action list of a report element.</para>
<para><b>Default value</b>: "Size to Control"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ElementsAction_SizeToControlHeight">
<summary>
<para><para>The caption available in the action list of a report element.</para>
<para><b>Default value</b>: "Size to Control Height"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ElementsAction_SizeToControlWidth">
<summary>
<para><para>The caption available in the action list of a report element.</para>
<para><b>Default value</b>: "Size to Control Width"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldList_Parameters">
<summary>
<para><para>The caption of the node in the Field List.</para>
<para><b>Default value</b>: "There are no parameters available yet."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_AddCalculatedField">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Add calculated field"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_AddParameter">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Add parameter"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_EditMasterDetailRelations">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Edit Master-Detail Relations"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_RemoveCalculatedField">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Remove calculated field"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_RemoveDataSource">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Remove Data Source"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FieldListActions_RemoveParameter">
<summary>
<para><para>The caption of an action available in the Field List.</para>
<para><b>Default value</b>: "Remove parameter"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FontOptions_Unit_Document">
<summary>
<para><para>The value for the font's <b>Unit</b> option available in the Properties Panel.</para>
<para><b>Default value</b>: "Document"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FontOptions_Unit_Pixel">
<summary>
<para><para>The value for the font's <b>Unit</b> option available in the Properties Panel.</para>
<para><b>Default value</b>: "Pixel"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FontOptions_Unit_Point">
<summary>
<para><para>The value for the font's <b>Unit</b> option available in the Properties Panel.</para>
<para><b>Default value</b>: "Point"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FontOptions_Unit_World">
<summary>
<para><para>The value for the font's <b>Unit</b> option available in the Properties Panel.</para>
<para><b>Default value</b>: "World"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FormatStringEditor_PreviewNotAvailable_Text">
<summary>
<para><para>The caption available in the Format String Editor.</para>
<para><b>Default value</b>: "Preview is not available"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FormatStringEditor_Suffix">
<summary>
<para><para>The caption available in the Format String Editor.</para>
<para><b>Default value</b>: "Suffix"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FormatStringEditor_Title">
<summary>
<para><para>The title of the Format String Editor.</para>
<para><b>Default value</b>: "Format String Editor"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_FormatStringEditor_Types">
<summary>
<para><para>The caption available in the Format String Editor.</para>
<para><b>Default value</b>: "Types"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_GaugeViewType_Circular">
<summary>
<para><para>The text for the circular gauge type.</para>
<para><b>Default value</b>: "Circular"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_GaugeViewType_Linear">
<summary>
<para><para>The text for the linear gauge type.</para>
<para><b>Default value</b>: "Linear"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_GroupFields_Empty">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "To create a new item, click Add."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Groups">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "Groups"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_GuidIsRequired_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Guid is required and should have a valid format."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_ChooseDataMembers_Description">
<summary>
<para>The title of a Data Source Wizard page on which a user can specify report data members.
<para><b>Default value</b>: "Select data members to assign to the report and its detail reports and fields to display in these reports."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_ChooseDataMembers_SelectDataFields">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_ChooseDataMembers_SelectDataMembers">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_SelectReport">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_SummaryOptions_SelectFieldsAndSummaries">
<summary>
<para>The text of a Data Source Wizard page on which a user can specify summary options.
<para><b>Default value</b>: "Select fields and assign summary functions to them:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MasterDetailWizard_SummaryOptions_SummaryFunctions">
<summary>
<para>The title of a Data Source Wizard page on which a user can specify summary options.
<para><b>Default value</b>: "Summary functions"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MenuButtons_RunWizard">
<summary>
<para><para>The caption of the Web Report Designer's menu button.</para>
<para><b>Default value</b>: "Run Wizard"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MenuButtons_Save">
<summary>
<para><para>The caption of the Web Report Designer's menu button.</para>
<para><b>Default value</b>: "Save"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_MenuItem_AddSqlDataSource">
<summary>
<para><para>The caption of the Web Report Designer menu button.</para>
<para><b>Default value</b>: "<b>Add SQL Data Source...</b>"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_NameIsRequired_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Name is required and should be a valid identifier."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_NameValidationError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Invalid name"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Parameters_CreateParameters">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "The report does not have any parameters yet. To create a new parameter, click Add Parameter."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Pivot_AddColumnFields">
<summary>
<para><para>The placeholder of a pivot grid.</para>
<para><b>Default value</b>: "Add Column Fields Here"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Pivot_AddDataItems">
<summary>
<para><para>The placeholder of a pivot grid.</para>
<para><b>Default value</b>: "Add Data Items Here"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Pivot_AddFilterFields">
<summary>
<para><para>The placeholder of a pivot grid.</para>
<para><b>Default value</b>: "Add Filter Fields Here"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Pivot_AddRowFields">
<summary>
<para><para>The placeholder of a pivot grid.</para>
<para><b>Default Value</b>: "Add Row Fields Here"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PivotActions_InsertFieldInTheColumnArea">
<summary>
<para><para>The caption available in the action list of a pivot grid.</para>
<para><b>Default value</b>: "Insert Field in the Column Area"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PivotActions_InsertFieldInTheDataArea">
<summary>
<para><para>The caption available in the action list of a pivot grid.</para>
<para><b>Default value</b>: "Insert Field in the Data Area"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PivotActions_InsertFieldInTheFilterArea">
<summary>
<para><para>The caption available in the action list of a pivot grid.</para>
<para><b>Default value</b>: "Insert Field in the Filter Area"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PivotActions_InsertFieldInTheRowArea">
<summary>
<para><para>The caption available in the action list of a pivot grid.</para>
<para><b>Default value</b>: "Insert Field in the Row Area"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PlatformNotSupported_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "To be able to run the Report Designer, the client web browser must support HTML5."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Preview_ParametersTitle">
<summary>
<para><para>The title of the Document Preview's <b>Preview Parameters</b> panel.</para>
<b>Default value</b>: "Preview Parameters"
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PropertyGrid_Editor_EmptyText">
<summary>
<para><para>The text displayed in the Properties Panel's editor. </para>
<para><b>Default value</b>: "Select..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_PropertyGrid_PopupMenu_Reset">
<summary>
<para><para>The text displayed in the Properties Panel's popup menu. </para>
<para><b>Default value</b>: "Reset"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_AvailableTables">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Available tables and views"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_ColumnProperties">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Column Properties"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_JoinType">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Join Type"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_LeftOperand">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Left Operand"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_Operator">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Operator"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_PreviewSelectStatement_Tooltip">
<summary>
<para><para>The tooltip available in the Query Builder.</para>
<para><b>Default value</b>: "Preview Select Statement..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_QueryProperties">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Query Properties"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_RelationProperties">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Relation Properties"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_RightOperand">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Right Operand"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SearchBox_EmptyText">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Enter text to search..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SelectAll">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Select All (*)"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SelectDistinct">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Select distinct"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SelectionProperties">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Selection Properties"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SelectStatementPreview_Title">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Select Statement Preview"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_SortType">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Sort Type"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_QueryBuilder_TableProperties">
<summary>
<para><para>The caption available in the Query Builder.</para>
<para><b>Default value</b>: "Table Properties"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertBottomMarginBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Bottom Margin Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertDetailBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Detail Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertDetailReportBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Detail Report Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertGroupFooterBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Group Footer Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertGroupHeaderBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Group Header Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertPageFooterBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Page Footer Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertPageHeaderBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Page Header Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertReportFooterBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Report Footer Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertReportHeaderBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Report Header Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertSubBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Sub-Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ReportActions_InsertTopMarginBand">
<summary>
<para><para>The caption available in the action list of a report.</para>
<para><b>Default value</b>: "Insert Top Margin Band"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ScriptEditor_Toolbar_SelectControl">
<summary>
<para><para>The caption available in the Script Editor's toolbar. </para>
<para><b>Default value</b>: "Select control..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ScriptEditor_Toolbar_SelectEvent">
<summary>
<para><para>The caption available in the Script Editor's toolbar. </para>
<para><b>Default value</b>: "Select event..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ScriptValidation_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Impossible to validate the script."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ScriptValidation_Message_ContainsErrors">
<summary>
<para><para>The text of a message with the script validation result.</para>
<para><b>Default value</b>: "The script contains error(s)."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_ScriptValidation_Message_ValidScript">
<summary>
<para><para>The text of a message with the script validation result.</para>
<para><b>Default value</b>: "The script is valid."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SortFields_SortBy">
<summary>
<para><para>The text displayed in the Properties Panel.</para>
<para><b>Default value</b>: "Sort By"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SortFields_ThenBy">
<summary>
<para><para>The text displayed in the Properties Panel.</para>
<para><b>Default value</b>: Then By"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_AddQuery">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Add query"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_CreateNewQuery">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Create New Query..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_CustomSqlEditor">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Custom SQL Editor"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_EditQuery">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Edit query"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_PageChooseConnection">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Choose a data connection."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_PageConfigureMasterDetailRelations">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Configure master-detail relationships."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_PageConfigureMultiQuery">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Columns selected from specific tables and/or views will be automatically included into a separate query."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_PageConfigureParameters">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Configure query parameters."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_PageConfigureParametersEmpty">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "To create an item click the Add button."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_RemoveQuery">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Remove query"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_Title">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "SQL Data Source Wizard"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_SqlDSWizard_WriteCustomSQL">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Write Custom SQL"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_StylesEditor_CreateNew">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "Create a New Style"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_DeleteCell">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Delete Cell"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_DeleteColumn">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Delete Column"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_DeleteRow">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Delete Row"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_InsertCell">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Insert Cell"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_InsertColumnToLeft">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Insert Column To the Left"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_InsertColumnToRight">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Insert Column To the Right"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_InsertRowAbove">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Insert Row Above"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TableActions_InsertRowBelow">
<summary>
<para><para>The caption available in the action list of a table.</para>
<para><b>Default value</b>: "Insert Row Below"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Tables">
<summary>
<para><para>A Web Report Designer caption.</para>
<para><b>Default value</b>: "Tables"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_TooltipButtons_Preview">
<summary>
<para><para>The tooltip of the Web Report Designer's <b>Preview</b> button.</para>
<para><b>Default value</b>: "Preview"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_AvailableFields">
<summary>
<para><para>The title of the available fields list on the Wizards page.</para>
<para><b>Default value</b>: "Available fields"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_BottomMargin">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Bottom Margin:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseColumns_Description">
<summary>
<para>The text of the columns selection Wizard page.
<para><b>Default value</b>: "Select the columns you want to display within your report."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseColumns_Title">
<summary>
<para>The title of the columns selection Wizard page.
<para><b>Default value</b>: "Choose Columns to Display in Your Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseDataMember_Description">
<summary>
<para>The text of the Choose a Table or View Wizard page.
<para><b>Default value</b>: "The table or view you choose determines which columns will be available in your report."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseDataMember_Title">
<summary>
<para>The title of the Choose a Table or View Wizard page.
<para><b>Default value</b>: "Choose a Table or View"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseDataSource_Description">
<summary>
<para>The text of the "Choose a Data Source" Wizard page.
<para><b>Default value</b>: "Choose a Data Source to use in your report."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ChooseDataSource_Title">
<summary>
<para>The title of the "Choose a Data Source" Wizard page.
<para><b>Default value</b>: "Choose a Data Source"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_CreateGroups_Description">
<summary>
<para>The text of the group creation Wizard page.
<para><b>Default value</b>: "Create multiple groups, each with a single field value, or define several fields in the same group."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_CreateGroups_Title">
<summary>
<para>The title of the group creation Wizard page.
<para><b>Default value</b>: "Create Groups"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_CustomizeLabelPage_LabelCountText">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "labels on the page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_DataSourceHeader">
<summary>
<para>The title of the Data Source Wizard window.
<para><b>Default value</b>: "Data Source Wizard"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Finish">
<summary>
<para>The text of the Wizard's <b>Finish</b> button.
<para><b>Default value</b>: "Finish"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Header">
<summary>
<para>The title of the Report Wizard window.
<para><b>Default value</b>: "Report Wizard"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Height">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Height:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_HorizontalPitch">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Horizontal Pitch:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Inch">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Inch"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_LabelHeight">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Label Height:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_LabelProduct">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Label Product:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_LabelWidth">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Label Width:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_LeftMargin">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Left Margin:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Millimeter">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Millimeter"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Next">
<summary>
<para>The text of the Wizard's <b>Next</b> button.
<para><b>Default value</b>: "Next"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_PageSize">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Page Size:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_PaperSize">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Paper Size:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_PaperType">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Paper Type:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Previous">
<summary>
<para>The text of the Wizard's <b>Previous</b> button.
<para><b>Default value</b>: "Previous"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ProductNumber">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Product Number:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Report_Style">
<summary>
<para>The title of the report style selection Wizard page.
<para><b>Default value</b>: "Choose a Report Style"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportComplete_Description">
<summary>
<para>The text of the final Wizard page.
<para><b>Default value</b>: "We have all the information needed to process the report."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportComplete_SpecifyTitle">
<summary>
<para>The caption of the report title editor on the final Wizard page.
<para><b>Default value</b>: "Specify the report's title"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportComplete_Title">
<summary>
<para>The title of the final Wizard page.
<para><b>Default value</b>: "The Report is Complete"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_AdjustFieldWidth">
<summary>
<para>The caption of an option on the layout selection Wizard page.
<para><b>Default value</b>: "Adjust the field width so all fields fit onto a page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_AlignLeft1">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Align Left 1"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_AlignLeft2">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Align Left 2"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Columnar">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Columnar"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Description">
<summary>
<para>The text of the report layout selection Wizard page.
<para><b>Default value</b>: "The report layout specifies the manner in which selected data fields are arranged on individual pages."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Justified">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Justified"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Landscape">
<summary>
<para>The caption of the Landscape option on the layout selection Wizard page.
<para><b>Default value</b>: "Landscape"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Outline1">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Outline 1"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Outline2">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Outline 2"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Portrait">
<summary>
<para>The caption of the Portrait option on the layout selection Wizard page.
<para><b>Default value</b>: "Portrait"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Stepped">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Stepped"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Tabular">
<summary>
<para>An option on the layout selection Wizard page.
<para><b>Default value</b>: "Tabular"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportLayout_Title">
<summary>
<para>The title of the report layout selection Wizard page.
<para><b>Default value</b>: "Choose a Report Layout"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Bold">
<summary>
<para>An option on the report style selection Wizard page.
<para><b>Default value</b>: "Bold"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Caption">
<summary>
<para>The text of a caption displayed by the report style preview on the report style selection Wizard page.
<para><b>Default value</b>: "Title"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Casual">
<summary>
<para>An option on the report style selection Wizard page.
<para><b>Default value</b>: "Casual"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Compact">
<summary>
<para>An option on the report style selection Wizard page.
<para><b>Default value</b>: "Compact"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Corporate">
<summary>
<para>An option on the report style selection Wizard page.
<para><b>Default value</b>: "Corporate"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Data">
<summary>
<para>Text displayed by the report style preview on the report style selection Wizard page.
<para><b>Default value</b>: "Data"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Description">
<summary>
<para>The text of the report style selection Wizard page.
<para><b>Default value</b>: "The report style specifies the appearance of your report."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Formal">
<summary>
<para>An option on the report style selection Wizard page.
<para><b>Default value</b>: "Formal"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_ReportStyle_Title">
<summary>
<para>The title displayed by the report style preview on the report style selection Wizard page.
<para><b>Default value</b>: "Title"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_RightMargin">
<summary>
<para><para>The caption available in the Report Wizard when creating a label report.</para>
<para><b>Default value</b>: "Right Margin:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectedFields">
<summary>
<para><para>The title of the selected fields list on the Wizards page.</para>
<para><b>Default value</b>: "Selected fields"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectReportType_DataBoundReport">
<summary>
<para><para>The caption available in the Report Wizard.</para>
<para><b>Default value</b>: "Data-bound Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectReportType_EmptyReport">
<summary>
<para><para>The caption available in the Report Wizard.</para>
<para><b>Default value</b>: "Empty Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectReportType_LabelReport">
<summary>
<para><para>The caption available in the Report Wizard.</para>
<para><b>Default value</b>: "Label Report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectReportType_Message">
<summary>
<para><para>The caption available in the Report Wizard.</para>
<para><b>Default value</b>: "Select the report type you wish to create."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SelectReportType_Title">
<summary>
<para><para>The caption available in the Report Wizard.</para>
<para><b>Default value</b>: "Choose a Report Type"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Average">
<summary>
<para>The caption of a summary function.
<para><b>Default value</b>: "Average"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Count">
<summary>
<para>The caption of a summary function.
<para><b>Default value</b>: "Count"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Description">
<summary>
<para>The text of the summary functions selection Wizard page.
<para><b>Default value</b>: "What summary functions would you like to calculate?"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_IgnoreNullValues">
<summary>
<para>An option on the summary function selection Wizard page.
<para><b>Default value</b>: "Ignore null values"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Max">
<summary>
<para>The caption of a summary function.
<para><b>Default value</b>: "Max"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Min">
<summary>
<para>The caption of a summary function.
<para><b>Default value</b>: "Min"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Sum">
<summary>
<para>The caption of a summary function.
<para><b>Default value</b>: "Sum"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_SummaryOptions_Title">
<summary>
<para><para>The title of the Wizards page.</para>
<para><b>Default value</b>: "Choose Summary Options"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_TopMargin">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Top Margin:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_VerticalPitch">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Vertical Pitch:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ReportDesigner_Wizard_Width">
<summary>
<para><para>The caption available in the SQL Data Source Wizard.</para>
<para><b>Default value</b>: "Width:"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Cancel">
<summary>
<para><para>The caption of the <b>Cancel</b> button in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Cancel"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Case">
<summary>
<para><para>The caption of the <b>Match case</b> check box in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Match <u>c</u>ase"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Case_AccessKey">
<summary>
<para><para>The access key of the <b>Match case</b> option in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "c"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Down">
<summary>
<para><para>The caption of the <b>Down</b> search direction check box in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "<u>D</u>own"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Down_AccessKey">
<summary>
<para><para>The access key of the <b>Down</b> search direction option in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "d"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_EnterText">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s ribbon button.</para>
<para><b>Default value</b>: "Enter the text to find in the document."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_FindNext">
<summary>
<para><para>The caption of the <b>Find Next</b> button in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Find Next"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_FindWhat">
<summary>
<para><para>The caption of the <b>Find What</b> field in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Fi<u>n</u>d what"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_FindWhat_AccessKey">
<summary>
<para><para>The access key of the <b>Find What</b> field in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "n"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Finished">
<summary>
<para><para>The caption shown after the searching is finished in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Finished searching the document."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Header">
<summary>
<para><para>The caption of the header in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Search"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Up">
<summary>
<para><para>The caption of the <b>Up</b> search direction check box in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "<u>U</u>p"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_Up_AccessKey">
<summary>
<para><para>The access key of the <b>Up</b> search direction option in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "u"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_WholeWord">
<summary>
<para><para>The caption of the <b>Whole Word</b> check box in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "Match <u>w</u>hole word only"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.SearchDialog_WholeWord_AccessKey">
<summary>
<para><para>The access key of the <b>Whole Word</b> option in the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s Search dialog.</para>
<para><b>Default Value</b>: "w"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_FirstPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s navigation button.</para>
<para><b>Default value</b>: "First Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_LastPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s navigation button.</para>
<para><b>Default value</b>: "Last Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_NextPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s navigation button.</para>
<para><b>Default value</b>: "Next Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_OfLabel">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s label.</para>
<para><b>Default value</b>: "of"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_PageLabel">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s label.</para>
<para><b>Default value</b>: "Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_PreviousPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s navigation button.</para>
<para><b>Default value</b>: "Previous Page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_PrintPage">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s button.</para>
<para><b>Default value</b>: "Print the current page"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_PrintReport">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s button.</para>
<para><b>Default value</b>: "Print the report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_SaveToDisk">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s button.</para>
<para><b>Default value</b>: "Export a report and save it to the disk"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_SaveToWindow">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s button.</para>
<para><b>Default value</b>: "Export a report and show it in a new window"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.ToolBarItemText_Search">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>'s button.</para>
<para><b>Default value</b>: "Display the search window"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_0Pages">
<summary>
<para><para>The text displayed in the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>'s page factor drop-down if the report document doesn't contain any pages.</para>
<para>
<b>Default value:</b> "0 pages"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_AccessDenied_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Access is denied. You are not granted permission to perform this operation."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_CustomDocumentOperationsDenied_Error">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_DataRetrievalException_Message">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Error when trying to populate the datasource."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_DocumentBuilding">
<summary>
<para><para>The text displayed in the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>'s document building progress indicator.</para>
<para><b>Default value:</b> "Document is building..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_DocumentCreationError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value:</b> "Cannot create a document for the current report"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_DocumentNotFound_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The document is not found. Please try opening the document once again."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_DrillThroughError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Drill through operation failed"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_ExportError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "An error occurred during the export"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_ExportStatusError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Error on retrieving an exporting status: "</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_ExportToText">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>'s ribbon button.</para>
<para>
<b>Default value:</b> "Export To"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_GetBuildStatusError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value:</b> "Error obtaining a build status"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_GetDocumentDataError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value:</b> "Cannot obtain additional document data for the current document"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_GetExportStatusError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Error obtaining an export status"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_GetLookUpValuesError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value: </b>"Cannot supply filtered lookup values to a report parameter editor"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_InitializationError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value: </b>"The report preview initialization has failed"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_Loading">
<summary>
<para><para>The text displayed in the Web Document Viewer while a document is being loaded.</para>
<para><b>Default value</b>: "Loading..."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_Mobile_TapHereToSearch">
<summary>
<para><para>The caption available in the Mobile Document Viewer.</para>
<para><b>Default value</b>: "Tap here to Search"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_NoParameters">
<summary>
<para>For internal use.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_OpenReport_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "To display a report, only one of the following actions can be performed at a time:\n- assigning the ASPxWebDocumentViewer.ReportSourceId property;\n- calling the ASPxWebDocumentViewer.OpenReport method;\n- calling the ASPxWebDocumentViewer.OpenReportXmlLayout method."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_OpenReportError">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "Could not open report"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_PlatformNotSupported_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "To be able to run the Document Viewer, the client web browser must support HTML5."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_ReportNotFound_Error">
<summary>
<para><para>The text of an error.</para>
<para><b>Default value</b>: "The report is not found. Please try opening the report once again."</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_SearchError">
<summary>
<para><para>The text of an error.</para>
<para>
<b>Default value:</b> "An error occurred during search"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_SearchPageNumberText">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_SearchResultText">
<summary>
<para><para>The caption of the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>'s search result label. </para>
<para>
<b>Default value:</b> "Search result"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_SelectAll">
<summary>
<para><para>The caption of a look-up editor item for selecting all values of a multi-value parameter.</para>
<para><b>Default value</b>: "(Select All)"</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.Localization.ASPxReportsStringId.WebDocumentViewer_ToggleMultipageMode">
<summary>
<para><para>The tooltip of the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>'s ribbon button.</para>
<para>
<b>Default value:</b> "Toggle Multipage Mode"
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings">
<summary>
<para>Provides settings to a remote document source of a ASP.NET Document Viewer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DocumentViewerRemoteSourceSettings class with the specified owner.
</para>
</summary>
<param name="owner">
An object implementing the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.AuthenticationType">
<summary>
<para>Specifies the user authentication type that is appropriate to an assigned remote document source.
</para>
</summary>
<value>An <see cref="T:DevExpress.ReportServer.Printing.AuthenticationType"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>Indicates the property that has changed its value.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant.
</param>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.CustomTokenStorage">
<summary>
<para>Specifies a custom storage for the application's cookies.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.ITokenStorage"/> interface.
</value>
</member>
<member name="F:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.DefaultReportId">
<summary>
<para>"<b>-1</b>"
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.EndpointConfigurationName">
<summary>
<para>Specifies the name of an endpoint configuration located in the <b>Web.config</b> file.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the endpoint configuration name.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.ReportId">
<summary>
<para>Specifies the report ID to connect to a Report Server.
</para>
</summary>
<value>An integer value, specifying the report ID.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.ReportTypeName">
<summary>
<para>Specifies the report type name to connect to a WCF report service.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="E:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.RequestCredentials">
<summary>
<para>Occurs after the user credentials have been requested by a remote report service during authentication.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.RequestParameters">
<summary>
<para>Occurs when requesting report parameter values from a remote document source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.Reset">
<summary>
<para>Resets the remote document source settings to their default values.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.ServerUri">
<summary>
<para>Specifies the Report Server URI (uniform resource identifier).
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Server URI.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.TokenStorageMode">
<summary>
<para>Specifies where to store the application's cookie files.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.TokenStorageMode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo">
<summary>
<para>Provides information to reference a report's data source in the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ObjectStorage"/> collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo.#ctor">
<summary>
<para>Initializes a new instance of the DataSourceRefInfo class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo.DataSerializer">
<summary>
<para>A custom data source serializer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the custom serializer.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo.IsSqlDataSource">
<summary>
<para>Specifies whether or not the data source is a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object.
</para>
</summary>
<value><b>true</b> if the data source is a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/>; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo.Name">
<summary>
<para>Specifies the data source name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the data source name.
</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.DataContracts.DataSourceRefInfo.Ref">
<summary>
<para>Specifies a reference to an object in the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ObjectStorage"/> collection.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
</members>
</doc>