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

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