FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / SessionReportAddress Class / ToString Method

In This Topic
    ToString Method (SessionReportAddress)
    In This Topic
    Converts the value of the current SessionReportAddress object to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string representation of the value of the current SessionReportAddress object.
    See Also