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
DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks)
public DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks drillDownLinkCollection)
Parameters
drillDownLinkCollectionCollectionDrillDownLinks
DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks, int)
public DrillDownLinkForParameterizedSubreport(CollectionDrillDownLinks drillDownLinkCollection, int index)
Parameters
drillDownLinkCollectionCollectionDrillDownLinksindexint
Properties
ReportParameterList
Gets the report parameter list (auto-refreshes underlying DOM before access).
public CollectionDrillDownReportParameter ReportParameterList { get; }
Property Value
ShowReportParameterPreviewPane
Gets or sets whether to show the report parameter preview pane before execution.
public bool ShowReportParameterPreviewPane { get; set; }
Property Value
SubReportDescription
Gets or sets a description for the subreport.
public string SubReportDescription { get; set; }