Home > Net >  Fastreport columns to print issue
Fastreport columns to print issue

Time:10-21

Printing problems
FastReport.NET1. Data (data) sets the column
The code is
Private void Data2_AfterPrint (object sender, EventArgs e)
{


If (((Int32) Report. GetVariableValue (" Row# ") % (MaxRow * 2))==0 & amp; & (Int32) Report. GetVariableValue (" Row# ") & gt; 0)
{
MessageBox. Show (Convert. ToString ((Int32) Report. GetVariableValue (" Row# ")));

Data2. StartNewPage=true;


}
}
The effect of the print below


In addition to the first print yes a dozen other eight projects all printed page is a record 2
My intention is to control all print eight records per page
Depressed for a great god help
  •  Tags:  
  • C#
  • Related