Skip to main content

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public Dictionary<string, bool> DrillDownState { get; set; }

Property Value

Type Description
Dictionary<String, Boolean>

A dictionary, listing report elements along with their drill-down states.

See Also