次の方法で共有


Page.InteractiveHeight プロパティ

対話的なレンダラーでレポートを表示するときの既定の高さを取得または設定します。

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

構文

'宣言
Public Property InteractiveHeight As ReportSize 
    Get 
    Set
'使用
Dim instance As Page 
Dim value As ReportSize 

value = instance.InteractiveHeight

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

プロパティ値

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

関連項目

参照

Page クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間