ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapVectorLayer Class / DataElementOutput Property

In This Topic
    DataElementOutput Property (MapVectorLayer)
    In This Topic
    Gets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is Output.
    Syntax
    'Declaration
     
    Public Property DataElementOutput As DataElementOutput
    public DataElementOutput DataElementOutput {get; set;}
    See Also