GridControl.ExportToHtmlOld(String) Method
OBSOLETE
Use the ExportToHtml method instead
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ExportToHtml method instead")]
public void ExportToHtmlOld(
string fileName
)
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A string that specifies the full path to the file to which the default View’s data will be exported. |
Remarks
This method is obsolete. Although the ExportToHtmlOld method can still be used in your applications to export data, we recommend you use the GridControl.ExportToHtml method instead. Note that the GridControl.ExportToHtml requires the XtraPrinting Library to be available.
The ExportToHtmlOld method Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format. The default View is specified by the GridControl.DefaultView property.
See Export Overview for more information.