ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Class Class / InstanceName Property

In This Topic
    InstanceName Property
    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 System.String
    public System.string InstanceName {get; set;}
    See Also