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

In This Topic
    GetExpressions Method (Style)
    In This Topic
    Returns a list of the expressions contained by this component.
    Syntax
    'Declaration
     
    Public Function GetExpressions() As ExpressionInfo()
    public ExpressionInfo[] GetExpressions()

    Return Value

    An array of GrapeCity.Enterprise.Data.Expressions.ExpressionInfo objects representing the expressions contained by this report item.
    See Also