ActiveReports 6 Online Help
GraphXmlSerializationContext Constructor(DirectionType,XmlDocument,Boolean,Boolean)

Initializes a new instance of the GraphXmlSerializationContext Class.
Syntax
'Declaration
 
Public Function New( _
   ByVal direction As GraphXmlSerializationContext.DirectionType, _
   ByVal doc As XmlDocument, _
   ByVal includeData As Boolean, _
   ByVal useComponentReferences As Boolean _
)
public GraphXmlSerializationContext( 
   GraphXmlSerializationContext.DirectionType direction,
   XmlDocument doc,
   bool includeData,
   bool useComponentReferences
)

Parameters

direction
doc
includeData
useComponentReferences
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GraphXmlSerializationContext Class
GraphXmlSerializationContext Members
Overload List

Send Feedback