Поделиться через


Свойство 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.