Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public static IBasePrintable 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
IBasePrintable

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

See Also