ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapBorderSkin Class / MapBorderSkinType Property

In This Topic
    MapBorderSkinType Property
    In This Topic
    Border skin type for the map. That evaluates to one of MapBorderSkin.BorderSkinType. The default value is MapBorderSkin.BorderSkinType.None.
    Syntax
    'Declaration
     
    Public Property MapBorderSkinType As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MapBorderSkinType {get; set;}
    See Also