[]
Gets or sets a value representing the number of pages of the report that should be generated for preview.
public int PreviewPages { get; set; }
Type | Description |
---|---|
int | The number of preview pages. |
This value must be between 0 and 10000, inclusive.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the provided value is less than 0 or greater than 10000. |