FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ConnectionBase Class / Combine Method
The first path to combine.
The second path to combine.

In This Topic
    Combine Method
    In This Topic
    Combines two strings into a path.
    Syntax
    'Declaration
     
    Public Shared Function Combine( _
       ByVal addr1 As String, _
       ByVal addr2 As String _
    ) As String
    public static string Combine( 
       string addr1,
       string addr2
    )

    Parameters

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

    Return Value

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