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

valid path with a concluding backslash "\"



In This Topic
    LlPreviewSetTempPath Method
    In This Topic

    Sets a temporary path for the print preview file(s). Useful especially for applications running in a network environment.

    Syntax
    'Declaration
     
    
    Public Sub LlPreviewSetTempPath( _
       ByVal path As String _
    ) 
    public void LlPreviewSetTempPath( 
       string path
    )
    public:
    void LlPreviewSetTempPath( 
       String^ path
    ) 

    Parameters

    path

    valid path with a concluding backslash "\"

    Remarks

    In this path, the preview file(s) will be stored. The filename is the project??s name, the file extension is ".LL". The preview file can be archived, sent or viewed whenever needed. If the path is null or "" the path in which the project file is stored is taken. This command must be called before the first call to LlPrint() in the print loop.

    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