次の方法で共有


Page.InteractiveWidth プロパティ

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

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

構文

'宣言
Public ReadOnly Property InteractiveWidth As ReportSize 
    Get
'使用
Dim instance As Page 
Dim value As ReportSize 

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

プロパティ値

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

関連項目

参照

Page クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間