FlexReport for WinForms
Combine メソッド (ConnectionBase)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ConnectionBase クラス : Combine メソッド
The first path to combine.
The second path to combine.
Combines two strings into a path.
シンタックス
'宣言
 
Public Shared Function Combine( _
   ByVal addr1 As System.String, _
   ByVal addr2 As System.String _
) As System.String
'使用法
 
Dim addr1 As System.String
Dim addr2 As System.String
Dim value As System.String
 
value = ConnectionBase.Combine(addr1, addr2)
public static System.string Combine( 
   System.string addr1,
   System.string addr2
)

パラメータ

addr1
The first path to combine.
addr2
The second path to combine.

戻り値の型

The combined paths. If one of the specified paths is a zero-length string, this method returns the other path.
参照

参照

ConnectionBase クラス
ConnectionBase メンバ