[]
        
(Showing Draft Content)

C1.Web.Mvc.Viewer.Fluent.ReportViewerBuilder.Paginated

Paginated Method

Paginated(bool?)

Configurates Paginated. Sets a value indicating whether the content should be represented as set of fixed sized pages.

Declaration
public ReportViewerBuilder Paginated(bool? value)
Parameters
Type Name Description
bool? value

The value.

Returns
Type Description
ReportViewerBuilder

Current builder.

Remarks

The default value is null, means using the default value from document source.