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.