Table of Contents

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

string

ContentType

Gets the parameter value type.

public ReportParameterValueType ContentType { get; }

Property Value

ReportParameterValueType

Name

Gets the parameter name.

public string Name { get; }

Property Value

string

Value

Gets the parameter value.

public string Value { get; }

Property Value

string

Methods

Initialize(CollectionDrillDownReportParameter, string, string, ReportParameterValueType)

protected void Initialize(CollectionDrillDownReportParameter drillDownReportParameters, string name, string value, ReportParameterValueType type)

Parameters

drillDownReportParameters CollectionDrillDownReportParameter
name string
value string
type ReportParameterValueType