Pagination Property (Settings)
In This Topic
By default, each page of a report is rendered as a separate image. Set this value to False to render the entire report as a single image.
Syntax
'Declaration
Public Property Pagination As Boolean
public bool Pagination {get; set;}
See Also