ActionDrillthrough.ReportName Property

Definition

Gets an expression that evaluates to the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (e.g. “http://reportserver/reports/sales/orderdetails”) of the drillthrough report.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ ReportName { Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty ReportName { get; }
member this.ReportName : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
Public ReadOnly Property ReportName As ReportStringProperty

Property Value

A ReportStringProperty object.

Applies to