FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / SSRSReportLocation Class / SSRSReportLocation Constructor
Address of the SSRS server.
Full path to the report on the server.

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

    Parameters

    reportServer
    Address of the SSRS server.
    reportPath
    Full path to the report on the server.
    See Also