IHostManagementViewsPrintPreviewDocument(Int32, ListInt64, String) Method

Printing process of a document or form.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void PrintPreviewDocument(
	int idReport,
	List<long> ids,
	string title = null
)

Parameters

idReport  Int32
Print form identifier.
ids  ListInt64
List<Int64> with the data identifiers.
title  String  (Optional)
Title to be displayed on the print.

See Also