Skip to main content
All docs
V25.1
  • GanttControl.ExportToImage(Stream) Method

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public virtual void ExportToImage(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    The stream to which the Gantt control is exported.

    See Also