IHostManagementCreatePdfDocumentAsync(Int32, ListInt64, ParametersDictionary, String) Method

Create a PDF of a form asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> CreatePdfDocumentAsync(
	int idReport,
	List<long> ids,
	ParametersDictionary fileParameters = null,
	string file = null
)

Parameters

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.

Return Value

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

See Also