Databand rendering issue
-
- Posts: 112
- Joined: Wed Aug 27, 2014 12:36 pm
Databand rendering issue
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.
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.
- Attachments
-
- adxdepot.png (132.05 KiB) Viewed 5239 times
-
- sample.rar
- (1.79 MiB) Downloaded 341 times
Thank You,
Darsana.R
Darsana.R
Re: Databand rendering issue
Hello,
We couldn't reproduce this bug.
Please try to check the last prerelease build.
Thank you.
We couldn't reproduce this bug.
Please try to check the last prerelease build.
Thank you.
-
- Posts: 112
- Joined: Wed Aug 27, 2014 12:36 pm
Re: Databand rendering issue
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.
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.
Thank You,
Darsana.R
Darsana.R
-
- Posts: 112
- Joined: Wed Aug 27, 2014 12:36 pm
Re: Databand rendering issue
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
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
Thank You,
Darsana.R
Darsana.R
Re: Databand rendering issue
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.
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.
- Attachments
-
- Report.mdc
- (1.8 MiB) Downloaded 328 times
-
- Posts: 112
- Joined: Wed Aug 27, 2014 12:36 pm
Re: Databand rendering issue
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.
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.
- Attachments
-
- Invoice.pdf
- Invoice pdf
- (112.4 KiB) Downloaded 334 times
-
- Issue on odd and even page Alignment
- align.png (56.68 KiB) Viewed 5215 times
-
- stimulsoft lateest version
- Untitled3.png (225.15 KiB) Viewed 5215 times
-
- Invoice.rar
- invoice mrt zip file
- (883.74 KiB) Downloaded 275 times
Thank You,
Darsana.R
Darsana.R
Re: Databand rendering issue
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.
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.
-
- Posts: 112
- Joined: Wed Aug 27, 2014 12:36 pm
Re: Databand rendering issue
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.
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.
- Attachments
-
- Invoice.pdf
- pdf file
- (75.01 KiB) Downloaded 285 times
-
- Invoice.rar
- sample rar with demo xml file
- (1.46 MiB) Downloaded 307 times
-
- conditionimage
- databanddissue2.jpg (273.93 KiB) Viewed 5201 times
-
- data issue image
- dataissue.jpg (186.68 KiB) Viewed 5201 times
Thank You,
Darsana.R
Darsana.R
Re: Databand rendering issue
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.
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.
- Attachments
-
- report.mrt
- (4.12 KiB) Downloaded 231 times