Spread for ASP.NET 12 Product Documentation
CanPrint Property (SpreadChart)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : CanPrint Property
Gets or sets whether to print the current Chart when printing.
Syntax
'Declaration
 
Public Overridable Property CanPrint As Boolean
'Usage
 
Dim instance As SpreadChart
Dim value As Boolean
 
instance.CanPrint = value
 
value = instance.CanPrint
public virtual bool CanPrint {get; set;}
See Also

Reference

SpreadChart Class
SpreadChart Members