다음을 통해 공유


ReportPath 속성

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

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

구문

‘선언
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.