IHostManagementCreatePdfDocumentAsync(String, DataSet, ParametersDictionary, String) Method
Create a PDF of a document or form asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> CreatePdfDocumentAsync(
string fileReport,
DataSet data,
ParametersDictionary fileParameters = null,
string file = null
)
Function CreatePdfDocumentAsync (
fileReport As String,
data As DataSet,
Optional fileParameters As ParametersDictionary = Nothing,
Optional file As String = Nothing
) As Task(Of String)
- fileReport String
- Print file name.
- data DataSet
- DataSet with the information to print.
- 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.