ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataElementStyle Property
Example

In This Topic
    DataElementStyle Property (Report)
    In This Topic
    Gets or sets a style in which textboxes are rendered in an exported report (as elements or attributes).
    Syntax
    'Declaration
     
    Public Property DataElementStyle As DataElementStyle
    public DataElementStyle DataElementStyle {get; set;}

    Property Value

    A DataElementStyle value indicating how textboxes are rendered.
    Example
    Report report = new Report();
    report.DataElementStyle = DataElementStyle.AttributeNormal;
    See Also