Свойство 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>
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering