共用方式為


ServerReport.SetExecutionId 方法

利用伺服器中特定的報表執行來初始化伺服器報表。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.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。

備註

這個方法可以設定 ServerReportReportPathHistoryId 屬性。

請參閱

參考

ServerReport 類別

Microsoft.Reporting.WebForms 命名空間