Horje
stimulsoft web designer how to save on the loaded report Code Example
stimulsoft web designer how to save on the loaded report
<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" OnSaveReport="StiWebDesigner1_SaveReport" />
stimulsoft web designer how to save on the loaded report
protected void StiWebDesigner1_SaveReport(object sender,
	Stimulsoft.Report.Web.StiWebDesigner.StiSaveReportEventArgs e)
{
	StiReport oRep = e.Report;
	e.Report.Save(Server.MapPath("Reports\\" + oRep.ReportName + ".mrt"));
	refreshReportsList();
}




Whatever

Related
reload scene with scenemanager Code Example reload scene with scenemanager Code Example
protagonist meaning Code Example protagonist meaning Code Example
escape all special characters except space in an input Code Example escape all special characters except space in an input Code Example
OP Code Example OP Code Example
weevely kali Code Example weevely kali Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8