Click or drag to resize
AkWordReportSaveAsDoc Method (String)
xml 文档另存为 doc 文档。

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public string SaveAsDoc(
	string xmlPath
)

Parameters

xmlPath
Type: SystemString
xml 文档的路径。

Return Value

Type: String
Word doc 文档的物理路径。
See Also