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
DrillDownLink(CollectionDrillDownLinks)
public DrillDownLink(CollectionDrillDownLinks drillDownLinkCollection)
Parameters
drillDownLinkCollectionCollectionDrillDownLinks
DrillDownLink(CollectionDrillDownLinks, int)
public DrillDownLink(CollectionDrillDownLinks drillDownLinkCollection, int index)
Parameters
drillDownLinkCollectionCollectionDrillDownLinksindexint
Properties
ChildKeyField
Gets or sets the child key field.
public string ChildKeyField { get; set; }
Property Value
ChildTableId
Gets or sets the child table id.
public string ChildTableId { get; set; }
Property Value
ParentKeyField
Gets or sets the parent key field.
public string ParentKeyField { get; set; }
Property Value
ParentTableId
Gets or sets the parent table id.
public string ParentTableId { get; set; }
Property Value
RelationId
Gets or sets the relation id.
public string RelationId { get; set; }