ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CodeClass Class / InstanceName Property
Example

In This Topic
InstanceName Property
In This Topic
Gets or sets a variable name to which the class instance is assigned. The InstanceName can be used in expressions.
Syntax
'Declaration
 
Public Property InstanceName As String
 

Property Value

A System.String value indicating the variable name assigned to the class instance.
Example
CodeClass codeClass = new CodeClass();
codeClass.InstanceName = "myInstance";
See Also