Share via


ReportParameterInstance.Labels Propiedad

Definición

Obtiene las etiquetas del parámetro.

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)

Valor de propiedad

Objeto ReadOnlyCollection<T> que contiene las etiquetas del parámetro.

Se aplica a