Group Footer not appearing

Stimulsoft Reports.NET discussion
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Group Footer not appearing

Post by fkmfkm »

I notice a problem.

Where there is only one item in the group...the GroupFooter does not appear..Its ok when there is two or more.....
Please Help me look into this.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Group Footer not appearing

Post by fkmfkm »

Hi,

Can anyone help here ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Group Footer not appearing

Post by Edward »

Please send your report and data for it to Image for analysis.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Group Footer not appearing

Post by fkmfkm »

How do I send the data to you ?

Part of the data is from DataTable and part of it is direct from MSSQL.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Group Footer not appearing

Post by Edward »

Please use the following code for saving data into xml format:

Code: Select all

dataAdapter.Fill(dataSet);

dataSet.WriteXmlSchema("mySchema.xsd");
dataSet.WriteXml("mySchema.xml");
Data from the Sql server could be saved via standard backup procedure or if it is not suitable way then particular table can be saved into xml format with help of the DataSet object.

Also via these methods you can save xml data and xsd shema of the DataTable.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Group Footer not appearing

Post by fkmfkm »

I have sent you those files.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Group Footer not appearing

Post by Vital »

Patch for this problem will be available in build from 14 September.

Thank you for your help.
Post Reply