ReportParameterInstance.Labels 屬性
Gets the labels of the parameter.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)
Get
'用途
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>
屬性值
型別:System.Collections.ObjectModel.ReadOnlyCollection<String>
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the labels of the parameter.