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

In This Topic
    Name Property (ReportItem)
    In This Topic
    Gets or sets the name of the current report item. That name should not be empty and must be unique within the report.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also