Group Footer not appearing
Group Footer not appearing
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.
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
Hi,
Can anyone help here ?
Can anyone help here ?
Group Footer not appearing
Please send your report and data for it to
for analysis.
Thank you.

Thank you.
Group Footer not appearing
How do I send the data to you ?
Part of the data is from DataTable and part of it is direct from MSSQL.
Part of the data is from DataTable and part of it is direct from MSSQL.
Group Footer not appearing
Please use the following code for saving data into xml format:
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.
Code: Select all
dataAdapter.Fill(dataSet);
dataSet.WriteXmlSchema("mySchema.xsd");
dataSet.WriteXml("mySchema.xml");
Also via these methods you can save xml data and xsd shema of the DataTable.
Thank you.
Group Footer not appearing
I have sent you those files.
Thank you.
Thank you.
Group Footer not appearing
Patch for this problem will be available in build from 14 September.
Thank you for your help.
Thank you for your help.