Gets or sets List<(Of <(T>)>) which are report parameters for report indicated by ReportName.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public List<Parameter> Parameters { get; set; }
Visual Basic (Declaration)
Public Property Parameters As List(Of Parameter)
Visual C++
public:
property List<Parameter^>^ Parameters {
	List<Parameter^>^ get ();
	void set (List<Parameter^>^ value);
}

See Also