ActiveReports.Chart Request technical support
Name Property
See Also 


Gets or sets the name of the Title object as string.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As Title
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public override string Name {get; set;}

See Also