[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.PreviewPages

PreviewPages Property

PreviewPages

Gets or sets a value representing the number of pages of the report that should be generated for preview.

Declaration
public int PreviewPages { get; set; }
Property Value
Type Description
int

The number of preview pages.

Remarks

This value must be between 0 and 10000, inclusive.

Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown when the provided value is less than 0 or greater than 10000.