Table of Contents

Class DrillDownLinkForParameterizedSubreport

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

Drill-down link launching a parameterized subreport allowing user-defined report parameter values.

public class DrillDownLinkForParameterizedSubreport : DrillDownLinkBase
Inheritance
DrillDownLinkForParameterizedSubreport
Inherited Members

Constructors

public DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks drillDownLinkCollection)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
public DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks drillDownLinkCollection, int index)

Parameters

drillDownLinkCollection CollectionDrillDownLinks
index int

Properties

ReportParameterList

Gets the report parameter list (auto-refreshes underlying DOM before access).

public CollectionDrillDownReportParameter ReportParameterList { get; }

Property Value

CollectionDrillDownReportParameter

ShowReportParameterPreviewPane

Gets or sets whether to show the report parameter preview pane before execution.

public bool ShowReportParameterPreviewPane { get; set; }

Property Value

bool

SubReportDescription

Gets or sets a description for the subreport.

public string SubReportDescription { get; set; }

Property Value

string