MindFusion.Reporting for Silverlight Programmer's Guide
Report.Parameters Property
See Also
 





Gets or sets a list with the report parameters.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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 of ReportParameter objects.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace