ActionDrillthrough.ReportName-Eigenschaft
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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportName As ReportStringProperty
Get
'Usage
Dim instance As ActionDrillthrough
Dim value As ReportStringProperty
value = instance.ReportName
public ReportStringProperty ReportName { get; }
public:
property ReportStringProperty^ ReportName {
ReportStringProperty^ get ();
}
member ReportName : ReportStringProperty
function get ReportName () : ReportStringProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace