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

In This Topic
    GetExpressions Method (MapSizeRule)
    In This Topic
    Returns expressions used for the map elements.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetExpressions() As IEnumerable(Of ExpressionInfo)
    public override IEnumerable<ExpressionInfo> GetExpressions()
    See Also