Back to Devexpress

GanttControl.ExportToImage(Stream) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-exporttoimage-x28-system-dot-io-dot-stream-x29.md

latest1.1 KB
Original Source

GanttControl.ExportToImage(Stream) Method

Exports the Gantt control’s data to the specified stream in PNG format.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public virtual void ExportToImage(
    Stream stream
)
vb
Public Overridable Sub ExportToImage(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

The stream to which the Gantt control is exported.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace