Gets a value indicating whether export to stream is supported by the current format. This implementation returns true (export to stream is supported).

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

Syntax

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

See Also