ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Xml Namespace / SerializerBuilder Class / Expressions Method
A System.String value indicating the name of the XML element representing the collection item.

In This Topic
    Expressions Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Expressions( _
       ByVal elementName As String _
    ) As Coders.ObjectCoder(Of IList(Of ExpressionInfo))
    public static Coders.ObjectCoder<IList<ExpressionInfo>> Expressions( 
       string elementName
    )

    Parameters

    elementName
    A System.String value indicating the name of the XML element representing the collection item.

    Return Value

    See Also