다음을 통해 공유


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 네임스페이스