Share via


ReportParameterInstance.Labels Property

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>

Property Value

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