In This Topic
Gets or sets the name of the member variable of Class to assign the class to. This member variable can be used in expressions throughout the report.
Syntax
'Declaration
Public Property InstanceName As String
public string InstanceName {get; set;}
See Also