Page 1 of 1

Problem With Events On RunTime

Posted: Mon Sep 21, 2015 8:10 am
by hero4000
I Need Use A DataBand With 5 Column
And I Need Empty Last Cell Of Page (Last Column In Last Row)
I Write This Command In Rendering Event Of DataBand Component

Code: Select all

if Line=28 then 
DataBand.NewColumnAfter = True 
DataBand.NewPageAfter = True
Else 
DataBand.NewPageAfter = False 
DataBand.NewColumnAfter = False
End If
And Report Comile With The Bug In Attachment Picture

Re: Problem With Events On RunTime

Posted: Mon Sep 21, 2015 12:32 pm
by Alex K.
Hello,

Please send us your report with test data for analysis on support@stimulsoft.com

Thank you.