IReport.GenerateReport Method
Function GenerateReport( _
ByVal inputs As Dictionary(Of String, ScriptInput), _
ByVal output_file As String, _
ByVal database As IDatabase _
) As OperationResponse
This language is not supported or no code example is available.
OperationResponse GenerateReport(
Dictionary<string, ScriptInput> inputs,
string output_file,
IDatabase database
)
This language is not supported or no code example is available.
OperationResponse^ GenerateReport(
Dictionary<String^, ScriptInput^>^ inputs,
String^ output_file,
IDatabase^ database
)
This language is not supported or no code example is available.
Parameters
- inputs
- Dictionary<string, ScriptInput>
all our inputs, as a mapping of their name to the input information
- output_file
- string
the output file
- database
- IDatabase
a database connection to use
Return Value
OperationResponsethe result of the operation