次の方法で共有


ServerReport.SetExecutionId メソッド

サーバー上で特定のレポート実行を使用して、サーバー レポートを初期化します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Sub SetExecutionId ( _
    executionId As String _
)
'使用
Dim instance As ServerReport
Dim executionId As String

instance.SetExecutionId(executionId)
public void SetExecutionId(
    string executionId
)
public:
void SetExecutionId(
    String^ executionId
)
member SetExecutionId : 
        executionId:string -> unit 
public function SetExecutionId(
    executionId : String
)

パラメーター

  • executionId
    型: System.String
    使用する実行 ID を示す文字列。

説明

このメソッドは、ServerReportReportPath プロパティと HistoryId プロパティを設定できます。

関連項目

参照

ServerReport クラス

Microsoft.Reporting.WinForms 名前空間