如何启用/禁用Stimulsoft Reports.Silverlight输出格式

作者:mayz    来源:Stimulsoft    浏览:Loading...      日期:2013-02-17

问题解答:

要启用/禁用Stimulsoft Reports.Silverlight控件的某些输出格式,用StiWebViewerSL控件的Export属性,或者页面的PreInit事件,参考下面这段代码:
C#
StiWebViewerSL1.ShowExportToXps = false;
StiWebViewerSL1.ShowExportToSvg = false;
...

VB
StiWebViewerSL1.ShowExportToXps = False
StiWebViewerSL1.ShowExportToSvg = False
...

Tag标签:StimulsoftReports.Silverlight 

本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:Stimulsoft中文网 [http://www.Stimulsoft.cn/]
本文地址: http://www.Stimulsoft.cn/Resources/FAQ/163.html

上一篇: 如何将Stimulsoft Reports.Silverlight项目本地化

下一篇: 如何开始设计一个新的Stimulsoft Reports.Silverlight报表