次の方法で共有


ScaleRange.Style プロパティ

このレポート定義オブジェクトのスタイル プロパティを取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Style As Style 
    Get 
    Set
'使用
Dim instance As ScaleRange 
Dim value As Style 

value = instance.Style

instance.Style = value
public Style Style { get; set; }
public:
property Style^ Style {
    Style^ get ();
    void set (Style^ value);
}
member Style : Style with get, set
function get Style () : Style 
function set Style (value : Style)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.Style
Style オブジェクト。

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間