Do not need show dialog "Save report as" when load template from byte array or stream
Posted: Tue Jul 20, 2010 11:41 am
Dear support team!
I use template that located in database, so in design form i don't need show dialog "Save report as", each time when i press button Save.
i was try many ways, and i searched in your forum in two days, but not found any topic can show me, how to design a byte array template that do not show "Save report as" dialog.
This is short description about my issue:
byte[] rptStream ;
//Get data from database and set to rptStream
.....
//Load template from byte array
Stireport.Load(rptStream);
//design this template
Stireport.Design();
//issue is raised in this step, when i save designed report, a dialog is pop up require me save template to file. I don't wan save template to file,
Can you give a solution for this my issue.
Thanks.
I use template that located in database, so in design form i don't need show dialog "Save report as", each time when i press button Save.
i was try many ways, and i searched in your forum in two days, but not found any topic can show me, how to design a byte array template that do not show "Save report as" dialog.
This is short description about my issue:
byte[] rptStream ;
//Get data from database and set to rptStream
.....
//Load template from byte array
Stireport.Load(rptStream);
//design this template
Stireport.Design();
//issue is raised in this step, when i save designed report, a dialog is pop up require me save template to file. I don't wan save template to file,
Can you give a solution for this my issue.
Thanks.