ActiveReports.Chart Request technical support
IsAttachable Property
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Overridable Property IsAttachable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IGraphItem
Dim value As Boolean
 
instance.IsAttachable = value
 
value = instance.IsAttachable
C# 
virtual bool IsAttachable {get; set;}

See Also