Class DrillDownLinkBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for drill-down links providing common properties and initialization logic.
public class DrillDownLinkBase : DomItem
- Inheritance
-
DrillDownLinkBase
- Derived
- Inherited Members
Constructors
DrillDownLinkBase(CollectionDrillDownLinks, int)
public DrillDownLinkBase(CollectionDrillDownLinks drillDownLinkCollection, int objectType)
Parameters
drillDownLinkCollectionCollectionDrillDownLinksobjectTypeint
DrillDownLinkBase(CollectionDrillDownLinks, int, int)
public DrillDownLinkBase(CollectionDrillDownLinks drillDownLinkCollection, int objectType, int index)
Parameters
drillDownLinkCollectionCollectionDrillDownLinksobjectTypeintindexint
Properties
MenuText
Gets or sets the menu text shown for the drill-down link.
public string MenuText { get; set; }
Property Value
ProjectFileName
Gets or sets the target project file name.
public string ProjectFileName { get; set; }
Property Value
Methods
Initialize(CollectionDrillDownLinks, int, int)
protected void Initialize(CollectionDrillDownLinks drillDownLinkCollection, int objectType, int index)
Parameters
drillDownLinkCollectionCollectionDrillDownLinksobjectTypeintindexint