Gets or sets the page orientation.

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

Syntax

C#
[DefaultValueAttribute(OrientationEnum.Auto)]
public OrientationEnum Orientation { get; set; }
Visual Basic
<DefaultValueAttribute(OrientationEnum.Auto)> _
Public Property Orientation As OrientationEnum
	Get
	Set

Remarks

The default value for this property is OrientationEnum.Auto.

See Also