GrapeCity MultiRow Windows Forms Documentation
RepeatToFill Property


Gets or sets a value that indicates whether to print empty rows on the last page.
Syntax
<SRDescriptionAttribute("Indicates whether to print the empty row to the last page.")>
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property RepeatToFill As Boolean
Dim instance As PrintSettings
Dim value As Boolean
 
instance.RepeatToFill = value
 
value = instance.RepeatToFill
[SRDescription("Indicates whether to print the empty row to the last page.")]
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
public bool RepeatToFill {get; set;}

Property Value

true if printing the empty row on the last page; otherwise, false. The default is false.
Remarks
Sometimes, there are not enough rows to fill the last page, so if you wish to keep the same effect as other pages, you can set this property to true. Additional rows are filled in at the end of the last row.
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

PrintSettings Class
PrintSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.