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

Name Description
Public method CanUserAccess(EntityID, IDatabase) Can the supplied user access this report? (inherited from IBaseReport).
Public method GenerateReport(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