combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlSetPrinterInPrinterFile Method / LlSetPrinterInPrinterFile(LlProject,String,String) Method
Project type. See LlProject.
Project file name.

Printer name.



In This Topic
    LlSetPrinterInPrinterFile(LlProject,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub LlSetPrinterInPrinterFile( _
       ByVal projectType As LlProject, _
       ByVal projectFile As String, _
       ByVal printerName As String _
    ) 
    public void LlSetPrinterInPrinterFile( 
       LlProject projectType,
       string projectFile,
       string printerName
    )
    public:
    void LlSetPrinterInPrinterFile( 
       LlProject projectType,
       String^ projectFile,
       String^ printerName
    ) 

    Parameters

    projectType
    Project type. See LlProject.
    projectFile
    Project file name.
    printerName

    Printer name.

    Requirements

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

    See Also