次の方法で共有


Report.PageHeight プロパティ

ページの高さを取得します。

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

構文

'宣言
Public ReadOnly Property PageHeight As ReportSize 
    Get
'使用
Dim instance As Report 
Dim value As ReportSize 

value = instance.PageHeight
public ReportSize PageHeight { get; }
public:
property ReportSize^ PageHeight {
    ReportSize^ get ();
}
member PageHeight : ReportSize
function get PageHeight () : ReportSize

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportSize
ページの高さを示す ReportSize です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間