Właściwość ActionDrillthrough.ReportName
Pobiera wyrażenie definiującego Pełna ścieżka do folderu (na przykład "/ salesreports/SzczegółyZamówień"), ścieżką względną (na przykład, "../ SzczegółyZamówień ") lub adres URL (np."http://reportserver/reports/sales/orderdetails") z przeglądanie szczegółowe raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ReportName As ReportStringProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty obiektu.
Zobacz także