Version

AllowCardPrinting Property

Specifies whether the grid should honor the CardView property on the band when printing.
Syntax
'Declaration
 
Public Property AllowCardPrinting As AllowCardPrinting
public AllowCardPrinting AllowCardPrinting {get; set;}
Remarks

By default, the grid will not print cards, it will always print in tabular view. By setting this property, you can specify that the grid should print the root band using in CardView if CardView is set to true on the band.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also