Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewControl Class / SsrsPaginated Property

In This Topic
    SsrsPaginated Property (C1PrintPreviewControl)
    In This Topic
    Gets or sets whether an SSRS report should appear in paginated mode (for printing) or in RPL mode (interactive).
    Syntax
    'Declaration
     
    Public Property SsrsPaginated As Boolean
    public bool SsrsPaginated {get; set;}
    See Also