Gets or sets the name of the report item.
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 specifying the name of the item.
See Also