次の方法で共有


StyleBase.NonSharedProperties プロパティ

式のためにレポート アイテムごとに異なるスタイル プロパティを取得または設定します。

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

構文

'宣言
Public Overridable Property NonSharedProperties As StyleProperties 
    Get 
    Set
'使用
Dim instance As StyleBase 
Dim value As StyleProperties 

value = instance.NonSharedProperties

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.StyleProperties
StyleProperties コレクションです。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.ReportRendering 名前空間