다음을 통해 공유


URL 속성

The URL to the report on the report server.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.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 액세스.