Grouping DataBand and GroupHeaderBand too
-
- Posts: 73
- Joined: Thu Oct 17, 2013 10:39 pm
- Location: Nova Friburgo, Rio de Janeiro, Brasil
Grouping DataBand and GroupHeaderBand too
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
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
Re: Grouping DataBand and GroupHeaderBand too
Hello,
Please try to set the Columns property for the Page.
Thank you.
Please try to set the Columns property for the Page.
Thank you.
-
- Posts: 73
- Joined: Thu Oct 17, 2013 10:39 pm
- Location: Nova Friburgo, Rio de Janeiro, Brasil
Re: Grouping DataBand and GroupHeaderBand too
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
I need
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
I need
Re: Grouping DataBand and GroupHeaderBand too
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.
-
- Posts: 73
- Joined: Thu Oct 17, 2013 10:39 pm
- Location: Nova Friburgo, Rio de Janeiro, Brasil
Re: Grouping DataBand and GroupHeaderBand too
In attach
- Attachments
-
- ListarAbastecimentosPorEquip.mrt
- (47.74 KiB) Downloaded 417 times
Re: Grouping DataBand and GroupHeaderBand too
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.
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.
-
- Posts: 73
- Joined: Thu Oct 17, 2013 10:39 pm
- Location: Nova Friburgo, Rio de Janeiro, Brasil
Re: Grouping DataBand and GroupHeaderBand too
Sereval errors are happening. I use Business Objects and the method WriteXml doesn't exist.
-
- Posts: 73
- Joined: Thu Oct 17, 2013 10:39 pm
- Location: Nova Friburgo, Rio de Janeiro, Brasil
Re: Grouping DataBand and GroupHeaderBand too
How can I export data from Business Objects?
Re: Grouping DataBand and GroupHeaderBand too
Hello,
Please send us a simple test project, which reproduce the issue, for analysis.
Thank you.
I'm sorry for the mistake with the data sources.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?
Please send us a simple test project, which reproduce the issue, for analysis.
Thank you.