ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ReportViewerTagHelper Class / Paginated Property

In This Topic
    Paginated Property (ReportViewerTagHelper)
    In This Topic
    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 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