Gets or sets a value indicating whether to create paged HTML (see HTMLPaged).

If both this and DrillDown are true, this property takes precedence.

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

Syntax

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

See Also