PivotGridExtension.CreatePrintableObject(PivotGridSettings, Object) Method
In This Article
Enables a PivotGrid to be printed using the XtraPrinting Library.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static IBasePrintable CreatePrintableObject(
PivotGridSettings settings,
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Pivot |
A Pivot |
data |
Object | A Pivot |
#Returns
Type | Description |
---|---|
IBase |
An object supporting the IPrintable interface that defines methods that enable the Pivot |
See Also