Overridden. Tests whether OutputFileName()()()() can be previewed. Calls the base implementation, if that returns false, tries to create an instance of C1.Win.C1Preview.C1PrintPreviewDialog, returns true if succeeds.

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

Syntax

C#
protected override bool CanPreviewOutputFile()
Visual Basic
Protected Overrides Function CanPreviewOutputFile As Boolean

Return Value

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

See Also