次の方法で共有


ActionInfo.Style プロパティ

対話的なレンダラー内で、アイテムのプロパティをオーバーライドするために使用するスタイル プロパティを取得します。

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

構文

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

value = instance.Style

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ActionStyle
ActionStyle オブジェクトです。

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.ReportRendering 名前空間