Gets or sets a value indicating whether to use landscape orientation. Changing this property swaps height and width of the page.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public bool Landscape { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property Landscape As Boolean
	Get
	Set

See Also