ReportServerUrl 속성
The URL of the report server.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property ReportServerUrl As String
Get
Set
‘사용 방법
Dim instance As Report
Dim value As String
value = instance.ReportServerUrl
instance.ReportServerUrl = value
public string ReportServerUrl { get; set; }
public:
property String^ ReportServerUrl {
String^ get ();
void set (String^ value);
}
member ReportServerUrl : string with get, set
function get ReportServerUrl () : String
function set ReportServerUrl (value : String)
속성 값
유형: System. . :: . .String
A string value.