Gets a value indicating whether export to stream is supported by the current format.

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

Syntax

C#
public virtual bool CanExportToStream { get; }
Visual Basic
Public Overridable ReadOnly Property CanExportToStream As Boolean
	Get

See Also