Compartir a través de


Labels Propiedad

Gets the labels of the parameter.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'String> ) > ) >
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the labels of the parameter.