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.