ExecutionInfo.ReportPath 속성

Gets or sets the full path to the report on the server.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property ReportPath As String 
    Get 
    Set
‘사용 방법
Dim instance As ExecutionInfo 
Dim value As String 

value = instance.ReportPath

instance.ReportPath = value
public string ReportPath { get; set; }
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
member ReportPath : string with get, set
function get ReportPath () : String 
function set ReportPath (value : String)

속성 값

유형: System.String
A String containing the report path.

주의

This property is empty for ad-hoc executions.

참고 항목

참조

ExecutionInfo 클래스

ReportExecution2005 네임스페이스