Skip to main content

PivotGridExtension.ExportToPdf(PivotGridSettings, Object, PdfExportOptions) Method

Exports the pivot grid’s data to PDF format, based on the provided settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ActionResult ExportToPdf(
    PivotGridSettings settings,
    object dataObject,
    PdfExportOptions exportOptions
)

Parameters

Name Type Description
settings PivotGridSettings

A PivotGridSettings object that contains PivotGrid settings.

dataObject Object

A PivotGrid data source.

exportOptions PdfExportOptions

A PdfExportOptions object that provides export options.

Returns

Type Description
ActionResult

A ActionResult encapsulating the result of the PivotGrid data export operation.

See Also