Click or drag to resize

ReportManagerCreateReport(String, Boolean) Method

返回用户文档首页
创建报告(根据报告创建目录、报告名称自动组合报告文件路径)

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public bool CreateReport(
	string templateName,
	bool bOnlySelect
)

Parameters

templateName  String
报告模板名称
bOnlySelect  Boolean
是否仅为选中对象创建报告

Return Value

Boolean
是否创建成功
See Also