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

Public MustOverride Sub DoGenerateReport( _ 
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( 
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( 
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

doc
Type: XmlDocument

parent_elem
Type: XmlElement

inputs
Type: Dictionary<string, ScriptInput>

db
Type: IDatabase

.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