Gets or sets the preview layout.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(PageLayoutEnum.Normal)]
public PageLayoutEnum PageLayout { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(PageLayoutEnum.Normal)> _
Public Property PageLayout As PageLayoutEnum
	Get
	Set

Remarks

The default value for this property is PageLayoutEnum.Normal.

See Also