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

valid path with a concluding backslash "\"



LlPreviewSetTempPath Method

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 _
) 
 

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 8, .NET 9

See Also