Partager via


Propriété Labels

Gets the labels of the parameter.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)
    Get
'Utilisation
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>

Valeur de propriété

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