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

GridViewExtension.WriteRtfToResponse(GridViewSettings, Object) Method

OBSOLETE

Use the ExportToRtf method instead.

Exports data to a file in RTF format and writes it to the Response in binary format.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

[Obsolete("Use the ExportToRtf method instead.", true)]
public static void WriteRtfToResponse(
    GridViewSettings settings,
    object dataObject
)

Parameters

Name Type
settings GridViewSettings
dataObject Object
See Also