IHostManagementCreatePdfDocumentAsync(Int32, ListInt64, ParametersDictionary, String) Method
Create a PDF of a form asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> CreatePdfDocumentAsync(
int idReport,
List<long> ids,
ParametersDictionary fileParameters = null,
string file = null
)
Function CreatePdfDocumentAsync (
idReport As Integer,
ids As List(Of Long),
Optional fileParameters As ParametersDictionary = Nothing,
Optional file As String = Nothing
) As Task(Of String)
- idReport Int32
- Print form identifier.
- ids ListInt64
- List<Int64> with the data identifiers.
- 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.