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()()()().

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual bool CanPreviewOutputFile()
Visual Basic
Protected Overridable Function CanPreviewOutputFile As Boolean

Return Value

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

See Also