'Declaration Public Overrides Function IsPaged() As System.Boolean
public override System.bool IsPaged()
Return Value
True if report is paged.
'Declaration Public Overrides Function IsPaged() As System.Boolean
public override System.bool IsPaged()
When generating paged reports, the component calls the filter's NewPage method on page breaks and updates the value of the C1Report.Page property.
When generating non-paged (continuous) reports, only one long page is generated.