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

In This Topic
    DataElementName Property (Group)
    In This Topic
    Gets or sets the name to use for the data element for instances of this group. Default (if not specified): Name of the group. Must be a CLS-compliant identifier.
    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}
    See Also