ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ReportViewer Class / Paginated Property

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