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
this[int]
Strongly typed indexer returning the concrete link subtype.
public DrillDownLinkBase this[int index] { get; }
Parameters
indexintThe 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
AddNewDrillDownLink()
Adds a new standard drill-down link to the collection.
public DrillDownLink AddNewDrillDownLink()
Returns
- DrillDownLink
The newly added DrillDownLink instance.
AddNewDrillDownLinkForParameterizedSubreport()
Adds a new parameterized subreport drill-down link to the collection.
public DrillDownLinkForParameterizedSubreport AddNewDrillDownLinkForParameterizedSubreport()
Returns
- DrillDownLinkForParameterizedSubreport
The newly added DrillDownLinkForParameterizedSubreport instance.