次の方法で共有


ReportPageSettings.IsLandscape プロパティ

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

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

構文

'宣言
Public ReadOnly Property IsLandscape As Boolean
public bool IsLandscape { get; }
public:
property bool IsLandscape {
    bool get ();
}
member IsLandscape : bool with get
function get IsLandscape () : boolean

プロパティ値

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

参照

関連項目

ReportPageSettings クラス

Microsoft.Reporting.WinForms 名前空間