Click or drag to resize
WordReportServiceGetReportUrl Method (String, String)
获取报表服务的链接

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetReportUrl(
	string id,
	string tableContent
)

Parameters

id
Type: SystemString
标识
tableContent
Type: SystemString
二维表格内容, 首行为标识行, 标识只能使用字母, 行之间通过换行符连接, 列之间通过制表符连接

Return Value

Type: String
See Also