如何使用Stimulsoft Reports保存和加载报表?

作者:mayz    来源:慧都控件网    浏览:Loading...      日期:2012-09-10

保存报表:

C#

StiReport report = new StiReport();
report.Save("report.mrt");

VB

Dim Report As StiReport = New StiReport()
Report.Save("report.mrt")

加载报表:

C#

StiReport report = new StiReport();
report.Load("report.mrt");

VB

Dim Report As StiReport = New StiReport()
Report.Load("report.mrt")

Tag标签:Stimulsoft Stimulsoft Reports 报表 

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

上一篇: Stimulsoft reporting使用手册四:创建表格报表

下一篇: 使用Stimulsoft Reports时如何访问变量