次の方法で共有


Style.SharedProperties プロパティ

定義内の同じレポート アイテムから派生したすべてのレポート アイテム インスタンスで共有されるプロパティを含んでいる StyleProperties コレクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.StyleProperties
定義内の同じレポート アイテムから派生したすべてのレポート アイテムで共有されるプロパティのコレクションを含んでいる StyleProperties オブジェクトです。

関連項目

参照

Style クラス

Microsoft.ReportingServices.ReportRendering 名前空間