ActiveReports Developer 7
ReadXml Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Parameter Class : ReadXml Method

baseNode
The base node of the XML element.

Glossary Item Box

Reads the parameter from an XmlElement.

Syntax

Visual Basic (Declaration) 
Public Function ReadXml( _
   ByVal baseNode As System.Xml.XmlNode _
) As System.Boolean
C# 
public System.bool ReadXml( 
   System.Xml.XmlNode baseNode
)

Parameters

baseNode
The base node of the XML element.

See Also