Gets or sets the parameter name.
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.
It 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.