共用方式為


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