[]
        
(Showing Draft Content)

C1.Document.SSRSReportLocation.-ctor

SSRSReportLocation Constructor

SSRSReportLocation(string, string)

Initializes a new instance of the SSRSReportLocation class.

Declaration
public SSRSReportLocation(string reportServer, string reportPath)
Public Sub New(reportServer As String, reportPath As String)
Parameters
Type Name Description
string reportServer

Address of the SSRS server.

string reportPath

Full path to the report on the server.