combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class / Print Method / Print(LlProject,Stream,Stream) Method

Project type. See LlProject. Can also be set via the AutoProjectType Property.

Project file in the form of a stream.
Printer settings in the form of a stream.


Print(LlProject,Stream,Stream) Method

This key method handles the databound printing. Assign a DataSource to the component and call this method to start a print job.

Please note the following restrictions:
- Project includes are not available
- The Designer function 'ProjectPath$()' is not available
- Drilldown is not available

Syntax
'Declaration
 
Public Overloads Sub Print( _
   ByVal projectType As LlProject, _
   ByVal projectStream As Stream, _
   ByVal printerSettingsStream As Stream _
) 
 

Parameters

projectType

Project type. See LlProject. Can also be set via the AutoProjectType Property.

projectStream
Project file in the form of a stream.
printerSettingsStream
Printer settings in the form of a stream.
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also