ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / DataElementOutput Property

In This Topic
    DataElementOutput Property (DataMember)
    In This Topic
    Gets the value indicating how this item should appear when rendered with a data-oriented rendering device.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataElementOutput As DataElementOutput
    public abstract DataElementOutput DataElementOutput {get;}

    Property Value

    The DataElementOutput value specifying the rendering appearance.
    See Also