Writes the specified data source.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public XmlElement WriteDataSource ( |
Visual Basic Copy Code |
---|
Public Function WriteDataSource( _ |
The data source to write.
The name of the element under which the data source be written.
The parent element of the newly created node.
An instance of the .NET XmlElement class representing the newly created XML element.
This method raises the SerializeDataSource event to allow clients to specify the name under which the data source should be written.