[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Persistence.Xml.SerializerBuilder.Expressions

Expressions Method

Expressions(string)

Creates a Coders.ObjectCoder<T> type coder for the XML serialization of ExpressionInfoCollection objects.

Declaration
public static Coders.ObjectCoder<IList<ExpressionInfo>> Expressions(string elementName)
Parameters
Type Name Description
string elementName

A string value indicating the name of the XML element representing the collection item.

Returns
Type Description
Coders.ObjectCoder<IList<ExpressionInfo>>

A Coders.ObjectCoder<T> object which writes and reads the ExpressionInfoCollection object to/from XML format.