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

PivotGridExtension.CreateOLAPPrintableObject(PivotGridSettings, String) Method

Enables a PivotGrid to be printed using the XtraPrinting Library. Used only in an OLAP mode.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static IPrintable CreateOLAPPrintableObject(
    PivotGridSettings settings,
    string connectionString
)

Parameters

Name Type Description
settings PivotGridSettings

A PivotGridSettings object that contains PivotGrid settings.

connectionString String

A String that specifies the connection string to an OLAP cube.

Returns

Type Description
IPrintable

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

See Also