Namespace:
SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Top
Top
Top
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public MustInherit Class EntityXSLTReport
Implements IEntityReport, _
ILogger
This language is not supported or no code example is available.
public abstract class EntityXSLTReport : IEntityReport,
ILogger
This language is not supported or no code example is available.
public ref class EntityXSLTReport abstract : public IEntityReport^,
public ILogger^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
EntityXSLTReport(EntityType, SimpleReportType) |
Name | Description | |
---|---|---|
![]() |
EntityType | |
![]() |
Parameters | |
![]() |
ReportType |
Name | Description | |
---|---|---|
![]() |
BuildParameters(Dictionary<StringScriptInput>) | Build standard report parameters from our inputs |
![]() |
CanUserAccess(EntityID, EntityID, IDatabase) | |
![]() |
CanUserAccess(EntityID, IDatabase) | |
![]() |
Dispose() | |
![]() |
DoGenerateReport(EntityID, XmlDocument, XmlElement, Dictionary<StringScriptInput>, IDatabase) | Do the work to generate the report |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GenerateReport(EntityID, Dictionary<StringScriptInput>, string, IDatabase) | |
![]() |
GetDescription() | |
![]() |
GetExtensions() | |
![]() |
GetGuid() | |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetInputs() | |
![]() |
GetName() | |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
LogException(Exception) | |
![]() |
LogException(string, Exception) | |
![]() |
LogMessage(string, LogLevel) | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Reports.EntityXSLTReport