IHostManagementViewsPrintPreviewDocument(Int32, ListInt64, String) Method
Printing process of a document or form.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void PrintPreviewDocument(
int idReport,
List<long> ids,
string title = null
)
Sub PrintPreviewDocument (
idReport As Integer,
ids As List(Of Long),
Optional title As String = Nothing
)
Parameters
- idReport Int32
- Print form identifier.
- ids ListInt64
- List<Int64> with the data identifiers.
- title String (Optional)
- Title to be displayed on the print.