tiseza_oss_live/bin/DevExpress.XtraReports.v20....

4412 lines
267 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.XtraReports.v20.1.Web.WebForms</name>
</assembly>
<members>
<member name="N:DevExpress.XtraReports.Web">
<summary>
<para>Contains classes which are used to implement the Web functionality of XtraReports.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.AccessibilityCompliant">
<summary>
<para>Enables support for Section 508.</para>
</summary>
<value>true, to enable support for Section 508; otherwise, false.</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&#39;s height is adjusted automatically to fit its panels.</para>
</summary>
<value>true, to automatically adjust the Document Viewer&#39;s height; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ASPxDocumentViewer.CacheReportDocument">
<summary>
<para>Occurs when a report document is created, and it&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ConfigurationRemoteSource">
<summary>
<para>Specifies the settings of a Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>.</para>
</summary>
<value>A <see cref="T:System.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&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 Edit 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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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&#39;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&#39;s document map.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.StylesEditors">
<summary>
<para>Gets the editor style settings of an <see cref="T:DevExpress.XtraReports.Web.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&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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&#39;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 <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/>&#39;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="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;s toolbar.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxDocumentViewer.ToolbarItems">
<summary>
<para>Provides access to the collection of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> report toolbar&#39;s items.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object representing the report toolbar&#39;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.ASPxQueryBuilder">
<summary>
<para>The Query Builder control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.ASPxQueryBuilder"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxQueryBuilder.#ctor(DevExpress.XtraReports.Web.QueryBuilder.Native.Services.IQueryBuilderModelGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator{DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel},DevExpress.XtraReports.Web.QueryBuilder.Services.IQueryBuilderExceptionHandler)">
<summary>
<para></para>
</summary>
<param name="queryBuilderModelGenerator"></param>
<param name="jsContentGenerator"></param>
<param name="exceptionHandler"></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="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxQueryBuilder"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the <see cref="T:DevExpress.XtraReports.Web.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.HandlerUri">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.Height">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.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(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(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.</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&#39;s configuration file.</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&#39;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(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&#39;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.</param>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxQueryBuilder.ParametersMode">
<summary>
<para></para>
</summary>
<value></value>
</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&#39;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>Explicitly starts the Query Builder initialization.</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 <see cref="T:DevExpress.XtraReports.Web.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.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 <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.#ctor(DevExpress.XtraReports.Web.ReportDesigner.Native.Services.IReportDesignerModelGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator{DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel},System.Func{DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IStoragesCleaner},DevExpress.XtraReports.Services.IReportProvider,DevExpress.XtraReports.Web.Native.ClientControls.Services.ILocalizerService)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/> class with specified settings.</para>
</summary>
<param name="reportDesignerModelGenerator"></param>
<param name="jsContentGenerator"></param>
<param name="cleanerFactory"></param>
<param name="reportProvider"></param>
<param name="localizerService"></param>
</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="P:DevExpress.XtraReports.Web.ASPxReportDesigner.AllowMDI">
<summary>
<para>Specifies whether an end user can close all the multiple reports currently designed in the Web Report Designer or a single report should remain associated with it.</para>
</summary>
<value>true if the Report Designer is not associated with a certain report and all the reports designed in it can be closed; false if the Report Designer remains associated with a single report.</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 <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/>.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/>.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.EnableRichTextEditor">
<summary>
<para>Specifies whether the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> control&#39;s Rich Text Editor is enabled in the Web Report Designer.</para>
</summary>
<value>true to enable the Rich Text Editor; otherwise false.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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&#39;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 that provides Report Wizard settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxReportDesigner.ShouldClearReportScripts">
<summary>
<para>Specifies whether to remove script code from report definition files when saving them in the Web Report Designer.</para>
</summary>
<value>true to clear report scripts; otherwise, false.</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>true, to dispose data sources; otherwise, false.</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>true to dispose the report along with the Report Designer; otherwise false.</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&#39;s <see cref="P:DevExpress.XtraReports.Web.ASPxReportDesigner.DataSources"/>.</para>
</summary>
<value>true, to make the control&#39;s data sources available in the report; otherwise, false. The default value is true.</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxReportDesigner.StaticInitialize">
<summary>
<para>Explicitly starts the Report Designer initialization.</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>true, if the default data serializer can be added to the report extensions; otherwise, false.</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.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 <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.#ctor(DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IWebDocumentViewerModelGenerator,DevExpress.XtraReports.Web.Native.ClientControls.Services.IJSContentGenerator{DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel},DevExpress.XtraReports.Web.WebDocumentViewer.Native.Services.IStoragesCleaner,DevExpress.XtraReports.Web.WebDocumentViewer.IWebDocumentViewerReportResolver,DevExpress.XtraReports.Web.WebDocumentViewer.ICachedReportSourceWebResolver,DevExpress.XtraReports.Web.Native.ClientControls.Services.ILocalizerService)">
<summary>
<para>For internal use.</para>
</summary>
<param name="webDocumentViewerModelGenerator"></param>
<param name="jsContentGenerator"></param>
<param name="cleaner"></param>
<param name="reportResolver"></param>
<param name="cachedReportSourceResolver"></param>
<param name="localizerService"></param>
</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="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>true, to allow the execution of the JavaScript code placed in URLs; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents"/> object, which allows assigning handlers to the client-side events available for the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> object.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.Height">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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>true, to enable the mobile mode; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Opens the specified report in the <see cref="T:DevExpress.XtraReports.Web.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(DevExpress.XtraReports.Web.CachedReportSourceWeb)">
<summary>
<para>Opens the report associated with the specified <see cref="T:DevExpress.XtraReports.Web.CachedReportSourceWeb"/> object in the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.</para>
</summary>
<param name="cachedReportSource">An object associated with the report to be displayed.</param>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.OpenReport(System.String)">
<summary>
<para>Opens the specified report in the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/>.</para>
</summary>
<param name="reportUrl">A <see cref="T:System.String"/> value specifying a report&#39;s unique name.</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&#39;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 Mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings"/> object.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.SettingsProgressBar">
<summary>
<para>Provides access to the Web Document Viewer&#39;s progress bar settings.</para>
</summary>
<value>An object that specifies progress bar settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.SettingsRemoteSource">
<summary>
<para>Provides access to the Web Document Viewer&#39;s remote document source settings.</para>
</summary>
<value>An object that specifies remote document source settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.SettingsTabPanel">
<summary>
<para>Provides access to the Web Document Viewer&#39;s tab panel settings.</para>
</summary>
<value>An object that specifies tab panel settings.</value>
</member>
<member name="M:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.StaticInitialize">
<summary>
<para>Explicitly starts the Web Document Viewer initialization.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ASPxWebDocumentViewer.Width">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraReports.Web.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.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>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.XtraReports.Web.BookmarkFiller`1.Fill(`0)">
<summary>
<para>Fills the parent object with the hierarchy of a report&#39;s bookmarks.</para>
</summary>
<param name="parent">A type of the parent object.</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 <see cref="T:DevExpress.XtraReports.Web.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(System.String)"/> 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&#39;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&#39;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&#39;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.CacheReportDocumentEventHandler">
<summary>
<para>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.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 <see cref="T:DevExpress.XtraReports.Web.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>true to cancel the event handler; otherwise false.</value>
</member>
<member name="N:DevExpress.XtraReports.Web.ClientControls">
<summary>
<para>Provides functionality specific to the client-side controls of a Web Report Designer.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.ClientControls.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 CLDR JSON data for the current locale to the client-side.</para>
</summary>
<value>true, to include CLDR JSON data to a web page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic CLDR supplemental data to the client-side.</para>
</summary>
<value>true, to include CLDR supplemental data to a web page; otherwise, false.</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>true, to include a localization script to a web page; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ClientControls.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>true, if the command is disabled by default; otherwise, false.</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>true, if the command has a visual separator; otherwise, false.</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&#39;s glyph.</para>
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem.ImageTemplateName">
<summary>
<para></para>
</summary>
<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>true if the command is visible; otherwise false.</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 <see cref="T:DevExpress.XtraReports.Web.ClientControls.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>true, if the CTRL key is included into the key combination; otherwise, false.</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.ClientControls.CommonClientSideEvents">
<summary>
<para>Provides client-side events common for the <see cref="T:js-ASPxClientReportDesigner"/>, <see cref="T:js-ASPxClientWebDocumentViewer"/> and <see cref="T:js-ASPxClientQueryBuilder"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ClientControls.CommonClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.ClientControls.CommonClientSideEvents"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ClientControls.CommonClientSideEvents.BeforeRender">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.BeforeRender"/>, <see cref="P:js-ASPxClientWebDocumentViewer.BeforeRender"/> or <see cref="P:js-ASPxClientQueryBuilder.BeforeRender"/> 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.ClientControls.CommonClientSideEvents.OnServerError">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.OnServerError"/>, <see cref="P:js-ASPxClientWebDocumentViewer.OnServerError"/> or <see cref="P:js-ASPxClientQueryBuilder.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="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 <see cref="T:DevExpress.XtraReports.Web.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>
<value></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 <see cref="T:DevExpress.XtraReports.Web.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., &quot;subreport1.subreportParameter1&quot; for a subreport&#39;s parameter, or &quot;parameter1&quot; for a report&#39;s parameter).</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the parameter path (e.g., &quot;subreport1.subreportParameter1&quot;).</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="N:DevExpress.XtraReports.Web.DocumentViewer">
<summary>
<para>Provides additional functionality to support remote document sources by the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> control.</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-ASPxClientDocumentViewer"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;s client 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="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&#39;s client ToolbarItemClick 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&#39;s client ToolbarItemValueChanged 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.DocumentViewer.DocumentViewerDocumentMapSettings">
<summary>
<para>Stores settings of the Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true, if nodes can be selected; otherwise false.</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>true, if animation is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings.EnableHotTrack">
<summary>
<para>Specifies whether or not nodes of the Document Viewer&#39;s Document Map can visually respond to mouse hovering.</para>
</summary>
<value>true, if nodes can be hot-tracked; otherwise, false.</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&#39;s Document Map.</para>
</summary>
<value>true, to display tree lines; otherwise, false.</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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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"/>&#39;s buttons.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;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>&quot;&#0045;1&quot;</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.EndpointConfigurationName">
<summary>
<para>Specifies the name of an endpoint configuration located in the Web.config 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 and Dashboard 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 and Dashboard Server URI (uniform resource identifier).</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report and Dashboard Server URI.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings.TokenStorageMode">
<summary>
<para>Specifies where to store the application&#39;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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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.DocumentViewer.DocumentViewerReportToolbarStyles">
<summary>
<para>Provides options that control the appearance of a Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;s toolbar.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarMenuStyle"/> object.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings">
<summary>
<para>Stores settings of the Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true, to allow the execution of the JavaScript code placed in URLs; otherwise, false.</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>true to display document margins; otherwise false.</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>true, to not generate a report document until a user submits its parameter value(s); otherwise false.</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&#39;s content should be displayed at once.</para>
</summary>
<value>true, if the <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings"/> displays only one report page at a time; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings.PrintUsingAdobePlugIn">
<summary>
<para>Specifies whether or not to print a report using the Adobe Reader® plug-in, assuming it is installed on the client&#39;s web browser.</para>
</summary>
<value>true, to print a report using the Adobe Reader® plug-in; otherwise, false.</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>true to dispose the report along with the Document Viewer; otherwise false.</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>true, to use a table layout; otherwise, false.</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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true to display the Ribbon Group captions; otherwise false.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSidePanePosition">
<summary>
<para>Lists the values specifying the position of an ASP.NET Document Viewer&#39;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&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterPaneStyle.BorderStyle">
<summary>
<para>Specifies the side pane&#39;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.DocumentViewerSplitterSettings">
<summary>
<para>Stores settings of the Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true to automatically adjust the Document Map height; otherwise false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.DocumentMapCollapsed">
<summary>
<para>Specifies whether or not the DocumentViewer&#39;s document map panel is collapsed.</para>
</summary>
<value>true, if the document map panel is collapsed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.ParametersPanelCollapsed">
<summary>
<para>Specifies whether or not the DocumentViewer&#39;s parameters panel is collapsed.</para>
</summary>
<value>true, if the parameters panel is collapsed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings.SidePanePosition">
<summary>
<para>Specifies the default position of the Document Viewer&#39;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&#39;s side pane containing the Parameters and Document Map panels.</para>
</summary>
<value>true to display the side pane; otherwise false.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles">
<summary>
<para>Provides options that control the appearance of a Document Viewer&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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&#39;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&#39;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&#39;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.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&#39;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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true to display the document shadow; otherwise false.</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.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.DocumentViewer.ReportToolbarAlignment">
<summary>
<para>Lists the values specifying the alignment settings of an ASP.NET Document Viewer&#39;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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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="N:DevExpress.XtraReports.Web.DocumentViewer.Ribbon">
<summary>
<para>Contains classes which implement the functionality of the Document Viewer Ribbon.</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup">
<summary>
<para>The Export 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerExportRibbonGroup"/> 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 Home 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerHomeRibbonTab"/> 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 Navigation 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerNavigationRibbonGroup"/> 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 Print 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerPrintRibbonGroup"/> caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup">
<summary>
<para>The Report 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerReportRibbonGroup"/> caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonButtonBase"/> 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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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.DocumentViewerRibbonDropDownButtonItemBase">
<summary>
<para>The base for classes that provide the button functionality to the Document Viewer Ribbon&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonDropDownButtonItemBase"/> class with the default settings.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonGroupBase"/>.</para>
</summary>
<returns>A <see cref="T:System.String"/> value.</returns>
</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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles"/> class.</para>
</summary>
<value></value>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTabBase"/>.</para>
</summary>
<returns>A <see cref="T:System.String"/> value.</returns>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonTemplateItemBase"/> class with the default settings.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonToggleButtonBase"/> class with the default settings.</para>
</summary>
</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.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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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>true if the event was handled; otherwise, false.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.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.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 &quot;base64&quot; 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&#39;s.</para>
</summary>
</member>
<member name="N:DevExpress.XtraReports.Web.Localization">
<summary>
<para>Contains classes and enumerations that enable you to localize the user interface of the Web Controls in the XtraReports Suite.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.Localization.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&#39;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&#39;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&#39;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&#39;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.ASPxReportsResLocalizer">
<summary>
<para>Represents a default localizer to translate the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> resources.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.Localization.ASPxReportsResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.Localization.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>
<value></value>
</member>
<member name="N:DevExpress.XtraReports.Web.QueryBuilder">
<summary>
<para>Contains classes that implement the Web Query Builder functionality.</para>
</summary>
</member>
<member name="N:DevExpress.XtraReports.Web.QueryBuilder.Native">
<summary>
<para>Contains the <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.Native.QueryBuilderBootstrapper"/> class.</para>
</summary>
</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.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 <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideEvents.CustomizeLocalization">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientQueryBuilder.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.QueryBuilder.QueryBuilderClientSideEvents.CustomizeToolbarActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-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="P:js-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.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 <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.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 CLDR JSON data for the current locale to a client-side of the Query Builder.</para>
</summary>
<value>true, to include CLDR JSON data to a web page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic CLDR supplemental data to the client-side of the Query Builder.</para>
</summary>
<value>true, to include CLDR supplemental data to a web page; otherwise, false.</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>true, to include a localization script to a web page; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderParametersMode">
<summary>
<para>Lists modes that specify how you can manage query parameters in the QueryBuilder.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderParametersMode.Disabled">
<summary>
<para>Parameters are not available.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderParametersMode.Read">
<summary>
<para>Parameters are available but cannot be created or modified.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderParametersMode.ReadWrite">
<summary>
<para>Parameters can be created or modified.</para>
</summary>
</member>
<member name="N:DevExpress.XtraReports.Web.ReportDesigner">
<summary>
<para>Contains classes that implement the functionality specific to the Report Designer.</para>
</summary>
</member>
<member name="N:DevExpress.XtraReports.Web.ReportDesigner.Native">
<summary>
<para>Contains the <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.Native.ReportDesignerBootstrapper"/> class.</para>
</summary>
</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.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 <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.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 CLDR JSON data for the current locale to the client-side of the Report Designer.</para>
</summary>
<value>true, to include CLDR JSON data to a web page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic CLDR supplemental data to the client-side of the Report Designer.</para>
</summary>
<value>true, to include CLDR supplemental data to a web page; otherwise, false.</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>true, to include a localization script to a web page; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.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.EnableJsonDataSource">
<summary>
<para>Gets or sets whether the Specify Data Source Settings (JSON) page is enabled in the Report Wizard and Data Source Wizard.</para>
</summary>
<value>true, to enable the Specify Data Source Settings (JSON) page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.EnableObjectDataSource">
<summary>
<para>Gets or sets whether the Specify Data Source Settings (Object) page is enabled in the Report Wizard and Data Source Wizard.</para>
</summary>
<value>true, to enable the Specify Data Source Settings (Object) page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.EnableSqlDataSource">
<summary>
<para>Gets or sets whether the Specify Data Source Settings (Database) page is enabled in the Report Wizard and Data Source Wizard.</para>
</summary>
<value>true, to enable the Specify Data Source Settings (Database) page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings.UseFullscreenWizard">
<summary>
<para>Specifies whether to use the Report Wizard version that runs in the fullscreen mode.</para>
</summary>
<value>true, to use the Report Wizard (Fullscreen) version; false, to use the Report Wizard (Popup) version.</value>
</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>true, to use the master-detail Report Wizard version; false, to use the standard Report Wizard version.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-ASPxClientReportDesigner"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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="P:js-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="P:js-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.CustomizeFieldListActions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.CustomizeFieldListActions"/> event.</para>
</summary>
<value>A string that specifies 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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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.CustomizeWizard">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.CustomizeWizard"/> 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="P:js-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.PreviewClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-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="P:js-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.PreviewCustomizeExportOptions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.PreviewCustomizeExportOptions"/> 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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:DevExpress.XtraReports.Web.ReportDesignerClientSideEvents.TabChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientReportDesigner.TabChanged"/> 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.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 <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMap"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.AccessibilityCompliant">
<summary>
<para>Enables support for Section 508.</para>
</summary>
<value>true to enable support for Section 508; otherwise, false.</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>true if nodes can be selected; otherwise false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.ClientInstanceName">
<summary>
<para>Specifies the name of a client-side instance of the <see cref="T:DevExpress.XtraReports.Web.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&#39;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>true if animation is used; otherwise, false.</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>true if nodes can be hot-tracked; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.Images">
<summary>
<para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMap"/>&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMap"/> is associated.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer&#39;s ID.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportDocumentMap.SettingsLoadingPanel">
<summary>
<para>Gets the Loading Panel settings of a <see cref="T:DevExpress.XtraReports.Web.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>true if a Loading Panel is allowed to be displayed; otherwise, false.</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>true if an image is allowed to be displayed within the loading panel; otherwise, false.</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>true to display tree lines; otherwise, false.</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&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles"/> object.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles">
<summary>
<para>Contains settings that define the appearance of a Document Map&#39;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 <see cref="T:DevExpress.XtraReports.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.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="T:DevExpress.Web.AppearanceStyle"/> value.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;s Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/> control&#39;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&#39;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 Edit button&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/> is associated.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer&#39;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&#39;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"/>&#39;s button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ButtonControlStyles"/> object containing the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>&#39;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"/>&#39;s editor elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorStyles"/> object containing the appearance settings of the <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanel"/>&#39;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"/>&#39;s Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles"/> object containing the editor style settings of the Parameters panel.</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 <see cref="T:DevExpress.XtraReports.Web.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>true, to show the colon; otherwise, false.</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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionStyle"/> value.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles.CaptionCell">
<summary>
<para>Gets the caption style settings of the Parameters panel container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 DevExpress.Web.EditorRootStyle value.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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>true to enable support for Section 508; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>&#39;s client programmatic identifier.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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&#39;s dropdown window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Images">
<summary>
<para>Provides access to a list of images used in a ReportToolbar.</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&#39;s collection of items.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object representing the report toolbar&#39;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 ReportToolBar.</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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/> is associated.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Report Viewer&#39;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"/>&#39;s background image.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that specifies a separator&#39;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 <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;s separator line.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>.</para>
</summary>
<value>true to display the default set of buttons; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbar.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the Report Toolbar 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.ReportToolbarBoxStyle">
<summary>
<para>The base class for classes that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>&#39;s combo boxes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarBoxStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;s combo boxes.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Margins"/> object.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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">true if the button is enabled; otherwise, false.</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>true if the button is enabled; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbarButton"/> object.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the URL representing the path to the image displayed within the <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbarButton"/> object is disabled (its <see cref="P:DevExpress.XtraReports.Web.ReportToolbarButton.Enabled"/> property returns false).</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the URL representing the path to the image displayed within the disabled <see cref="T:DevExpress.XtraReports.Web.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&#39;s tooltip text.</para>
</summary>
<value>A string value which specifies the text content of the current toolbar button&#39;s tooltip.</value>
</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"/>&#39;s buttons.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarButtonStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;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"/>&#39;s buttons.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-ASPxClientReportToolbar"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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&#39;s ItemClick 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&#39;s ItemValueChanged 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.ReportToolbarComboBoxStyle">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>&#39;s combo boxes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarComboBoxStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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.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 <see cref="T:DevExpress.XtraReports.Web.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="T:DevExpress.Web.EditorRequiredMarkMode"/> value.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings.ShowColon">
<summary>
<para>For internal use. Overrides the ShowColon property of the <see cref="T:DevExpress.Web.EditorCaptionSettings"/> class.</para>
</summary>
<value>A Boolean value.</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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 First Page 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 Last Page 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 Next Page 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 Previous Page 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 Print 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 Print Page 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 Save 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 Save to Window 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 Search 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>true if the default images should be used; otherwise, false.</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="T:DevExpress.Web.ImageProperties"/> object.</returns>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportToolbarImages.LoadingPanel">
<summary>
<para>Gets the Loading Panel&#39;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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbarImages"/>.</para>
</summary>
<returns>Always <see cref="F:System.String.Empty"/>.</returns>
</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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> class with the default settings.</para>
</summary>
</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 &quot;of&quot; 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 &quot;Page&quot; 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 Search dialog, allowing end-users to search for specific text in a report.</para>
</summary>
</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 <see cref="T:DevExpress.XtraReports.Web.ReportToolbarLabel"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabel.#ctor(DevExpress.XtraReports.Web.ReportToolbarItemKind)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.ReportToolbarLabel"/> class with the specified item&#39;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.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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.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 <see cref="T:DevExpress.XtraReports.Web.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.ReportToolbarLabelStyle">
<summary>
<para>Provides options that control the appearance of a <see cref="T:DevExpress.XtraReports.Web.ReportToolbar"/>&#39;s labels.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportToolbarLabelStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;s labels.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Margins"/> object.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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="T:System.Web.UI.WebControls.Unit"/> value.</value>
</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 <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;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="T:DevExpress.Web.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="T:DevExpress.Web.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"/>&#39;s combo box buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;s combo box items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;s combo box list.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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"/>&#39;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"/>&#39;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"/>&#39;s text boxes.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarBoxStyle"/> object.</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 <see cref="T:DevExpress.XtraReports.Web.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>true, to allow the execution of the JavaScript code placed in URLs; otherwise, false.</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&#39;s size is defined by the bounds of a report viewer, or of a report page.</para>
</summary>
<value>true to use the report page&#39;s size; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.BackgroundImage">
<summary>
<para>Provides access to the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>&#39;s background image.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the web control&#39;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="T:DevExpress.Web.Border"/> object.</value>
</member>
<member name="E:DevExpress.XtraReports.Web.ReportViewer.CacheReportDocument">
<summary>
<para>Occurs when a report document is created, and it&#39;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 <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>&#39;s client programmatic identifier.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>&#39;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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.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>true to enable callback result compression; otherwise, false.</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 Boolean 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>true, to display a report&#39;s page margins; otherwise false.</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>true to not generate a report document until a user submits its parameter value(s); otherwise false.</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 false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Height">
<summary>
<para>Gets or sets the height of the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the control&#39;s height.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.ImageFolder">
<summary>
<para>Gets the path to the common folder where editors&#39; images are located.</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the path to the images&#39; 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 <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> object.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;s content should be displayed at once.</para>
</summary>
<value>true, if the <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> displays only one report page at a time; otherwise, false.</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 Adobe Reader® plug-in, assuming it is installed on the client&#39;s web browser.</para>
</summary>
<value>true, to print a report using the Adobe Reader® plug-in; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.Report">
<summary>
<para>Specifies a report instance, associated with <see cref="T:DevExpress.XtraReports.Web.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 <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/> object.</para>
</summary>
<value>A <see cref="T:System.String"/> containing the report&#39;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&#39;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 Search dialog&#39;s buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 Search dialog&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.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 Search dialog&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains the editor&#39;s appearance settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogFormImages">
<summary>
<para>Provides access to the image settings of the Search dialog&#39;s form.</para>
</summary>
<value>A DevExpress.XtraReports.Web.ImagesDialogForm object that defines the form&#39;s image settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SearchDialogFormStyles">
<summary>
<para>Provides access to the style settings of the Search dialog&#39;s form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlStyles"/> object containing form&#39;s appearance settings.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SettingsLoadingPanel">
<summary>
<para>Gets the Loading Panel settings of a <see cref="T:DevExpress.XtraReports.Web.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>true to dispose the report along with the Report Viewer; otherwise false.</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>true if the image is allowed to be displayed within a Loading Panel; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.ReportViewer.SpriteCssFilePath">
<summary>
<para>Specifies the path to the CSS file, storing styles for the Search dialog of the <see cref="T:DevExpress.XtraReports.Web.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 sprite image file, storing images for the Search dialog of the <see cref="T:DevExpress.XtraReports.Web.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>true, to use a table layout; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the control&#39;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)">
<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.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.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)">
<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.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.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. &quot;txt&quot; or &quot;csv&quot;).</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)">
<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.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.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="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="T:DevExpress.XtraReports.Web.ReportViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-ASPxClientReportViewer"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.ReportViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.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&#39;s client BeginCallback 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&#39;s client CallbackError 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&#39;s client EndCallback 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&#39;s <see cref="P:js-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.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 <see cref="T:DevExpress.XtraReports.Web.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.RestoreReportDocumentFromCacheEventHandler">
<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.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 <see cref="T:DevExpress.XtraReports.Web.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.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="N:DevExpress.XtraReports.Web.WebDocumentViewer">
<summary>
<para>Contains classes that store the session settings of a Web Document Viewer.</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings">
<summary>
<para>Stores settings of the Mobile Mode.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.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 Mode.</para>
</summary>
<value>true, to enable animation; otherwise, false.</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>true, to enable the reader mode; otherwise, false.</value>
</member>
<member name="N:DevExpress.XtraReports.Web.WebDocumentViewer.Native">
<summary>
<para>Contains the <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.Native.WebDocumentViewerBootstrapper"/> class.</para>
</summary>
</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.WebDocumentViewer.TabPanelPosition">
<summary>
<para>Lists values that specify the tab panel position in the Web Document Viewer.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.WebDocumentViewer.TabPanelPosition.Left">
<summary>
<para>The tab panel is located at the left side of the Web Document Viewer.</para>
</summary>
</member>
<member name="F:DevExpress.XtraReports.Web.WebDocumentViewer.TabPanelPosition.Right">
<summary>
<para>The tab panel is located at the right side of the Web Document Viewer.</para>
</summary>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.TypeNameBasedReportResolver">
<summary>
<para>Resolves reports to display in the Web Document Viewer from a report storage or based on report type names.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.TypeNameBasedReportResolver.#ctor">
<summary>
<para>Initializes a new instance of the TypeNameBasedReportResolver class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.TypeNameBasedReportResolver.Resolve(System.String)">
<summary>
<para>Returns a report object based on the specified report type name.</para>
</summary>
<param name="reportEntry">A report&#39;s type name.</param>
<returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
</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 <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.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 CLDR JSON data for the current locale to the client-side of the Document Viewer.</para>
</summary>
<value>true, to include CLDR JSON data to a web page; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings.IncludeCldrSupplemental">
<summary>
<para>Specifies whether or not to load basic CLDR supplemental data to the client-side of the Document Viewer.</para>
</summary>
<value>true, to include CLDR supplemental data to a web page; otherwise, false.</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>true, to include a localization script to a web page; otherwise, false.</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 <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.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.WebDocumentViewer.WebDocumentViewerProgressBarSettings">
<summary>
<para>Contains settings for the progress bar that appears while a report is generated.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerProgressBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>For internal use.</para>
</summary>
<param name="owner"></param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerProgressBarSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies public property values from the specified object to the current object.</para>
</summary>
<param name="source">An object whose public property values are copied to the current object.</param>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerProgressBarSettings.Changed(DevExpress.Web.PropertiesBase)">
<summary>
<para>For internal use.</para>
</summary>
<param name="properties"></param>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerProgressBarSettings.KeepOnVisibleArea">
<summary>
<para>Gets or sets whether the progress bar should stay on the visible area when users scroll a web page that contains the Document Viewer.</para>
</summary>
<value>true, if the progress bar should stay on the visible area; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerProgressBarSettings.Position">
<summary>
<para>Gets or sets the progress bar&#39;s position within the Document Viewer&#39;s visible area.</para>
</summary>
<value>The progress bar&#39;s position.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings">
<summary>
<para>Provides settings for the Web Document Viewer&#39;s remote document source.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings"/> 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="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings.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.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings.AuthToken">
<summary>
<para>Specifies an access token used to obtain documents from the Report and Dashboard Server.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies an access token.</value>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings.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.WebDocumentViewer.WebDocumentViewerRemoteSourceSettings.ServerUri">
<summary>
<para>Specifies the Report and Dashboard Server URI.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the Report and Dashboard Server URI.</value>
</member>
<member name="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerTabPanelSettings">
<summary>
<para>Provides settings for the Web Document Viewer&#39;s tab panel.</para>
</summary>
</member>
<member name="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerTabPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerTabPanelSettings"/> 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="M:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerTabPanelSettings.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.WebDocumentViewerTabPanelSettings.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.WebDocumentViewer.WebDocumentViewerTabPanelSettings.Position">
<summary>
<para>Specifies the tab panel&#39;s position.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.TabPanelPosition"/> enumeration value that specifies the tab panel position.</value>
</member>
<member name="P:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerTabPanelSettings.Width">
<summary>
<para>Specifies the tab panel&#39;s width.</para>
</summary>
<value>An integer value that specifies the tab panel position.</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 <see cref="T:DevExpress.XtraReports.Web.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="P:js-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.CustomizeExportOptions">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientWebDocumentViewer.CustomizeExportOptions"/> 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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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="P:js-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>
</members>
</doc>