ReportBuildProperties.DrillDownState Property
Returns a dictionary, indicating whether the elements of the current drill-down report are expanded or collapsed in the document.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, Boolean> | A dictionary, listing report elements along with their drill-down states. |
See Also