Table of Contents

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

name string

The name of the parameter.

value string

The value of the parameter.

type ReportParameterValueType

The type of the parameter value.

Returns

DrillDownReportParameterListItem

The created DrillDownReportParameterListItem.