Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Shield UI ASP.NET 图表来显示有关其帐户的注册(和登录)用户信息。我浏览了文档,但找不到以下问题的解决方案:用户单击导出图标后是否可以调用立即保存?我正在启用保存:
<ExportOptions AllowExportToImage="true" AllowPrint="false" />
是否有任何需要设置的附加参数?
无需设置/启用其他属性,因为无法调用图表图像的立即保存/导出(跳过文件名和位置选择)。但是,您可以使用其他工具提示:
ExportTooltip="" or/and PrintTooltip=""
如果需要,为用户提供更多信息。