Click or drag to resize
XDL

XPBIProviderBlender.SetSource Method

Blend를 수행하기 위한 Source PBI파일과 Base PBI파일을 설정하고, 생서하기 위한 시작 Level과 종료 Level을 설정한다.

Namespace:  Pixoneer.NXDL.NDFS
Assembly:  NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntax
C#
public bool SetSource(
	string strFrontPBIFile,
	string strBackPBIFile,
	ref int startLevel,
	ref int endLevel
)

Parameters

strFrontPBIFile
Type: System.String
[In] Front PBI source 파일 경로.
strBackPBIFile
Type: System.String
[In] Background pbi source 파일 경로.
startLevel
Type: System.Int32
[Out] Blend를 수행할 출력 가능한 시작 Level.
endLevel
Type: System.Int32
[Out] Blend를 수행할 출력 가능한 종료 Level.

Return Value

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