How to Display DataBase Name in Master Detail Wizard ???
Posted: Sat Jun 02, 2007 2:16 am
Hi,
I create templates using wizard. for that i wrote following,
StiReport obj = new StiReport();
obj.Load("C:\\Documents and Settings\\jayakumar\\Desktop\\Template123.mrt");
Stimulsoft.Report.Design.Wizards.StiMasterDetailWizardService wizard = new Stimulsoft.Report.Design.Wizards.StiMasterDetailWizardService();
Stimulsoft.Report.StiReport rptNew = wizard.CreateReport(obj);
if(rptNew!=null)
{
rptNew.Design();
}
Template123.mrt file have a database name like "XYZ". but it doesn't display in Wizard. it shows like "Data From Sql Connection" instead of "XYZ".
How to Show the Database Name in Wizard ???
Please Provide the Solution...
Thanks in Advance,
Jayakumar
I create templates using wizard. for that i wrote following,
StiReport obj = new StiReport();
obj.Load("C:\\Documents and Settings\\jayakumar\\Desktop\\Template123.mrt");
Stimulsoft.Report.Design.Wizards.StiMasterDetailWizardService wizard = new Stimulsoft.Report.Design.Wizards.StiMasterDetailWizardService();
Stimulsoft.Report.StiReport rptNew = wizard.CreateReport(obj);
if(rptNew!=null)
{
rptNew.Design();
}
Template123.mrt file have a database name like "XYZ". but it doesn't display in Wizard. it shows like "Data From Sql Connection" instead of "XYZ".
How to Show the Database Name in Wizard ???
Please Provide the Solution...
Thanks in Advance,
Jayakumar