[]
        
(Showing Draft Content)

C1.Ssrs.ConnectionBase.Combine

Combine Method

Combine(string, string)

Combines two strings into a path.

Declaration
public static string Combine(string addr1, string addr2)
Parameters
Type Name Description
string addr1

The first path to combine.

string addr2

The second path to combine.

Returns
Type Description
string

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