Udostępnij przez


Właściwość ReportParameterInstance.Label

Pobiera Etykieta parametru.

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

Składnia

'Deklaracja
Public ReadOnly Property Label As String
    Get
'Użycie
Dim instance As ReportParameterInstance
Dim value As String

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string
function get Label () : String

Wartość właściwości

Typ: System.String
A ciąg wartości reprezentującej Etykieta parametru.

Uwagi

Jeśli ReportParameter jest parametr wielowartościowym, właściwość ta zwraca pierwszą etykietę.