Back to Devexpress

PivotGridExtension.CreatePrintableObject(PivotGridSettings, Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-pivotgridextension-dot-createprintableobject-x28-devexpress-dot-web-dot-mvc-dot-pivotgridsettings-system-dot-object-x29.md

latest1.8 KB
Original Source

PivotGridExtension.CreatePrintableObject(PivotGridSettings, Object) Method

Enables a PivotGrid to be printed using the XtraPrinting Library.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static IBasePrintable CreatePrintableObject(
    PivotGridSettings settings,
    object dataObject
)
vb
Public Shared Function CreatePrintableObject(
    settings As PivotGridSettings,
    dataObject As Object
) As IBasePrintable

Parameters

NameTypeDescription
settingsPivotGridSettings

A PivotGridSettings object that contains PivotGrid settings.

| | dataObject | Object |

A PivotGrid data source.

|

Returns

TypeDescription
IBasePrintable

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

|

See Also

PivotGridExtension Class

PivotGridExtension Members

DevExpress.Web.Mvc Namespace