'宣言 Public Overrides Function IsPaged() As System.Boolean
public override System.bool IsPaged()
戻り値の型
True if report is paged.
'宣言 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.