C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / CanPreviewOutputFile Method

In This Topic
CanPreviewOutputFile Method (XlsExporter)
In This Topic
Tests whether OutputFileName can be previewed. This (base) implementation uses FindExecutable API to find an appropriate executable, and returns a value indicating whether it has been found or not.

If you override this, you must also override PreviewOutputFile.

Syntax
'Declaration
 
Protected Overridable Function CanPreviewOutputFile() As Boolean
 

Return Value

true if the output file can be previewed, false otherwise.
See Also