combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlXSetParameter Method

type of extension. See LlExtensionType

name of the extension ("HTML", "RTF", "PDF417", ...)

the name of the parameter

the value of the parameter



In This Topic
    LlXSetParameter Method
    In This Topic

    Sets parameters in a specific extension module.

    Syntax
    'Declaration
     
    
    Public Sub LlXSetParameter( _
       ByVal extensionType As LlExtensionType, _
       ByVal extensionName As String, _
       ByVal name As String, _
       ByVal value As String _
    ) 

    Parameters

    extensionType

    type of extension. See LlExtensionType

    extensionName

    name of the extension ("HTML", "RTF", "PDF417", ...)

    name

    the name of the parameter

    value

    the value of the parameter

    Remarks

    The keys known by the extension modules are specific to them. Please refer to the documentation of the respective module. Using this function, you can pre-set some options of a module, for example the path of the output file etc.

    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