| WordReportService Class |
Namespace: Appkit.Components
public class WordReportService
The WordReportService type exposes the following members.
| Name | Description | |
|---|---|---|
| WordReportService |
构造
| |
| WordReportService(String) |
构造
|
| Name | Description | |
|---|---|---|
| AddVar |
增加临时变量。
对应报表模版中的 (_t.name)标签。 支持链式操作。 | |
| GetReportUrl |
获取报表服务的链接
| |
| GetReportUrl(String, String) |
获取报表服务的链接
| |
| GetReportUrl(String, ListString, ListListString) |
获取报表服务的链接
| |
| RedirectReportPage |
转到报表服务页面
优先服务于通过 AddColumn 及 AddData 添加的报表数据
然后服务于通过 AddDocument 添加的报表数据
|