Problem using two SubReport

Stimulsoft Reports.NET discussion
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

Problem using two SubReport

Post by so29 »

Hello

I have two Datatable
I report, I use two subreport

The first Merg two datatable and send to reported
First Photo

The second time add two datatable in dataset and reports sent
Second Photo

I upload my program and report the language is c #
http://rapidshare.com/files/357363855/sti.rar.html

Please visit
And can help me

Of course I was very surprising :waaaht:

ver :2008.1.129 14 jan 2008
Attachments
351.subreport2.jpg
351.subreport2.jpg (24.82 KiB) Viewed 2640 times
350.subreport1.jpg
350.subreport1.jpg (22.32 KiB) Viewed 2640 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem using two SubReport

Post by Edward »

Hi

Unfortunately rapidshare link did not work, could you please attach the file in this topic ('Attach' button)?

Thank you.
TestUser
Posts: 1
Joined: Mon Mar 01, 2010 7:20 pm
Location: UK

Problem using two SubReport

Post by TestUser »

Attachments
353.ChartHiding2.zip
(4.97 KiB) Downloaded 204 times
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

Problem using two SubReport

Post by so29 »

hi Edward

Please see Attachment

Thank you.
Attachments
354.sti.rar
(55.85 KiB) Downloaded 225 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem using two SubReport

Post by Edward »

Hi,

Thank you for your sample.

Unfortunately in 2008 version that problem does exists.

We managed to solve this problem in the current version when EngineV2 is being used instead of previous version EngineV1 of our report engine.

You need to make the following steps:

1) Upgrade to latest version.
2) Open your mrt file there and set report.EngineVersion = EngineV2.

Your report will work.

Thank you.
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

Problem using two SubReport

Post by so29 »

hi Edward
1) Upgrade to latest version.
2) Open your mrt file there and set report.EngineVersion = EngineV2.
Thank you
Problem was solved

I do custom report
Please see photos
and
The report will not be an EmptyBand

I attach my project


Thank you
Attachments
360.Copy of sti.rar
(59.92 KiB) Downloaded 229 times
359.Untitled10.jpg
359.Untitled10.jpg (72.06 KiB) Viewed 2582 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem using two SubReport

Post by Edward »

Hi

Thanks for the project. Please change slightly your code:

Stimulsoft.Controls.Win.DotNetBar.ButtonItem myButton1 = new Stimulsoft.Controls.Win.DotNetBar.ButtonItem();
previewForm.ViewerControl.ToolBar.Items.Add(myButton1);

Thank you.
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

Problem using two SubReport

Post by so29 »

hi Edward
Stimulsoft.Controls.Win.DotNetBar.ButtonItem myButton1 = new Stimulsoft.Controls.Win.DotNetBar.ButtonItem();
previewForm.ViewerControl.ToolBar.Items.Add(myButton1);
One problem was solved :grinder:

But
How to change place ZOOM ?
And
Why you can not see the report EmptyBand ?

Thank you
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem using two SubReport

Post by Edward »

Hi,

Unfortunately you can not change now position of Zoom control and also please describe your task with Empty band.

Thank you.
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

Problem using two SubReport

Post by so29 »

Hi,
you can not change now position of Zoom control
:brick:
describe your task with Empty band
I use EmptyBand in the SubReports
But the report are not displayed
Attachment and the last photo you can find it


Thank you.

Post Reply