Class CollectionDrillDownReportParameter
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a collection of DrillDownReportParameterListItem objects used for parameterized subreport drill-down links.
public class CollectionDrillDownReportParameter : DomCollectionBase<DrillDownReportParameterListItem>, IList<DrillDownReportParameterListItem>, ICollection<DrillDownReportParameterListItem>, IReadOnlyList<DrillDownReportParameterListItem>, IReadOnlyCollection<DrillDownReportParameterListItem>, IEnumerable<DrillDownReportParameterListItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionDrillDownReportParameter
- Implements
- Inherited Members
Methods
AddNew(string, string, ReportParameterValueType)
Adds a new parameter to the collection.
public DrillDownReportParameterListItem AddNew(string name, string value, ReportParameterValueType type)
Parameters
namestringThe name of the parameter.
valuestringThe value of the parameter.
typeReportParameterValueTypeThe type of the parameter value.