[QUOTE=aslan;1856917]
نقل قول نوشته شده توسط mehdi_9009 مشاهده تاپیک

سلام
لینک زیر را ببینید :
http://forum.stimulsoft.com/viewtopi...NewPage#p10029



1. Create integer variable in report dictionary;
2. In DataBand Rendering event add following script:
myvariable++;
if (myvariable > 5)
{
myvariable = 0;
this.Engine.NewPage();
}

تست كردم ولي نشد