﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.ReportsV2.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.ReportsV2">
      <summary>
        <para>Contains interfaces and classes that are specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.CreateCustomParametersDetailView">ReportServiceController.CreateCustomParametersDetailView</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs.#ctor(DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs"/> class.</para>
      </summary>
      <param name="reportParametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specify report parameters.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current XAF application.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs.Application">
      <summary>
        <para>Gets the object that manages the current XAF application.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current XAF application.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs.DetailView">
      <summary>
        <para>Specifies the Detail View for the report parameters object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.DetailView"/> object that displays the report parameters object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CreateCustomParametersDetailViewEventArgs.ReportParametersObject">
      <summary>
        <para>Gets the report parameters object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.CreateCustomReportContainerEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateCustomReportContainer">ReportStorageBase.CreateCustomReportContainer</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.CreateCustomReportContainerEventArgs.#ctor(DevExpress.ExpressApp.ReportsV2.IReportContainer,DevExpress.ExpressApp.ReportsV2.IReportDataV2)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.CreateCustomReportContainerEventArgs"/> class.</para>
      </summary>
      <param name="reportContainer">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</param>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> object used to store reports.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CreateCustomReportContainerEventArgs.ReportContainer">
      <summary>
        <para>Specifies the Report Container object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CreateCustomReportContainerEventArgs.ReportData">
      <summary>
        <para>Gets the report data object used to persist reports.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> object used to persist reports.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.CustomShowPreview">ReportServiceController.CustomShowPreview</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.#ctor(System.String,DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean,DevExpress.Xpo.SortProperty[],System.Boolean,DevExpress.ExpressApp.ShowViewParameters)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs"/> class.</para>
      </summary>
      <param name="reportContainerHandle">A string that specifies the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</param>
      <param name="parametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="canApplyCriteria">true, if the criteria can be applied; otherwise, false.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
      <param name="canApplySortProperty">true, if the sorting can be applied; otherwise, false.</param>
      <param name="showViewParameters">A <see cref="T:DevExpress.ExpressApp.ShowViewParameters"/> object used to display a Detail View with a report preview.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.CanApplyCriteria">
      <summary>
        <para>Gets whether or not the criteria can be applied.</para>
      </summary>
      <value>true, if the criteria can be applied; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.CanApplySortProperty">
      <summary>
        <para>Gets whether or not sorting can be applied.</para>
      </summary>
      <value>true, if the sorting can be applied; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.Criteria">
      <summary>
        <para>Gets the criteria applied to data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.ParametersObject">
      <summary>
        <para>Gets the report parameters object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.ReportContainerHandle">
      <summary>
        <para>Gets the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</para>
      </summary>
      <value>A string that specifies the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.ShowViewParameters">
      <summary>
        <para>Gets a set of parameters used to display a new Detail View with report preview.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ShowViewParameters"/> object used to display a Detail View with report preview.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.CustomShowPreviewEventArgs.SortProperty">
      <summary>
        <para>Gets the sorting applied to data.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specify data sorting.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s NavigationItems node with properties specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see> functionality.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports.GenerateRelatedReportsGroup">
      <summary>
        <para>Specifies whether context navigation is enabled for the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see>.</para>
      </summary>
      <value>true, to enable context navigation for the Reports V2 module; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports.RelatedReportsGroupCaption">
      <summary>
        <para>Specifies the caption for the navigation items generated by the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see>, when context navigation is enabled.</para>
      </summary>
      <value>A string specifying the caption for the navigation items generated by the Reports V2 module, when context navigation is enabled.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.InplaceReportCacheHelperService.ClearInplaceReportsCache">
      <summary>
        <para>Resets the inplace reports cache.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.InplaceReportCacheHelperService.GetReportDataInfoList(System.Type)">
      <summary>
        <para>Returns information on all report data objects that are stored in the application database, have the <see cref="P:DevExpress.ExpressApp.ReportsV2.IInplaceReportV2.IsInplaceReport">IInplaceReportV2.IsInplaceReport</see> property set to true and the <see cref="P:DevExpress.ExpressApp.ReportsV2.IReportDataV2.DataType">IReportDataV2.DataType</see> property set to the given type.</para>
      </summary>
      <param name="targetObjectType">A System.Type object that specifies the <see cref="P:DevExpress.ExpressApp.ReportsV2.IReportDataV2.DataType">IReportDataV2.DataType</see> of the required inplace reports.</param>
      <returns>A List&lt;ReportDataInfo&gt; object that contains information on inplace report data objects that target the given type.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper">
      <summary>
        <para>Provides helper methods used to manage <see href="https://docs.devexpress.com/eXpressAppFramework/113602/shape-export-print-data/reports/in-place-reports">in-place reports</see> cache.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper.#ctor(DevExpress.ExpressApp.ReportsV2.IReportStorage,DevExpress.ExpressApp.Core.IObjectSpaceFactory,DevExpress.ExpressApp.Services.Security.IDataManipulationRight,DevExpress.ExpressApp.ReportsV2.IReportOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.IReportContainer">
      <summary>
        <para>Implemented by Report Containers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.IReportContainer.DisplayName">
      <summary>
        <para>Gets the report’s display name.</para>
      </summary>
      <value>A string which is the report’s display name.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.IReportContainer.ParametersObjectType">
      <summary>
        <para>Gets the type of the report parameters object.</para>
      </summary>
      <value>A System.Type object that specifies the type of the report parameters object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.IReportContainer.Report">
      <summary>
        <para>Gets the report markup.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report markup.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater">
      <summary>
        <para>A <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> descendant intended to register <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> objects created at design time for the use with the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.IObjectSpace,System.Version)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current XAF application.</param>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object that is the business objects cache.</param>
      <param name="currentDBVersion">A System.Version object that represents the module version saved in the database.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport(DevExpress.ExpressApp.ReportsV2.IReportDataV2)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="reportData">An IReportDataV2 object that specifies the report data.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport``1(System.String,System.Type,System.Boolean)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="displayName">A string which is the report’s display name.</param>
      <param name="dataType">A type of the business object used by the report’s data source.</param>
      <param name="isInplaceReport">A boolean value that indicates whether or not the report is an <see href="https://docs.devexpress.com/eXpressAppFramework/113602/shape-export-print-data/reports/in-place-reports">inplace</see> report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport``1(System.String,System.Type,System.Type,System.Boolean)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="displayName">A string which is the report’s display name.</param>
      <param name="dataType">A type of the business object used by the report’s data source.</param>
      <param name="parametersObjectType">A type of Parameters Object (see <see href="https://docs.devexpress.com/eXpressAppFramework/113594/filtering/in-reports/data-filtering-in-reports">Data Filtering in Reports V2</see>).</param>
      <param name="isInplaceReport">A boolean value that indicates whether or not the report is an <see href="https://docs.devexpress.com/eXpressAppFramework/113602/shape-export-print-data/reports/in-place-reports">inplace</see> report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport``1(System.String,System.Type,System.Type)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="displayName">A string which is the report’s display name.</param>
      <param name="dataType">A type of the business object used by the report’s data source.</param>
      <param name="parametersObjectType">A type of Parameters Object (see <see href="https://docs.devexpress.com/eXpressAppFramework/113594/filtering/in-reports/data-filtering-in-reports">Data Filtering in Reports V2</see>).</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport``1(System.String,System.Type)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="displayName">A string which is the report’s display name.</param>
      <param name="dataType">A type of the business object used by the report’s data source.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.AddPredefinedReport``1(System.String)">
      <summary>
        <para>Adds the specified predefined report to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <param name="displayName">A string which is the report’s display name.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.PredefinedReports">
      <summary>
        <para>Gets a list of predefined reports added to the <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instance.</para>
      </summary>
      <value>A IList&lt;IReportDataV2&gt; list of predefined reports.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.ReportDataComparer">
      <summary>
        <para>Specifies an object used to compare report data objects to avoid report data duplication in the database.</para>
      </summary>
      <value>An IEqualityComparer&lt;IReportDataV2&gt; object used to compare report data objects.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.UpdateDatabaseAfterUpdateSchema">
      <summary>
        <para>Performs a database update after the database schema is updated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater.UseMultipleUpdaters">
      <summary>
        <para>Specifies the value indicating that multiple <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instances are used.</para>
      </summary>
      <value>true, if multiple <see cref="T:DevExpress.ExpressApp.ReportsV2.PredefinedReportsUpdater"/> instances are used; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.PreviewReportDialogController">
      <summary>
        <para>A <see cref="T:DevExpress.ExpressApp.SystemModule.DialogController"/> descendant activated for the report parameters dialog.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PreviewReportDialogController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.PreviewReportDialogController"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController">
      <summary>
        <para>An <see cref="T:DevExpress.ExpressApp.ObjectViewController"/> that provides the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> used to execute <see href="https://docs.devexpress.com/eXpressAppFramework/113602/shape-export-print-data/reports/in-place-reports">In-Place Reports</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyControlsCreated">
      <summary>
        <para>The name of the key that activates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> when the current View’s controls are created.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyDisableActionWhenThereAreChanges">
      <summary>
        <para>The name of the key that deactivates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> when the data is modified in the current View.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyDisableForLookupListView">
      <summary>
        <para>The name of the key that deactivates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> in lookup List Views.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyInplaceReportsAreEnabledInModule">
      <summary>
        <para>The name of the key that activates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> when the use of inplace reports is enabled via the <see cref="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.EnableInplaceReports">ReportsModuleV2.EnableInplaceReports</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyObjectHasKeyMember">
      <summary>
        <para>The name of the key that deactivates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> when the current View’s object type has no key member.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ActiveKeyViewSupportsSelection">
      <summary>
        <para>The name of the key that activates the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> when the current View supports selection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">
      <summary>
        <para>Gets a Single Choice Action that executes the chosen inplace report for the currently selected objects.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> that executes the chosen inplace report for the currently selected objects.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportActionEnableMode">
      <summary>
        <para>Specifies when the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportAction">PrintSelectionBaseController.ShowInReportAction</see> is disabled with regard to data modifications in the current View.</para>
      </summary>
      <value>An ActionEnabledMode enumeration value that specifies when the ShowInReportAction is disabled.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportActionEnableModeDefault">
      <summary>
        <para>Specifies the default value of the <see cref="P:DevExpress.ExpressApp.ReportsV2.PrintSelectionBaseController.ShowInReportActionEnableMode">PrintSelectionBaseController.ShowInReportActionEnableMode</see>  property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportContainer">
      <summary>
        <para>An object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportContainer.#ctor(DevExpress.ExpressApp.ReportsV2.IReportDataV2,System.Boolean,DevExpress.ExpressApp.ReportsV2.IReportStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportContainer.#ctor(DevExpress.ExpressApp.ReportsV2.IReportDataV2,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> class.</para>
      </summary>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> object that specifies the persistent report data.</param>
      <param name="loadReport">true, if the report should be loaded to the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/>; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportContainer.#ctor(DevExpress.ExpressApp.ReportsV2.IReportDataV2)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> class.</para>
      </summary>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> object that specifies the persistent report data.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportContainer.DisplayName">
      <summary>
        <para>Gets the report’s display name.</para>
      </summary>
      <value>A string which is the report’s display name.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportContainer.Report">
      <summary>
        <para>Gets the report markup.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report markup.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportDataProvider">
      <summary>
        <para>Provides static members used to manage report data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportDataProvider.MassUpdateDataType``1(DevExpress.ExpressApp.IObjectSpace,System.String,System.Type,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportDataProvider.MassUpdateDataType``1(DevExpress.ExpressApp.IObjectSpace,System.String,System.Type)">
      <summary>
        <para>Updates references to a particular data type in all reports stored in the application database.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object used to access report data.</param>
      <param name="oldDataType">A string which is the old full name of a data type.</param>
      <param name="newDataType">A <see cref="T:System.Type"/> which is the new data type.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportDataProvider.ReportObjectSpaceProvider">
      <summary>
        <para>Specifies an object used to create an Object Space used to access report data.</para>
      </summary>
      <value>An IObjectSpaceCreater object used to create an Object Space used to access report data.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportDataProvider.ReportsStorage">
      <summary>
        <para>Specifies the Reports Storage that manages loading and persisting reports.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/> object that manages loading and persisting reports.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportDataSourceHelper">
      <summary>
        <para>Provides helper methods and events used to manage reports and their data sources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportDataSourceHelper.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportDataSourceHelper"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages an XAF application.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions">
      <summary>
        <para>Contains options for the report module.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions.#ctor(DevExpress.ExpressApp.ReportsV2.IReportOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions.EnableInplaceReports">
      <summary>
        <para>Specifies whether inplace reports are enabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions.ReportDataType">
      <summary>
        <para>Specifies the type of the report data objects used to persist reports.</para>
      </summary>
      <value>The <see cref="T:System.Type"/> of the report data objects used to persist reports.’</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions.ReportStoreMode">
      <summary>
        <para>Specifies the format used to store reports in the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportStoreModes"/> enumeration value that specifies the format used to store reports.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportModuleOptions.ShowAdditionalNavigation">
      <summary>
        <para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports.GenerateRelatedReportsGroup">IModelNavigationItemsForReports.GenerateRelatedReportsGroup</see> property.</para>
      </summary>
      <value>true, to enable context navigation for the Reports module, by default; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportOptions">
      <summary>
        <para>Contains settings for reports.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportOptions.ReportDataType">
      <summary>
        <para>Specifies the type of the report data objects used to persist reports.</para>
      </summary>
      <value>The <see cref="T:System.Type"/> of the report data objects used to persist reports.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportOptions.ReportStoreMode">
      <summary>
        <para>Specifies the format used to store reports in the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportStoreModes"/> enumeration value that specifies the format used to store reports.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore">
      <summary>
        <para>An <see cref="T:DevExpress.ExpressApp.ObjectViewController"/> that provides the <see cref="P:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore.ExecuteReportAction">ReportsControllerCore.ExecuteReportAction</see> used to execute reports.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore.ExecuteReportAction">
      <summary>
        <para>An <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> that executes the selected report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> that executes the selected report.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportServiceController">
      <summary>
        <para>The <see cref="T:DevExpress.ExpressApp.Controller"/> that contains the common code used to display the Preview Report and Report Designer windows.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.CreateCustomParametersDetailView">
      <summary>
        <para>Occurs when the Detail View for the report parameters object is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.CustomShowPreview">
      <summary>
        <para>Occurs when the Preview Report window is displayed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.QueryRootReportComponentName">
      <summary>
        <para>Occurs when the default name of a user-defined report is queried.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportServiceController.QueryRootReportDataSourceComponent">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/eXpressAppFramework/113593/shape-export-print-data/reports/data-sources-for-reports-v2">data source component</see> of a user-defined report is queried.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.SetupBeforePrint(DevExpress.XtraReports.UI.XtraReport,DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean,DevExpress.Xpo.SortProperty[],System.Boolean)">
      <summary>
        <para>Prepares the report for further printing.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
      <param name="parametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="canApplyCriteria">true, if the criteria can be applied; otherwise, false.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
      <param name="canApplySortProperty">true, if the sorting can be applied; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.SetupBeforePrint(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Prepares the report for further printing.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowDesigner(DevExpress.XtraReports.UI.XtraReport,System.String)">
      <summary>
        <para>Invokes the Report Designer (<see href="https://docs.devexpress.com/XtraReports/4256/visual-studio-report-designer">WinForms</see> or <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">ASP.NET Web Forms</see>).</para>
      </summary>
      <param name="report">An XtraReport object representing the report to be modified in the Report Designer.</param>
      <param name="reportHandle">A <see cref="T:System.String"/> specifying a report handle.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowDesigner(System.Type,System.Object)">
      <summary>
        <para>Invokes the Report Designer (<see href="https://docs.devexpress.com/XtraReports/4256/visual-studio-report-designer">WinForms</see> or <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">ASP.NET Web Forms</see>).</para>
      </summary>
      <param name="reportDataType">A <see cref="T:System.Type"/> of the report to be modified in the Report Designer.</param>
      <param name="reportDataKey">An object representing the key property value of the ReportDataV2 object to be modified in the Report Designer.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowPreview(System.String,DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Xpo.SortProperty[])">
      <summary>
        <para>Displays the Preview Report window.</para>
      </summary>
      <param name="reportContainerHandle">Gets the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowPreview(System.String,DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Displays the Preview Report window.</para>
      </summary>
      <param name="reportContainerHandle">Gets the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowPreview(System.String,DevExpress.Xpo.SortProperty[])">
      <summary>
        <para>Displays the Preview Report window.</para>
      </summary>
      <param name="reportContainerHandle">Gets the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowPreview(System.String)">
      <summary>
        <para>Displays the Preview Report window.</para>
      </summary>
      <param name="reportContainerHandle">Gets the handle of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportContainer"/> object.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportServiceController.ShowWizard(System.Type)">
      <summary>
        <para>Invokes the Report Wizard.</para>
      </summary>
      <param name="reportDataType">A <see cref="T:System.Type"/> of the report object to be generated by the Report Wizard.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.ReportsV2.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ActivateReportController(DevExpress.ExpressApp.Controller)">
      <summary>
        <para>Activates the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore"/> Controller.</para>
      </summary>
      <param name="controller">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsControllerCore"/> instance to be activated.</param>
      <returns>true, if the ReportsController has been successfully activated; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
      <summary>
        <para>Registers the Generator Updater of the Reports V2 Module.</para>
      </summary>
      <param name="updaters">A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
      <summary>
        <para>Customizes metadata on business classes specific to the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> before loading the metadata to the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s BOModel node.</para>
      </summary>
      <param name="typesInfo">An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.</param>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.DefaultEnableInplaceReports">
      <summary>
        <para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.EnableInplaceReports">ReportsModuleV2.EnableInplaceReports</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.DefaultReportDataCaption">
      <summary>
        <para>Specifies the display caption associated with the class specified by the <see cref="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ReportDataType">ReportsModuleV2.ReportDataType</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.DefaultReportDataImageName">
      <summary>
        <para>Specifies the name of the image associated with the class specified by the <see cref="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ReportDataType">ReportsModuleV2.ReportDataType</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.DefaultReportDataNavigationItemCaption">
      <summary>
        <para>Specifies the default caption for the navigation group created by the Reports V2 module.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.DefaultReportDataNavigationItemId">
      <summary>
        <para>Specifies the default identifier for the navigation group created by the Reports V2module.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.EnableInplaceReports">
      <summary>
        <para>Specifies whether inplace reports are enabled.</para>
      </summary>
      <value>true, when inplace reports are enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
      <summary>
        <para>Extends the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the <see cref="T:DevExpress.ExpressApp.Model.IModelClassReportsVisibility"/> and <see cref="T:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports"/> interfaces.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.FindPredefinedReportTypeMemberName(System.Type)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.FindReportsModule(DevExpress.ExpressApp.ModuleList)">
      <summary>
        <para>Searches for a <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> instance in a particular module list.</para>
      </summary>
      <param name="modules">A ModuleList object, which is a collection of modules.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> instance found in the modules module list.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.GetEmptyDisplayNameErrorMessage">
      <summary>
        <para>Returns the error message text to be displayed when the report display name is empty.</para>
      </summary>
      <returns>A string which containes the error message text to be displayed when the report display name is empty.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
      <summary>
        <para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> module.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.</param>
      <param name="versionFromDB">A System.Version object which represents the current database version.</param>
      <returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> module.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.InplaceReportsCacheHelper">
      <summary>
        <para>Gets an object that provides helper methods used to manage <see href="https://docs.devexpress.com/eXpressAppFramework/113602/shape-export-print-data/reports/in-place-reports">in-place reports</see> cache.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.ReportsV2.InplaceReportsCacheHelper"/> object that provides helper methods used to manage in-place reports cache.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.IsInplaceReportMemberName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ParametersObjectTypeNameMemberName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.PredefinedReportTypeMemberName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ReportDataType">
      <summary>
        <para>Specifies the report data type used by the Reports V2 module.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object specifying the report data type used by the Reports module.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ReportsDataSourceHelper">
      <summary>
        <para>Specifies an object that provides helper methods and events used to manage reports and their data sources.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportDataSourceHelper"/> object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ReportStoreMode">
      <summary>
        <para>Specifies the format used to store reports in the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportStoreModes"/> enumeration value that specifies the format used to store reports.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.Setup(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Sets up the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2"/> after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules">XafApplication.Modules</see> collection.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application">ModuleBase.Application</see> property.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.ShowAdditionalNavigation">
      <summary>
        <para>Specifies the default value for the <see cref="P:DevExpress.ExpressApp.ReportsV2.IModelNavigationItemsForReports.GenerateRelatedReportsGroup">IModelNavigationItemsForReports.GenerateRelatedReportsGroup</see> property.</para>
      </summary>
      <value>true, to enable context navigation for the Reports module, by default; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportsModuleV2.XtraReportContextName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage">
      <summary>
        <para>Manages loading and persisting reports in the <see href="https://docs.devexpress.com/eXpressAppFramework/113591/shape-export-print-data/reports/reports-v2-module-overview">Reports V2 Module</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsStorage.#ctor(DevExpress.ExpressApp.ReportsV2.IReportOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportsStorage.CollectInplaceReportsData">
      <summary>
        <para>Returns information on all stored report data objects that have the <see cref="P:DevExpress.ExpressApp.ReportsV2.IInplaceReportV2.IsInplaceReport">IInplaceReportV2.IsInplaceReport</see> property set to true.</para>
      </summary>
      <returns>A List&lt;ReportDataInfo&gt; object that contains information on inplace report data objects that target the given type.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsStorage.IgnoreSecurity">
      <summary>
        <para>For internal use</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.ReportsV2.ReportsStorage.ReportDataType">
      <summary>
        <para>Specifies the type of the report data objects used to persist reports.</para>
      </summary>
      <value>The <see cref="T:System.Type"/> of the report data objects used to persist reports.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportStorageBase">
      <summary>
        <para>Implements base API for the report storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.#ctor(System.IServiceProvider,DevExpress.ExpressApp.Core.IObjectSpaceFactory,DevExpress.ExpressApp.ReportsV2.IReportOptions,DevExpress.ExpressApp.Services.Security.IDataManipulationRight)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportStorageBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CanSetData(System.String)">
      <summary>
        <para>Determines whether it is allowed to store a report in a Report Storage using the specified handle.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying the handle to store a report.</param>
      <returns>A <see cref="T:System.String"/> specifying the handle to store a report.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CopyFrom(DevExpress.ExpressApp.ReportsV2.IReportDataV2,DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable)">
      <summary>
        <para>Creates a copy of the specified report data persistent object.</para>
      </summary>
      <param name="sourceReportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> source object.</param>
      <param name="targetReportData">An IReportDataV2Writable target object.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CopyReports(DevExpress.ExpressApp.ReportsV2.IReportDataV2[])">
      <summary>
        <para>Creates a copy of each report data object from the specified list.</para>
      </summary>
      <param name="reportsData">An array of <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> objects.</param>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateCustomReportContainer">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object is created.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateNewReportHandle">
      <summary>
        <para>Creates a new report handle.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> specifying a report handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateNewReportHandle(System.Type)">
      <summary>
        <para>Creates a new report handle.</para>
      </summary>
      <param name="reportDataType">The <see cref="T:System.Type"/> of the report data objects used to persist reports.</param>
      <returns>A <see cref="T:System.String"/> specifying a report handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateReportHandle(DevExpress.ExpressApp.ReportsV2.IReportDataV2,DevExpress.ExpressApp.IObjectSpace)">
      <summary>
        <para>Creates a new report handle.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> specifying a report handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetData(System.String)">
      <summary>
        <para>Returns a report object stored in a Report Storage using the specified handle.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying a handle which was used to store a report.</param>
      <returns>An array of <see cref="T:System.Byte"/> values representing a stream containing a report.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetNewUrl">
      <summary>
        <para>Returns a unique handle for a report being restored from the Report Storage.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, specifying the handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportContainerByHandle(System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>Gets the Report Container by the specified handle.</para>
      </summary>
      <param name="handle">A <see cref="T:System.String"/> specifying a report handle.</param>
      <returns>An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportContainerByHandle(System.String,System.Boolean)">
      <summary>
        <para>Gets the Report Container by the specified handle.</para>
      </summary>
      <param name="handle">A <see cref="T:System.String"/> specifying a report handle.</param>
      <returns>An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportContainerByHandle(System.String)">
      <summary>
        <para>Gets the Report Container by the specified handle.</para>
      </summary>
      <param name="handle">A <see cref="T:System.String"/> specifying a report handle.</param>
      <returns>An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportContainer"/> object that specifies the report markup (<see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object), the associated parameters object type and the report’s display name.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportContainerHandle(DevExpress.ExpressApp.ReportsV2.IReportDataV2)">
      <summary>
        <para>Gets the Report Container by the specified handle.</para>
      </summary>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> persistent object used to store reports.</param>
      <returns>A <see cref="T:System.String"/> specifying a report handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportDataObjectHandleFromUrl(System.String)">
      <summary>
        <para>Removes the <see cref="F:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.NewStorageUrlPrefix">ReportsStorage.NewStorageUrlPrefix</see> prefix from the specified handle.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying a new report handle.</param>
      <returns>A <see cref="T:System.String"/> specifying an existing report handle.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.GetReportDataTypeFromHandle(System.String)">
      <summary>
        <para>Returns the report data type using the specified handle.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying a handle, which was used to retrive a report.</param>
      <returns>A <see cref="T:System.Type"/> specifying the report data type.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.IsNewReportHandle(System.String)">
      <summary>
        <para>Checks if the specified report handle is new.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying a report handle.</param>
      <returns>true, if the report handle is new; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.IsValidUrl(System.String)">
      <summary>
        <para>Determines whether the specified report handle is valid in the current Report Storage.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> specifying a handle value.</param>
      <returns>true, if a report exists in a storage for the specified handle; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.LoadReport(DevExpress.ExpressApp.ReportsV2.IReportDataV2)">
      <summary>
        <para>Loads the specified report data object.</para>
      </summary>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> persistent object used to store reports.</param>
      <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report content.</returns>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.NewStorageUrlPrefix">
      <summary>
        <para>Specifies the prefix used for new report handles.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.QuerySubReportUrl">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.RegisterExtension(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.SaveReport(DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable,DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Persists the specified <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object in the report data object.</para>
      </summary>
      <param name="reportData">An <see cref="T:DevExpress.ExpressApp.ReportsV2.IReportDataV2"/> persistent object used to store reports.</param>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report content.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.SetData(DevExpress.XtraReports.UI.XtraReport,System.IO.Stream)">
      <summary>
        <para>Stores the specified report to a Report Storage using the specified handle.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be saved.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object which should be used to save a report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.SetData(DevExpress.XtraReports.UI.XtraReport,System.String)">
      <summary>
        <para>Stores the specified report to a Report Storage using the specified handle.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be saved.</param>
      <param name="url">A <see cref="T:System.String"/> specifying the handle which should be used to save a report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.ReportStorageBase.SetNewData(DevExpress.XtraReports.UI.XtraReport,System.String)">
      <summary>
        <para>Stores the specified report object in a Report Storage as a new report using the default handle.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
      <param name="defaultUrl">A <see cref="T:System.String"/> value specifying the new handle.</param>
      <returns>A <see cref="T:System.String"/> value specifying the report’s handle.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.ReportsV2.ReportStoreModes">
      <summary>
        <para>Contains values that specify the format used to store reports in the <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportsStorage"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportStoreModes.DOM">
      <summary>
        <para>Reports are stored in the DOM format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.ReportStoreModes.XML">
      <summary>
        <para>Reports are stored in the XML format. Using this format instead of DOM can decrease the loading time of complex reports.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.#ctor(System.IServiceProvider,DevExpress.ExpressApp.Services.Localization.ICaptionHelperProvider,DevExpress.ExpressApp.ReportsV2.IReportOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.AttachCriteriaWithReportParametersManager(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Subscribes to the report’s <see cref="E:DevExpress.XtraReports.UI.XRControl.BeforePrint">XRControl.BeforePrint</see> event and updates the report’s data source criteria.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.BeforeShowPreview">
      <summary>
        <para>Occurs when the ReportDataSourceHelper.SetupBeforePrint method is executed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.CustomSetCriteria">
      <summary>
        <para>Occurs when criteria are applied to the <see href="https://docs.devexpress.com/eXpressAppFramework/113593/shape-export-print-data/reports/data-sources-for-reports-v2">report data source</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.CustomSetSorting">
      <summary>
        <para>Occurs when sorting is applied to the <see href="https://docs.devexpress.com/eXpressAppFramework/113593/shape-export-print-data/reports/data-sources-for-reports-v2">report data source</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.CustomSetupReportDataSource">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/eXpressAppFramework/113593/shape-export-print-data/reports/data-sources-for-reports-v2">report data source</see> is initialized.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.GetMasterReportDataSource(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/eXpressAppFramework/113593/shape-export-print-data/reports/data-sources-for-reports-v2">data source</see> of the specified report.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
      <returns>The data source object that provides data for a master report.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.RegisterObjectSpaceProviderService(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Registers a service that supplies an <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> when it is required by the report data source.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.RegisterReportEnumLocalizer(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Registers a localizer for enumeration types used in a report.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetupBeforePrint(DevExpress.XtraReports.UI.XtraReport,DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean,DevExpress.Xpo.SortProperty[],System.Boolean)">
      <summary>
        <para>Prepares the report for further printing.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
      <param name="parametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="canApplyCriteria">true, if the criteria can be applied; otherwise, false.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
      <param name="canApplySortProperty">true, if the sorting can be applied; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetupBeforePrint(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Prepares the report for further printing.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetupReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean,DevExpress.Xpo.SortProperty[],System.Boolean)">
      <summary>
        <para>Initializes the specified report.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
      <param name="parametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="canApplyCriteria">true, if the criteria can be applied; otherwise, false.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specify data sorting.</param>
      <param name="canApplySortProperty">true, if the sorting can be applied; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetupReport(DevExpress.XtraReports.UI.XtraReport)">
      <summary>
        <para>Initializes the specified report.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetupReportDataSource(DevExpress.XtraReports.UI.XtraReport,DevExpress.Data.Filtering.CriteriaOperator,System.Boolean,DevExpress.Xpo.SortProperty[],System.Boolean)">
      <summary>
        <para>Passes criteria and sorting to the report data source.</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object used to filter data.</param>
      <param name="canApplyCriteria">true, if the criteria can be applied; otherwise, false.</param>
      <param name="sortProperty">An array of <see cref="T:DevExpress.Xpo.SortProperty"/> objects which specifies data sorting.</param>
      <param name="canApplySortProperty">true, if the sorting can be applied; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.SetXafReportParametersObject(DevExpress.XtraReports.UI.XtraReport,DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase)">
      <summary>
        <para>Adds a <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> descendant object that specifies report parameters to the <see cref="P:DevExpress.XtraReports.UI.XtraReport.Parameters">XtraReport.Parameters</see> collection (if this object exists).</para>
      </summary>
      <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that specifies the report.</param>
      <param name="parametersObject">A <see cref="T:DevExpress.ExpressApp.ReportsV2.ReportParametersObjectBase"/> object that specifies report parameters.</param>
    </member>
    <member name="F:DevExpress.ExpressApp.ReportsV2.Services.ReportDataSourceHelperBase.XafReportParametersObjectName">
      <summary>
        <para>Specifies the name of the XtraReport parameter that provides access to the XAF report parameters object.</para>
      </summary>
    </member>
  </members>
</doc>