次の方法で共有


PageHeight プロパティ

物理的なページ指向のレンダラーでレポートを表示するときの既定の高さです。

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

構文

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

value = instance.PageHeight

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

プロパティ値

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