Click or drag to resize
XDL

XPBIProviderBlenderExport2PBI Method

설정된 Front PBI 파일과 Back 파일을 Blend하여 저장한다.

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

Parameters

startLevel  Int32
[In] Blend를 수행할 출력 가능한 시작 Level.
endLevel  Int32
[In] Blend를 수행할 출력 가능한 종료 Level.
strSaveFile  String
[In] 저장할 PBI 파일 경로.

Return Value

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