IHostManagementCreatePdfReportAsync Method
Create a PDF of a report asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> CreatePdfReportAsync(
int idReport,
List<DataField> reportParameters = null,
ParametersDictionary fileParameters = null,
string file = null
)
Function CreatePdfReportAsync (
idReport As Integer,
Optional reportParameters As List(Of DataField) = Nothing,
Optional fileParameters As ParametersDictionary = Nothing,
Optional file As String = Nothing
) As Task(Of String)
- idReport Int32
- Print form identifier.
- reportParameters ListDataField (Optional)
- DataField with the report parameters.
- fileParameters ParametersDictionary (Optional)
- List<ParametersDictionary> with the file parameters.
- file String (Optional)
- Path and file to be generated, can be left empty.
TaskStringString with the path and name of the generated file.