ActiveReports 9
RepeatToFill Property (Detail)

Gets or sets a value that determines whether the section's formatting should print to fill the page when there is not enough data to fill it.
Syntax
'Declaration
 
Public Property RepeatToFill As System.Boolean
public System.bool RepeatToFill {get; set;}

Property Value

A Boolean value.  True if the section will print formatting to fill the page if its contents permit; otherwise, False.
Remarks

Note: The RepeatToFill property cannot be used if the PageBreak or SubReport control is used in the Detail section, or if the NewPage or NewColumn property is set to any value other than None.

When you use this property when two groups are present, the second GroupFooter section is always on the next page. It processes correctly only with a single grouping. The ReportFooter section also prints on the next page when you set this property to True.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Detail Class
Detail Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum