ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / GetExpressions Method

In This Topic
    GetExpressions Method (Matrix)
    In This Topic
    Returns a list of the expressions contained by this report item.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetExpressions() As ExpressionInfo()
    public override ExpressionInfo[] GetExpressions()

    Return Value

    An array of GrapeCity.Enterprise.Data.Expressions.ExpressionInfo objects representing the expressions contained by this report item.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also