Table of Contents

Class DrillDownLink

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

Drill-down link representing a relational navigation (parent/child table keys).

public class DrillDownLink : DrillDownLinkBase
Inheritance
DrillDownLink
Inherited Members

Constructors

public DrillDownLink(CollectionDrillDownLinks drillDownLinkCollection)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
public DrillDownLink(CollectionDrillDownLinks drillDownLinkCollection, int index)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
index int

Properties

Gets or sets the child key field.

public string ChildKeyField { get; set; }

Property Value

string

Gets or sets the child table id.

public string ChildTableId { get; set; }

Property Value

string

Gets or sets the parent key field.

public string ParentKeyField { get; set; }

Property Value

string

Gets or sets the parent table id.

public string ParentTableId { get; set; }

Property Value

string

Gets or sets the relation id.

public string RelationId { get; set; }

Property Value

string