PivotGridExtension.CreateOLAPPrintableObject(PivotGridSettings, String) Method
In This Article
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 | Pivot |
A Pivot |
connection |
String | A String that specifies the connection string to an OLAP cube. |
#Returns
Type | Description |
---|---|
IBase |
An object supporting the IPrintable interface that defines methods that enable the Pivot |
See Also