Do the work to generate the report

Namespace: SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public MustOverride Sub DoGenerateReport( _ 
ByVal id As EntityID, _ 
ByVal doc As XmlDocument, _ 
ByVal parent_elem As XmlElement, _ 
ByVal inputs As Dictionary(Of String, ScriptInput), _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public abstract void DoGenerateReport( 
EntityID id
XmlDocument doc
XmlElement parent_elem
Dictionary<string, ScriptInput> inputs
IDatabase db 
)
This language is not supported or no code example is available.
public:  
virtual void DoGenerateReport( 
EntityID^ id
XmlDocument^ doc
XmlElement^ parent_elem
Dictionary<String^, ScriptInput^>^ inputs
IDatabase^ db 
) abstract
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

id
Type: EntityID

<default>

doc
Type: XmlDocument

<default>

parent_elem
Type: XmlElement

<default>

inputs
Type: Dictionary<string, ScriptInput>

<default>

db
Type: IDatabase

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1