MindFusion WinForms Programmer's Guide
Report.Parameters Property
See Also
 





Gets a list with the report parameters.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public List<ReportParameter> Parameters { get; }

Visual Basic  Copy Code

Public ReadOnly Property Parameters As List(Of ReportParameter)

 Property Value

A list with the report parameters.

 See Also

Report Members
Report Class
MindFusion.Reporting Namespace