Gets or sets a string used to identify the data source.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public string Name { get; set; } |
Visual Basic Copy Code |
---|
Public Property Name As String |
A string value.
During serialization this property is expected to be set to a value that can be used to identify the data source during subsequent deserializations.