[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CodeClass.InstanceName

InstanceName Property

InstanceName

Gets or sets a variable name to which the class instance is assigned. The InstanceName can be used in expressions.

Declaration
public string InstanceName { get; set; }
Property Value
Type Description
string

A string value indicating the variable name assigned to the class instance.

Examples
CodeClass codeClass = new CodeClass();
codeClass.InstanceName = "myInstance";