Udostępnij przez


Właściwość ReportParameterInstance.Labels

Pobiera etykiety parametru.

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

Składnia

'Deklaracja
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)
    Get
'Użycie
Dim instance As ReportParameterInstance
Dim value As ReadOnlyCollection(Of String)

value = instance.Labels
public ReadOnlyCollection<string> Labels { get; }
public:
property ReadOnlyCollection<String^>^ Labels {
    ReadOnlyCollection<String^>^ get ();
}
member Labels : ReadOnlyCollection<string>
function get Labels () : ReadOnlyCollection<String>

Wartość właściwości

Typ: System.Collections.ObjectModel.ReadOnlyCollection<String>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] obiekt, który zawiera etykiety parametru.