共用方式為


Style.Keys 屬性

Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property Keys As ICollection 
    Get
'用途
Dim instance As Style 
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
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.

請參閱

參考

Style 類別

Microsoft.ReportingServices.ReportRendering 命名空間