次の方法で共有


ReportPageSettings.IsLandscape プロパティ

レポート定義ファイルで定義されているレポートの向きが横であるかどうかを示します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Property IsLandscape As Boolean
    Get
'使用
Dim instance As ReportPageSettings
Dim value As Boolean

value = instance.IsLandscape
public bool IsLandscape { get; }
public:
property bool IsLandscape {
    bool get ();
}
member IsLandscape : bool
function get IsLandscape () : boolean

プロパティ値

型: System.Boolean
レポート定義ファイルで定義されているレポートの向きが横である場合は true。それ以外の場合は false。

関連項目

参照

ReportPageSettings クラス

Microsoft.Reporting.WebForms 名前空間