Keys 속성
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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