ComponentOne ASP.NET MVC Controls
Paginated Property

C1.Web.Mvc.Viewer Namespace > ReportViewer Class : Paginated Property
Gets or sets a value indicating whether the content should be represented as set of fixed sized pages.
Syntax
'Declaration
 
Public Property Paginated As Nullable(Of Boolean)
public Nullable<bool> Paginated {get; set;}
Remarks
The default value is null, means using the default value from document source.
See Also

Reference

ReportViewer Class
ReportViewer Members