Udostępnij przez


Właściwość ActionDrillthroughInstance.ReportName

Pobiera wartość obliczoną ReportName właściwość w ActionDrillthrough klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Property ReportName As String
    Get
    Set
'Użycie
Dim instance As ActionDrillthroughInstance
Dim value As String

value = instance.ReportName

instance.ReportName = value
public string ReportName { get; set; }
public:
property String^ ReportName {
    String^ get ();
    void set (String^ value);
}
member ReportName : string with get, set
function get ReportName () : String
function set ReportName (value : String)

Wartość właściwości

Typ: System.String
Wartość ciąg reprezentującą obliczonej wartości ReportName właściwość.