Page 1 of 1
Databand rendering issue
Posted: Tue Sep 06, 2016 2:28 pm
by Anuranjani
Hi,
We are facing the data band rendering issue and given condition for odd/ even pages.But the condition applies for second page too.
Kindly find the screen shot and DB , mrt attachment.Kindly help us to improve.
Re: Databand rendering issue
Posted: Tue Sep 06, 2016 4:55 pm
by Alex K.
Hello,
We couldn't reproduce this bug.
Please try to check the last prerelease build.
Thank you.
Re: Databand rendering issue
Posted: Fri Sep 09, 2016 1:39 pm
by Anuranjani
Hello ,
We installed UnLeashed 2016.08.26_Trial version stimulsoft, but it will not worked.kindly give other any solutions to correct the error.Let me know the solution as soon as possible..
Thank you.
Re: Databand rendering issue
Posted: Mon Sep 12, 2016 5:18 am
by Anuranjani
Hello,
Please update the issue,, but it will not worked.kindly give other any solutions to correct the error.Let me know the solution as soon as possible.
Thank you
Re: Databand rendering issue
Posted: Mon Sep 12, 2016 2:16 pm
by Alex K.
Hello,
The sent report in the previous post contains 14 pages and shown correctly.
Can you please send us a report which reproduces the issue for analysis.
Thank you.
Re: Databand rendering issue
Posted: Tue Sep 13, 2016 4:57 am
by Anuranjani
Hi,
We are again facing same data band rendering issue and given condition for odd/ even pages on your stimulsoft Demo xml files. .We are installed latest Unleashed version of stimulsoft (Version 2016.1.28 from 26 august 2016),
Kindly find the screen shot and mrt attachment.Kindly help us to improve.
Re: Databand rendering issue
Posted: Wed Sep 14, 2016 8:06 am
by HighAley
Hello, Darsana.
You should do this a little different way.
When your code runs, the band is on the first page.
After this the components starts rendering there is not enough space for them and the bend is moved to the next page.
So you could try to use the AfterPrint event of the band, but you should save a link to the rendered image on this band before.
Or you could use Double Pass mode. And on the second pass you will know if the image on odd or even page.
Thank you.
Re: Databand rendering issue
Posted: Thu Sep 15, 2016 4:58 am
by Anuranjani
Hi,
We are again facing same data band rendering issue, we given condition(even or page alignment) into group band header(after print)only not data band and also we given report setup as double pass only.
Kindly find the screen shot,pdf and mrt attachment.Kindly help us to improve.
Re: Databand rendering issue
Posted: Thu Sep 15, 2016 7:41 am
by HighAley
Hello.
Here is a sample of what you should do.
You could store a link to a rendered instance of the image in the Get Tag event of the Image to a variable.
Then you could use your code in the After Print event of the Data Band.
Thank you.