次の方法で共有


IFsrmReportManager::GetReportJob メソッド (fsrmreports.h)

指定したレポート ジョブを取得します。

構文

HRESULT GetReportJob(
  [in]  BSTR           taskName,
  [out] IFsrmReportJob **reportJob
);

パラメーター

[in] taskName

取得するレポート ジョブを識別するタスク名。 文字列は 230 文字に制限されています。

[out] reportJob

取得したジョブへの IFsrmReportJob インターフェイス。

戻り値

メソッドは、次の戻り値を返します。

要件

要件
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー fsrmreports.h (FsrmReports.h、FsrmTlb.h を含む)
[DLL] SrmSvc.dll

こちらもご覧ください

FsrmReportManager

IFsrmReportManager