ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace / DataVisualizerBasePanel Class / SetExpression Method
the arguments for expression.
The name of the function.

In This Topic
    SetExpression Method (DataVisualizerBasePanel)
    In This Topic
    Sets the arguments used in expression.
    Syntax
    'Declaration
     
    Public MustOverride Sub SetExpression( _
       ByVal arguments() As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
       Optional ByVal functionName As String _
    ) 
    public abstract void SetExpression( 
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo[] arguments,
       string functionName
    )

    Parameters

    arguments
    the arguments for expression.
    functionName
    The name of the function.
    See Also