Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / SSRSReportLocationBase Class / ReportServer Property

In This Topic
    ReportServer Property (SSRSReportLocationBase)
    In This Topic
    Gets an address of the SSRS server, like "http://someaddress/ReportServer".
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportServer As String
    public string ReportServer {get;}
    See Also