ComponentOne ASP.NET MVC Controls
Paginated Method

C1.Web.Mvc.Viewer.Fluent Namespace > ReportViewerBuilder Class : Paginated Method
The value.
Configurates C1.Web.Mvc.Viewer.ReportViewer.Paginated. Sets a value indicating whether the content should be represented as set of fixed sized pages.
Syntax
'Declaration
 
Public Function Paginated( _
   ByVal value As Nullable(Of Boolean) _
) As ReportViewerBuilder

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value is null, means using the default value from document source.
See Also

Reference

ReportViewerBuilder Class
ReportViewerBuilder Members