Class DrillDownReportParameterListItem
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Single report parameter (name, value, type) used in a parameterized subreport drill-down link.
public class DrillDownReportParameterListItem : DomItem
- Inheritance
-
DrillDownReportParameterListItem
- Inherited Members
Properties
AllowMultipleValues
Gets whether multiple values are allowed.
public string AllowMultipleValues { get; }
Property Value
ContentType
Gets the parameter value type.
public ReportParameterValueType ContentType { get; }
Property Value
Name
Gets the parameter name.
public string Name { get; }
Property Value
Value
Gets the parameter value.
public string Value { get; }
Property Value
Methods
Initialize(CollectionDrillDownReportParameter, string, string, ReportParameterValueType)
protected void Initialize(CollectionDrillDownReportParameter drillDownReportParameters, string name, string value, ReportParameterValueType type)
Parameters
drillDownReportParametersCollectionDrillDownReportParameternamestringvaluestringtypeReportParameterValueType