共用方式為


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 命名空間