CardViewExtension.CreatePrintableObject(CardViewSettings, Object) Method
Enables a CardView to be printed using the XtraPrinting Library.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static IBasePrintable CreatePrintableObject(
CardViewSettings settings,
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Card |
A Card |
data |
Object | An object representing the Card |
#Returns
Type | Description |
---|---|
IBase |
An object supporting the IPrintable interface that defines methods that enable Card |