FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / RtfFilter Class / Paged Property

In This Topic
    Paged Property
    In This Topic
    Specifies whether the filter preserve page layout of original report or should generate continuous document.
    Syntax
    'Declaration
     
    Public Property Paged As Boolean
    public bool Paged {get; set;}
    See Also