MindFusion WinForms Programmer's Guide
ReportParameter.Name Property
See Also
 





Gets or sets the parameter name.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value.

 Remarks

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.

 See Also

ReportParameter Members
ReportParameter Class
MindFusion.Reporting Namespace