Gets or sets the data source that is being serialized or deserialized.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Object DataSource { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataSource As Object |
An object representing the data source.
RemarksDuring 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