Back to Devexpress

DrillThroughResult.Report Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-drillthroughresult.md

latest1.4 KB
Original Source

DrillThroughResult.Report Property

Gets the target report for the drill-through report.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public XtraReport Report { get; }
vb
Public ReadOnly Property Report As XtraReport

Property Value

TypeDescription
XtraReport

A XtraReport instance that is the target report.

|

See Also

DrillThroughResult Class

DrillThroughResult Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace