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