Contains methods that can help you serialize/deserialize MindFusion.Reporting reports to/from XML documents.
The following tables list the members exposed by the XmlSerializationContext type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the XmlSerializationContext class. |
Name | Description | |
---|---|---|
Gets the underlying XML document. |
Name | Description | |
---|---|---|
Overloaded. Adds a new child node to a specified parent node. |
||
Overloaded. |
||
Reads a Border with the specified name. |
||
Reads a MindFusion.Drawing.Brush object with the specified name. |
||
Reads a byte value with the specified name. |
||
Reads a char value with the specified name. |
||
Reads a color with the specified name. |
||
Reads a color array with the specified name. |
||
Reads a data source with the specified name. |
||
Reads a DateTime object with the specified name. |
||
Reads a decimal value with the specified name. |
||
Reads a Dimension value with the specified name. |
||
Reads a double value with the specified name. |
||
Reads an enum value with the specified name. |
||
Reads a float value with the specified name. |
||
Reads a float array with the specified name. |
||
Reads a Font object with the specified name. |
||
Reads a hash table object with the specified name. |
||
Reads an Image object with the specified name. |
||
Reads an integer value with the specified name. |
||
Reads a Location value with the specified name. |
||
Reads a long value with the specified name. |
||
Reads a Margins value with the specified name. |
||
Reads an object with the specified name. |
||
Reads a MindFusion.Drawing.Pen object with the specified name. |
||
Reads a PointF object with the specified name. |
||
Reads a RectangleF object with the specified name. |
||
Reads a 8-bit signed integer value with the specified name. |
||
Reads a short value with the specified name. |
||
Reads a SizeF object with the specified name. |
||
Reads a stream with the specified name. |
||
Reads a string value with the specified name. |
||
Reads a StringFormat object with the specified name. |
||
Reads an unsigned integer value with the specified name. |
||
Reads an unsigned long value with the specified name. |
||
Reads an unsigned short value with the specified name. |
||
Writes a boolean value with the specified name. |
||
Writes a Border with the specified name. |
||
Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization. |
||
Write a byte value with the specified name. |
||
Write a char value with the specified name. |
||
Writes the specified color. |
||
Writes the specified array. |
||
Writes the specified data source. |
||
Writes the specified DateTime object. |
||
Write a decimal value with the specified name. |
||
Writes a Dimension value with the specified name. |
||
Writes a double value with the specified name. |
||
Writes the specified enum value. |
||
Writes a float value with the specified name. |
||
Writes the specified array. |
||
Writes the specified font. |
||
Writes the specified hashtable. |
||
Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization. |
||
Writes an integer value with the specified name. |
||
Writes a Location value with the specified name. |
||
Writes a long value with the specified name. |
||
Writes a Margins value with the specified name. |
||
Writes the specified object under the specified name. |
||
Writes the specified pen. |
||
Writes a PointF with the specified name. |
||
Writes a RectangleF with the specified name. |
||
Write a 8-bit signed integer value with the specified name. |
||
Writes a short value with the specified name. |
||
Writes a SizeF with the specified name. |
||
Writes the specified stream. |
||
Writes a string value with the specified name. |
||
Writes the specified StringFormat object. |
||
Writes an unsigned integer value with the specified name. |
||
Writes an unsigned long value with the specified name. |
||
Writes an unsigned short value with the specified name. |
Name | Description | |
---|---|---|
Raised during deserialization to resolve report data sources based on the string identifiers previously specified through the SerializeDataSource event. |
||
Raised during serialization to map the data sources referenced inside the report with string identifiers. |