レポート定義ファイルで定義されているレポートの向きが横であるかどうかを示します。
名前空間: 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。