Page 2 of 2
Group Footer not appearing
Posted: Sat Sep 01, 2007 2:24 am
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.
Group Footer not appearing
Posted: Mon Sep 03, 2007 8:11 pm
by fkmfkm
Hi,
Can anyone help here ?
Group Footer not appearing
Posted: Tue Sep 04, 2007 12:25 am
by Edward
Please send your report and data for it to

for analysis.
Thank you.
Group Footer not appearing
Posted: Tue Sep 04, 2007 12:53 am
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.
Group Footer not appearing
Posted: Tue Sep 04, 2007 2:36 am
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.
Group Footer not appearing
Posted: Wed Sep 05, 2007 10:29 am
by fkmfkm
I have sent you those files.
Thank you.
Group Footer not appearing
Posted: Mon Sep 10, 2007 1:04 pm
by Vital
Patch for this problem will be available in build from 14 September.
Thank you for your help.