Gets or sets a string used to identify the data source.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string value.
RemarksDuring 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