Click or drag to resize
XDL

XPBIProviderCombinerExport2PBI Method

설정된 여러 개의 PBI파일을 조합하여 1개의 파일로 생성한다.

Namespace: Pixoneer.NXDL.NDFS
Assembly: NXDLdfs (in NXDLdfs.dll) Version: 2.0.3.38
Syntax
C#
public bool Export2PBI(
	string strSaveFile
)

Parameters

strSaveFile  String
[In] Target PBI file path.

Return Value

Boolean
성공이면 true, 실패면 false를 리턴
See Also