Skip to main content
A newer version of this page is available. .

BaseView.ExportToHtml(Stream) Method

Exports the GridControl.DefaultView‘s data to a stream in HTML format.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void ExportToHtml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object, which the data is exported to.

Remarks

This method is equivalent to the GridControl.ExportToHtml method.

See Also