Page 1 of 1
Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:26 pm
by romulocpd
Hi.
I'm creating a new report listing equipments, but the company have about 140 equips.... the report will be very long..
I need to create columns but with group and footer too. See the attachs.
I thought use Panels but the result duplicates.
Thank you
Romulo

- Stimulsoft Group 3.png (39.28 KiB) Viewed 3288 times

- Stimulsoft Group 2.png (45.13 KiB) Viewed 3288 times

- Stimulsoft Group 1.png (47.68 KiB) Viewed 3288 times
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:39 pm
by Alex K.
Hello,
Please try to set the Columns property for the Page.
Thank you.
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:45 pm
by romulocpd
Hi.
I set the columns to 2, but the result still wrons. I need the DataBand and Group in a Column.... like Group of all..
See the images

- Group 1.png (50.63 KiB) Viewed 3286 times
I need

- Group 2.png (32.62 KiB) Viewed 3286 times
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:46 pm
by Alex K.
Hello,
Please send us your report with test data for analysis.
Thank you.
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:50 pm
by romulocpd
In attach
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:54 pm
by Alex K.
Hello,
Can you please provide a test data for your report.
You could send some data to XML file if you write next code in the BeforePrint event of a page:
{YourDataTableName}.DataTable.DataSet.WriteXml("e:\\data.xml");
{YourDataTableName}.DataTable.DataSet.WriteXmlSchema("e:\\data.xsd");
Thank you.
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 1:58 pm
by romulocpd
Sereval errors are happening. I use Business Objects and the method WriteXml doesn't exist.
Re: Grouping DataBand and GroupHeaderBand too
Posted: Fri Apr 10, 2015 2:05 pm
by romulocpd
How can I export data from Business Objects?
Re: Grouping DataBand and GroupHeaderBand too
Posted: Sat Apr 11, 2015 12:40 pm
by Ivan
Hello,
romulocpd wrote:Sereval errors are happening. I use Business Objects and the method WriteXml doesn't exist.
How can I export data from Business Objects?
I'm sorry for the mistake with the data sources.
Please send us a simple test project, which reproduce the issue, for analysis.
Thank you.