Table of Contents

Class CollectionDrillDownLinks

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Collection of drill-down links (standard and parameterized subreports) automatically materializing the proper derived type.

public class CollectionDrillDownLinks : DomCollectionBase<DrillDownLinkBase>, IList<DrillDownLinkBase>, ICollection<DrillDownLinkBase>, IReadOnlyList<DrillDownLinkBase>, IReadOnlyCollection<DrillDownLinkBase>, IEnumerable<DrillDownLinkBase>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
Inheritance
CollectionDrillDownLinks
Implements
Inherited Members

Properties

Strongly typed indexer returning the concrete link subtype.

public DrillDownLinkBase this[int index] { get; }

Parameters

index int

The zero-based index of the element to get.

Property Value

DrillDownLinkBase

A DrillDownLink if the link is a standard drill-down link, or a DrillDownLinkForParameterizedSubreport if it is a parameterized subreport link.

Methods

Adds a new standard drill-down link to the collection.

public DrillDownLink AddNewDrillDownLink()

Returns

DrillDownLink

The newly added DrillDownLink instance.

Adds a new parameterized subreport drill-down link to the collection.

public DrillDownLinkForParameterizedSubreport AddNewDrillDownLinkForParameterizedSubreport()

Returns

DrillDownLinkForParameterizedSubreport

The newly added DrillDownLinkForParameterizedSubreport instance.