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

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

解决方法:

设计一个新的Stimulsoft Reports.Silverlight报表,要用到PageLoad事件,请参考以下代码:

C#

StiReport report = new StiReport();
StiWebDesignerSL1.Report = report;

VB

Dim Report As New StiReport
StiWebDesignerSL1.Report = Report

Tag标签:StimulsoftReports.Silverlight 

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

上一篇: 如何启用/禁用Stimulsoft Reports.Silverlight输出格式

下一篇: 如何将Stimulsoft Reports.Net程序里的数据传递给报表中的部件