[]
Gets or sets a value indicating the maximum number of pages the report will create.
public long MaxPages { get; set; }
Type | Description |
---|---|
long | A long value representing the maximum number of pages. |
Default value is zero. The value can't be less than zero.
Type | Condition |
---|---|
ArgumentException | Throws if set value is out of range. |