Grouping DataBand and GroupHeaderBand too

Stimulsoft Reports.WEB discussion
Post Reply
romulocpd
Posts: 73
Joined: Thu Oct 17, 2013 10:39 pm
Location: Nova Friburgo, Rio de Janeiro, Brasil

Grouping DataBand and GroupHeaderBand too

Post 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
Stimulsoft Group 3.png (39.28 KiB) Viewed 3280 times
Stimulsoft Group 2.png
Stimulsoft Group 2.png (45.13 KiB) Viewed 3280 times
Stimulsoft Group 1.png
Stimulsoft Group 1.png (47.68 KiB) Viewed 3280 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Grouping DataBand and GroupHeaderBand too

Post by Alex K. »

Hello,

Please try to set the Columns property for the Page.

Thank you.
romulocpd
Posts: 73
Joined: Thu Oct 17, 2013 10:39 pm
Location: Nova Friburgo, Rio de Janeiro, Brasil

Re: Grouping DataBand and GroupHeaderBand too

Post 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
Group 1.png (50.63 KiB) Viewed 3278 times

I need
Group 2.png
Group 2.png (32.62 KiB) Viewed 3278 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Grouping DataBand and GroupHeaderBand too

Post by Alex K. »

Hello,

Please send us your report with test data for analysis.

Thank you.
romulocpd
Posts: 73
Joined: Thu Oct 17, 2013 10:39 pm
Location: Nova Friburgo, Rio de Janeiro, Brasil

Re: Grouping DataBand and GroupHeaderBand too

Post by romulocpd »

In attach
Attachments
ListarAbastecimentosPorEquip.mrt
(47.74 KiB) Downloaded 417 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Grouping DataBand and GroupHeaderBand too

Post 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.
romulocpd
Posts: 73
Joined: Thu Oct 17, 2013 10:39 pm
Location: Nova Friburgo, Rio de Janeiro, Brasil

Re: Grouping DataBand and GroupHeaderBand too

Post by romulocpd »

Sereval errors are happening. I use Business Objects and the method WriteXml doesn't exist.
romulocpd
Posts: 73
Joined: Thu Oct 17, 2013 10:39 pm
Location: Nova Friburgo, Rio de Janeiro, Brasil

Re: Grouping DataBand and GroupHeaderBand too

Post by romulocpd »

How can I export data from Business Objects?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Grouping DataBand and GroupHeaderBand too

Post 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.
Post Reply