ObjectReporter.OnObject

Syntax Parameters Return Value
Event ObjectReporter.OnObject( _
    Folder As Object, _
    ObjectTyoe As Integer, _
    ObjectSubType As Integer, _
    Object As Object, _
    CurrentRevision As Integer, _
    LatestApprovedRevision As Integer, _
    Users As Object(), _
    Groups As Object(), _
    Report As Object, _
    Spreadsheet As Object, _
    ByRef Action As ReporterAction)
  • Folder [in]

Type: Object

  • ObjectTyoe [in]

Type: Integer

  • ObjectSubType [in]

Type: Integer

  • Object [in]

Type: Object

  • CurrentRevision [in]

Type: Integer

  • LatestApprovedRevision [in]

Type: Integer

  • Users [in]

Type: Object()

  • Groups [in]

Type: Object()

  • Report [in]

Type: Object

  • Spreadsheet [in]

Type: Object

  • Action [in,out]

Type: ReporterAction

-