Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / CanPrint Property
Example


In This Topic
    CanPrint Property (SpreadChart)
    In This Topic
    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;}
    Example
    This example sets the print property for the chart control.
    See Also