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

valid file name with full pathname

valid path for the temporary files ending with a backslash .\.. Needs only be given if LlPreviewSetTempPath() has been called for the preview print process, else it can be null or empty.

Window handle of the calling program



In This Topic
    LlPreviewDisplay Method
    In This Topic

    Starts the real data preview window.

    Syntax
    'Declaration
     
    
    Public Sub LlPreviewDisplay( _
       ByVal projectFile As String, _
       ByVal path As String, _
       ByVal windowHandle As IntPtr _
    ) 
    public void LlPreviewDisplay( 
       string projectFile,
       string path,
       IntPtr windowHandle
    )
    public:
    void LlPreviewDisplay( 
       String^ projectFile,
       String^ path,
       IntPtr windowHandle
    ) 

    Parameters

    projectFile

    valid file name with full pathname

    path

    valid path for the temporary files ending with a backslash .\.. Needs only be given if LlPreviewSetTempPath() has been called for the preview print process, else it can be null or empty.

    windowHandle

    Window handle of the calling program

    Remarks

    The real data preview is a window that can be started independent of the designer and shows the data that has been printed by the preview print process.

    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