次の方法で共有


StyleProperties.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
スタイル プロパティ キーのコレクションです。

関連項目

参照

StyleProperties クラス

Microsoft.ReportingServices.ReportRendering 名前空間