 | XPBIProviderCombinerExport2PBI Method |
설정된 여러 개의 PBI파일을 조합하여 1개의 파일로 생성한다.
Namespace:
Pixoneer.NXDL.NDFS
Assembly:
NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntaxpublic bool Export2PBI(
string strSaveFile
)
Parameters
- strSaveFile
- Type: SystemString
[In] Target PBI file path.
Return Value
Type:
Boolean성공이면 true, 실패면 false를 리턴
See Also