| WordReportServiceGetReportUrl Method (String, ListString, ListListString) |
获取报表服务的链接
Namespace: Appkit.ComponentsAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string GetReportUrl(
string id,
List<string> cols,
List<List<string>> data
)
Parameters
- id
- Type: SystemString
标识 - cols
- Type: System.Collections.GenericListString
列标识集合, 列标识应该遵循数据字段的命名规范 - data
- Type: System.Collections.GenericListListString
二维数据, 所有行都输出到报表
Return Value
Type:
String
See Also