ReportParameterInstance.Labels プロパティ
パラメーターのラベル (複数) を取得します。
名前空間: 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>
パラメーターのラベル (複数) を含む [System.Collections.ObjectModel.ReadOnlyCollection`1] オブジェクト。