次の方法で共有


ReportingEventReceiver.OnFiscalPeriodChanged メソッド

会計期間を変更するためのレポート データ サービスでのポスト イベント ハンドラーです。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Overridable Sub OnFiscalPeriodChanged ( _
    contextInfo As PSContextInfo, _
    e As ReportingPostFiscalPeriodChangedEventArgs _
)
'使用
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostFiscalPeriodChangedEventArgs

instance.OnFiscalPeriodChanged(contextInfo, _
    e)
public virtual void OnFiscalPeriodChanged(
    PSContextInfo contextInfo,
    ReportingPostFiscalPeriodChangedEventArgs e
)

パラメーター

注釈

レポート データベースの RDS イベントに関する詳細については、 RDB のイベントを参照してください。

関連項目

参照先

ReportingEventReceiver クラス

ReportingEventReceiver メンバー

Microsoft.Office.Project.Server.Events 名前空間