ActionDrillthrough.ReportName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.