次の方法で共有


Style.NonSharedProperties プロパティ

式のためにレポート アイテムのインスタンスごとに異なる可能性があるプロパティを含んでいる StyleProperties コレクションを取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property NonSharedProperties As StyleProperties 
    Get
'使用
Dim instance As Style 
Dim value As StyleProperties 

value = instance.NonSharedProperties
public override StyleProperties NonSharedProperties { get; }
public:
virtual property StyleProperties^ NonSharedProperties {
    StyleProperties^ get () override;
}
abstract NonSharedProperties : StyleProperties 
override NonSharedProperties : StyleProperties
override function get NonSharedProperties () : StyleProperties

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.StyleProperties
式のためにレポート アイテムごとに異なるプロパティのコレクションを含んでいる StyleProperties オブジェクトです。

関連項目

参照

Style クラス

Microsoft.ReportingServices.ReportRendering 名前空間