[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.MaxPages

MaxPages Property

MaxPages

Gets or sets the maximum number of pages allowed for a report.

Declaration
public int MaxPages { get; set; }
Remarks
<p>This property is useful if you want to limit the maximum number of pages in a report.</p>
<p>For example, you may write a report designer with a preview window that shows only the first 

five pages of a report.

Setting this property to zero allows reports of any length.

You can also limit the size of reports by setting the MaxRecords property.