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

name of the variable

handle to an object of type:HMETAFILE, HENHMETAFILE (32 bit),HICON or HBITMAP

LL_DRAWING_HMETA, LL_DRAWING_HEMETA (32 bit), LL_DRAWING_HICON or LL_DRAWING_HBITMAP



In This Topic
    LlDefineVariableExtHandle Method
    In This Topic

    Defines a variable and its contents.

    You should avoid using this function directly - the Variables property offers you a much more powerful way to add data.

    Syntax
    'Declaration
     
    
    Public Sub LlDefineVariableExtHandle( _
       ByVal name As String, _
       ByVal value As IntPtr, _
       ByVal lPara As LlFieldType _
    ) 
    public void LlDefineVariableExtHandle( 
       string name,
       IntPtr value,
       LlFieldType lPara
    )
    public:
    void LlDefineVariableExtHandle( 
       String^ name,
       IntPtr value,
       LlFieldType lPara
    ) 

    Parameters

    name

    name of the variable

    value

    handle to an object of type:HMETAFILE, HENHMETAFILE (32 bit),HICON or HBITMAP

    lPara

    LL_DRAWING_HMETA, LL_DRAWING_HEMETA (32 bit), LL_DRAWING_HICON or LL_DRAWING_HBITMAP

    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