MindFusion WinForms Programmer's Guide
SerializeDataSourceEventArgs.DataSource Property
See Also
 





Gets or sets the data source that is being serialized or deserialized.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Object DataSource { get; set; }

Visual Basic  Copy Code

Public Property DataSource As Object

 Property Value

An object representing the data source.

 Remarks

During serialization this property returns the data source that is being serialized. During deserialization this property should be set to the data source object corresponding to Name.

 See Also

SerializeDataSourceEventArgs Members
SerializeDataSourceEventArgs Class
MindFusion.Reporting Namespace