[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.MaxPages

MaxPages Property

MaxPages

Gets or sets a value indicating the maximum number of pages the report will create.

Declaration
public long MaxPages { get; set; }
Property Value
Type Description
long

A long value representing the maximum number of pages.

Remarks

Default value is zero. The value can't be less than zero.

Exceptions
Type Condition
ArgumentException

Throws if set value is out of range.