Table of Contents

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

public DrillDownLinkBase(CollectionDrillDownLinks drillDownLinkCollection, int objectType)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
objectType int
public DrillDownLinkBase(CollectionDrillDownLinks drillDownLinkCollection, int objectType, int index)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
objectType int
index int

Properties

MenuText

Gets or sets the menu text shown for the drill-down link.

public string MenuText { get; set; }

Property Value

string

ProjectFileName

Gets or sets the target project file name.

public string ProjectFileName { get; set; }

Property Value

string

Methods

protected void Initialize(CollectionDrillDownLinks drillDownLinkCollection, int objectType, int index)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
objectType int
index int