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