GrapeCity MultiRow Windows Forms Documentation
Specifying Empty Rows for Print

MultiRow can print empty rows for the blank spaces in the page that you would like to print.

If the PrintSettings.PagingMode property is set to SingleRow, only one row is printed on each page, regardless of the PrintSettings.RepeatToFill property setting.

Printing Empty Rows

You can use the PrintSettings.RepeatToFill property to print empty rows.

Using Code

This example sets the RepeatToFill property.

[VB]

GcMultiRow1.PrintSettings.RepeatToFill = True

[CS]

gcMultiRow1.PrintSettings.RepeatToFill = true;
See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options