Aracılığıyla paylaş


ExecutionInfo.ReportPath Özelliği

Alır veya ayarlar tam yol için rapor sunucusu üzerindeki.

Ad Alanı:  ReportExecution2005
Derleme:  ReportExecution2005 (ReportExecution2005 içinde.dll)

Sözdizimi

'Bildirim
Public Property ReportPath As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize raporunu içeren yol.

Açıklamalar

Bu özellik için geçici yürütmeler boştur.