MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Drillthrough Class / ReportName Property

In This Topic
ReportName Property (Drillthrough)
In This Topic

Gets or sets a System.String value representing the path of the drillthrough report.

Syntax
'Declaration
 
Public Property ReportName As ExpressionInfo
 

Property Value

A System.String value representing the path to the drillthrough report.

Remarks

The path may be absolute (i.e. "/orderentry/processedorders") or relative (i.e. "processedorders").

See Also