ReportingEventReceiver.OnLookupTableCreated - Méthode
Un gestionnaire d'après l'événement dans le Service de données de rapport pour la création d'une table de choix.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnLookupTableCreated ( _
contextInfo As PSContextInfo, _
e As ReportingPostLookupTableCreatedEventArgs _
)
'Utilisation
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostLookupTableCreatedEventArgs
instance.OnLookupTableCreated(contextInfo, _
e)
public virtual void OnLookupTableCreated(
PSContextInfo contextInfo,
ReportingPostLookupTableCreatedEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.ReportingPostLookupTableCreatedEventArgsLes données pour l'événement.
Remarques
Pour plus d'informations sur les événements RDS pour la base de données de création de rapports, reportez-vous à la section d'événements pour la RDB.