Reports for WPF | ComponentOne
C1.C1Report Namespace / RtfLabelFilter Class / IsPaged Method

In This Topic
    IsPaged Method (RtfLabelFilter)
    In This Topic
    Determines whether this filter generates single or multi-page reports.
    Syntax
    'Declaration
     
    Public Overridable Function IsPaged() As Boolean
    public virtual bool IsPaged()

    Return Value

    Always returns true.
    See Also