Свойство StyleProperties.Keys

Gets a collection of style property keys.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Keys As ICollection 
    Get
'Применение
Dim instance As StyleProperties 
Dim value As ICollection 

value = instance.Keys
public ICollection Keys { get; }
public:
property ICollection^ Keys {
    ICollection^ get ();
}
member Keys : ICollection
function get Keys () : ICollection

Значение свойства

Тип: System.Collections.ICollection
A collection of style property keys.

См. также

Справочник

StyleProperties Класс

Пространство имен Microsoft.ReportingServices.ReportRendering