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