report.service.crystal.serverPath 属性用于向 Report Server for Crystal Reports 构建请求的 URL。可以指定部分 URL 路径,也可以指定完整 URL 路径。当使用部分路径时,Crystal Reports 适配器将使用服务器的 IP 地址和 report.service.crystal.serverPort 属性来构造完整的 URL。
report.service.crystal.serverPort 属性用于构造 URL 以在 Report Server for Crystal Reports 上启动报告。使用缺省设置,生成的 URL 为:
http://<host_ip>:12080/cqwebreport/CRInvoker
要指定 https URL,请为 serverPath 设置输入完整的 URL。例如:
report.service.crystal.serverPath=https://<host>:12043/cqwebreport/CRInvoker