ActiveReports3 Request technical support
Name Property
See Also 


Gets or sets the name of the report.

Syntax

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

See Also