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< (Of < ( <'String> ) > ) >
A [System.Collections.ObjectModel.ReadOnlyCollection`1] object that contains the labels of the parameter.