ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo TitleSeparator {get; set;}
    See Also