ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapMarkerRule Class / GetExpressions Method

In This Topic
    GetExpressions Method (MapMarkerRule)
    In This Topic
    Gets the expressions.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetExpressions() As IEnumerable(Of ExpressionInfo)
    public override IEnumerable<ExpressionInfo> GetExpressions()

    Return Value

    System.Collections.Generic.IEnumerable<GrapeCity.ActiveReports.Expressions.ExpressionInfo>.
    See Also