Свойство ActionStyle.Keys

Этот элемент переопределяет StyleBase.Keys, более полная документация может находиться в соответствующем разделе.Этот элемент переопределяет StyleBase.Keys.

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

Синтаксис

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

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

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

Тип: System.Collections.ICollection

Returns a NameObjectCollectionBase.KeysCollection that contains all the keys in the collection. For more information on the NameObjectCollectionBase, see "NameObjectCollectionBase Class" in the Microsoft .NET Framework SDK documentation.

См. также

Справочник

ActionStyle Класс

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