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

PivotGridExtension.CreatePrintableObject(PivotGridSettings, Object) Method

Enables a PivotGrid to be printed using the XtraPrinting Library.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public static IPrintable CreatePrintableObject(
    PivotGridSettings settings,
    object dataObject
)

Parameters

Name Type Description
settings PivotGridSettings

A PivotGridSettings object that contains PivotGrid settings.

dataObject Object

A PivotGrid data source.

Returns

Type Description
IPrintable

An object supporting the IPrintable interface that defines methods that enable the PivotGrid to be printed.

See Also