Propriedade do RDL ReportParameterInstance.Labels
Gets the labels of the parameter.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the labels of the parameter.
Consulte também
Referência
ReportParameterInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering