How to show report designer ?
Posted: Mon Jan 22, 2007 4:33 am
Hello guys,
i used stiPreviewControl in my application(c#).it will run with in my application. but stireport(designer) opens or run in separate window. is there any posibilty for loading stireport as like stipreviewcontrol ?(ie,with in my application i want to load stireport designer)
i used following code :
StiReport obj = new StiReport();
obj.RegData(DataSet);
obj.Design(false);
Please any one give me the proper guidelines.....
thanks in advance....!
i used stiPreviewControl in my application(c#).it will run with in my application. but stireport(designer) opens or run in separate window. is there any posibilty for loading stireport as like stipreviewcontrol ?(ie,with in my application i want to load stireport designer)
i used following code :
StiReport obj = new StiReport();
obj.RegData(DataSet);
obj.Design(false);
Please any one give me the proper guidelines.....
thanks in advance....!