ReportParameterInstance.Labels Property

Definition

Gets the labels of the parameter.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Labels { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Labels { get; }
member this.Labels : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)

Property Value

A ReadOnlyCollection<T> object that contains the labels of the parameter.

Applies to