ReportPageSettings.IsLandscape 属性
指示报表定义文件中定义的报表方向是否为横向。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.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。