Gets or sets the parameter name.
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.
RemarksIt is recommended to specify unique names for the parameters of a report. If two or more parameters share the same name, always the first parameter will be returned inside expressions.
See Also