IHostManagementCreatePdfDocumentAsync(String, DataSet, ParametersDictionary, String) Method

Create a PDF of a document or form asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> CreatePdfDocumentAsync(
	string fileReport,
	DataSet data,
	ParametersDictionary fileParameters = null,
	string file = null
)

Parameters

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.

Return Value

TaskString
String with the path and name of the generated file.

See Also