Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Line Class / Name Property

In This Topic
    Name Property (Line)
    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 String
    public string Name {get; set;}
    See Also