Xceed Grid for WinForms v4.3 Documentation
Landscape Property (ExportSettings)


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ExportSettings Class : Landscape Property
Gets or sets a value indicating whether the Report is exported in landscape or portrait orientation.
Syntax
'Declaration
 
Public Property Landscape As Boolean
'Usage
 
Dim instance As ExportSettings
Dim value As Boolean
 
instance.Landscape = value
 
value = instance.Landscape
public bool Landscape {get; set;}

Property Value

true if the Report is exported in landscape orientation; false if it is exported in portrait orientation. By default, the printer's orientation will be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExportSettings Class
ExportSettings Members