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





Gets or sets a string used to identify the data source.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value.

 Remarks

During serialization this property is expected to be set to a value that can be used to identify the data source during subsequent deserializations.

 See Also

SerializeDataSourceEventArgs Members
SerializeDataSourceEventArgs Class
MindFusion.Reporting Namespace