Gets or sets a value indicating whether the page layout specified on the document returned by the Stream C1PrintableGetTree() method should be ignored.

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

Syntax

C#
public bool IgnoreObjectPageLayout { get; set; }
Visual Basic
Public Property IgnoreObjectPageLayout As Boolean
	Get
	Set

See Also