The main report interface
Namespace:
SynergyServerScripting
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Top
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Interface IReport
Inherits IBaseReport
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public interface IReport : IBaseReport
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public interface class IReport : public IBaseReport^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
CanUserAccess(EntityID, IDatabase) | Can the supplied user access this report? (inherited from IBaseReport). |
|
GenerateReport(Dictionary<StringScriptInput>, string, IDatabase) | Generate a report into the supplied output file |
|
GetDescription() | A description of the report (inherited from IBaseReport). |
|
GetExtensions() | Get all extensions (inherited from IBaseReport). |
|
GetGuid() | Get the Guid (inherited from IBaseReport). |
|
GetInputs() | Get all inputs to the report (inherited from IBaseReport). |
|
GetName() | Get the report name (inherited from IBaseReport). |