ServerReport.SetExecutionId 方法
利用伺服器中特定的報表執行來初始化伺服器報表。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Sub SetExecutionId ( _
executionId As String _
)
public void SetExecutionId(
string executionId
)
public:
void SetExecutionId(
String^ executionId
)
member SetExecutionId :
executionId:string -> unit
public function SetExecutionId(
executionId : String
)
參數
- executionId
類型:String
包含要用之執行識別碼的 String。
備註
這個方法可以設定 ServerReport 的 ReportPath 和 HistoryId 屬性。