ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / InvalidVariantOperationException Class / Operands Property

In This Topic
    Operands Property
    In This Topic
    Parameter(s) of the failed operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Operands As List(Of Variant)
    public List<Variant> Operands {get;}
    See Also