次の方法で共有


LabelData.KeyFields プロパティ

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property KeyFields As ReadOnlyCollection(Of String)
    Get
'使用
Dim instance As LabelData 
Dim value As ReadOnlyCollection(Of String)

value = instance.KeyFields
public ReadOnlyCollection<string> KeyFields { get; }
public:
property ReadOnlyCollection<String^>^ KeyFields {
    ReadOnlyCollection<String^>^ get ();
}
member KeyFields : ReadOnlyCollection<string>
function get KeyFields () : ReadOnlyCollection<String>

プロパティ値

型: System.Collections.ObjectModel.ReadOnlyCollection<String>

関連項目

参照

LabelData クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間