Właściwość ExecutionInfo.ReportPath
Pobiera lub ustawia pełną ścieżka do raportu na serwerze.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property ReportPath As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawierające ścieżka raportu.
Uwagi
Ta właściwość jest pusta dla wykonania ad hoc.