FlexReport for WPF | ComponentOne
C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewer Class / Paginated Property

In This Topic
    Paginated Property (C1FlexViewer)
    In This Topic
    Indicates whether the content should be represented as a set of fixed sized pages.
    Syntax
    'Declaration
     
    Public Property Paginated As Nullable(Of Boolean)
    public Nullable<bool> Paginated {get; set;}
    See Also