ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.Handlers Namespace / ArHandlerBase Class / IsReusable Property

In This Topic
    IsReusable Property (ArHandlerBase)
    In This Topic
    Returns a value indicating whether the class can be pooled.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReusable As Boolean
    public bool IsReusable {get;}

    Property Value

    True if the class can be pooled. The default value is true.
    See Also