Compartir a través de


ReportName Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ReportName As ReportStringProperty
    Get
'Uso
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