我正在使用 RadHtmlChart,我想将图表保存到App_data/Export/
但它不起作用。它导出为 PDF,但无法保存到本地文件夹。
var relativePath = "~/App_Data/Export/";
RadClientExportManager1.PdfSettings.ProxyURL = ResolveUrl(relativePath);
RadClientExportManager1.PdfSettings.FileName = "test123.pdf";