Właściwość Action.Label
Pobiera wyrażenie, którego wynikiem jest tekst etykiety dla tej akcja.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Label As ReportStringProperty
Get
'Użycie
Dim instance As Action
Dim value As ReportStringProperty
value = instance.Label
public ReportStringProperty Label { get; }
public:
property ReportStringProperty^ Label {
ReportStringProperty^ get ();
}
member Label : ReportStringProperty
function get Label () : ReportStringProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty obiektu.
Zobacz także