Problem With Events On RunTime

Stimulsoft Reports.NET discussion
Post Reply
hero4000
Posts: 1
Joined: Mon Sep 21, 2015 7:53 am

Problem With Events On RunTime

Post 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
Attachments
Untitled.png
Untitled.png (17.91 KiB) Viewed 747 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem With Events On RunTime

Post by Alex K. »

Hello,

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

Thank you.
Post Reply