public class ParameterCollection : WebReports.Api.Common.ConfigCollection<Parameter>
public class ParameterCollection : WebReports.Api.Common.ConfigCollection<Parameter>
Collection classes are enumerable Lists of a specific object type.
See the Example section for ways to iterate through and manipulate Collections.
Api api = new Api("C:\\Program Files\\Exago\\ExagoWeb\\"); api.Parameters.GetParameter("userId").Value = textBox1.Text; api.Parameters.GetParameter("companyId").Value = textBox2.Text;
System.Object
WebReports.Api.Common.ParameterCollection