Skip to main content

DrillThroughContext.CustomData Property

Provides access to custom client data associated with a currently previewed report.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string CustomData { get; }

Property Value

Type Description
String

A String value.

See Also