ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPoint Class / UseCustomPointTemplate Property

In This Topic
    UseCustomPointTemplate Property
    In This Topic
    Gets or sets a custom template will be used for the point, otherwise the layer template will be used. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property UseCustomPointTemplate As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo UseCustomPointTemplate {get; set;}
    See Also