");
// TODO: add fit script
}
//void SendPreviewObjectResponse(HttpContext context)
//{
// string uuid = context.Request.Params["previewobject"];
// SetUpWebReport(uuid, context);
// WebUtils.SetupResponse(webReport, context);
// if (!NeedExport(context) && !NeedPrint(context))
// SendReport(context);
// cache.PutObject(uuid, webReport);
// Finalize(context);
//}
// On-line Designer
//void SendDesigner(HttpContext context, string uuid)
//{
// WebUtils.SetupResponse(webReport, context);
// StringBuilder sb = new StringBuilder();
// context.Response.AddHeader("Content-Type", "html/text");
// try
// {
// string designerPath = WebUtils.GetAppRoot(context, webReport.DesignerPath);
// string designerLocale = String.IsNullOrEmpty(webReport.Designer.Locale) ? "" : "&lang=" + webReport.Designer.Locale;
// sb.AppendFormat("