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

In This Topic
    DataElementName Property (C1RdlReport)
    In This Topic
    Gets or sets the name of a top level element that represents the report data. Default: Report. Must be a CLS-compliant identifier.
    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}
    See Also