Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / PointsLayer Class / Caption Property

In This Topic
    Caption Property (PointsLayer)
    In This Topic
    Gets or sets the current layer's caption. Used to represent the layer in legends.
    Syntax
    'Declaration
     
    Public Overridable Property Caption As String
    public virtual string Caption {get; set;}
    See Also