다음을 통해 공유


Report.URL 속성

Gets the URL to the report on the report server.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public MustOverride ReadOnly Property URL As String 
    Get
‘사용 방법
Dim instance As Report 
Dim value As String 

value = instance.URL
public abstract string URL { get; }
public:
virtual property String^ URL {
    String^ get () abstract;
}
abstract URL : string
abstract function get URL () : String

속성 값

유형: System.String
The URL to the report. The URL is the full URL access string to the report. For more information, see URL 액세스(SSRS).

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스