ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegendTitle Class / TitleSeparator Property

In This Topic
    TitleSeparator Property (MapLegendTitle)
    In This Topic
    Gets or sets what type of separator to use for the legend title. That evaluates to one of MapLegendTitle.LegendTitleSeparator. The default value is MapLegendTitle.LegendTitleSeparator.None.
    Syntax
    'Declaration
     
    Public Property TitleSeparator As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo TitleSeparator {get; set;}
    See Also