FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / SessionReportAddress Class / SessionReportAddress Constructor
Session ID of the report.

In This Topic
    SessionReportAddress Constructor
    In This Topic
    Initializes a new instance of the SessionReportAddress class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sessionID As String _
    )
    public SessionReportAddress( 
       string sessionID
    )

    Parameters

    sessionID
    Session ID of the report.
    See Also