Performs export to a disk file or to a stream. The destination (file or stream) is determined by which of the properties (OutputFileName()()()() or OutputStream()()()()) is non-null when this method executes.

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

Syntax

C#
protected override void InternalExport()
Visual Basic
Protected Overrides Sub InternalExport

See Also