PivotGridExtension.CreatePrintableObject(PivotGridSettings, Object) Method
Enables a PivotGrid to be printed using the XtraPrinting Library.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static IBasePrintable 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 |
|---|---|
| IBasePrintable | An object supporting the IPrintable interface that defines methods that enable the PivotGrid to be printed. |
See Also