The following tables list the members exposed by the IEntityReport type.

Name Description
Public method CanUserAccess(EntityID, IDatabase) Can the supplied user access this report? (inherited from IBaseReport).
Public method CanUserAccess(EntityID, EntityID, IDatabase) Can the entity with id = reporter_id generate/schedule this report on the entity with id = reporting_on_id?
Public method GenerateReport(EntityID, Dictionary<StringScriptInput>, string, IDatabase) Generate a report into the supplied output file
Public method GetDescription() A description of the report (inherited from IBaseReport).
Public method GetExtensions() Get all extensions (inherited from IBaseReport).
Public method GetGuid() Get the Guid (inherited from IBaseReport).
Public method GetInputs() Get all inputs to the report (inherited from IBaseReport).
Public method GetName() Get the report name (inherited from IBaseReport).
Top