'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
A GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.ObjectCoder<T> object which writes and reads the GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollection object to/from XML format.