Back to Devexpress

PivotGridExtension.CreateOLAPPrintableObject(PivotGridSettings, String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-pivotgridextension-dot-createolapprintableobject-x28-devexpress-dot-web-dot-mvc-dot-pivotgridsettings-system-dot-string-x29.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static IBasePrintable CreateOLAPPrintableObject(
    PivotGridSettings settings,
    string connectionString
)
vb
Public Shared Function CreateOLAPPrintableObject(
    settings As PivotGridSettings,
    connectionString As String
) As IBasePrintable

Parameters

NameTypeDescription
settingsPivotGridSettings

A PivotGridSettings object that contains PivotGrid settings.

| | connectionString | String |

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

|

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