Back to Devexpress

VerticalGridExtension.CreatePrintableObject(VerticalGridSettings, Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-createprintableobject-x28-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-system-dot-object-x29.md

latest2.1 KB
Original Source

VerticalGridExtension.CreatePrintableObject(VerticalGridSettings, Object) Method

Enables a VerticalGrid to be printed using the XtraPrinting Library.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static IBasePrintable CreatePrintableObject(
    VerticalGridSettings settings,
    object dataObject
)
vb
Public Shared Function CreatePrintableObject(
    settings As VerticalGridSettings,
    dataObject As Object
) As IBasePrintable

Parameters

NameTypeDescription
settingsVerticalGridSettings

A VerticalGridSettings object that contains VerticalGrid settings.

| | dataObject | Object |

An object representing the VerticalGrid’s data source (typically, it is passed to the VerticalGrid’s VerticalGridExtension.Bind method).

|

Returns

TypeDescription
IBasePrintable

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

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace