ActiveReports Developer 7
IsReusable Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Handlers Namespace > ReportBinariesStreamer Class : IsReusable Property

Glossary Item Box

Returns a value indicating whether the class can be pooled.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsReusable As System.Boolean
C# 
public System.bool IsReusable {get;}

Property Value

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

See Also