Freigeben über


ReportParameterInstance.Labels-Eigenschaft

Gets the labels of the parameter.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<String>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the labels of the parameter.

Siehe auch

Verweis

ReportParameterInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace