次の方法で共有


PageSection.Height プロパティ

ページ セクションの高さを取得します。

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

構文

'宣言
Public ReadOnly Property Height As ReportSize 
    Get
'使用
Dim instance As PageSection 
Dim value As ReportSize 

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

プロパティ値

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

関連項目

参照

PageSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間