Table of Contents

Constructor ReportParameterValidValue

Namespace
DocWright.Reporting.Processing
Assembly
DocWright.Reporting.dll

ReportParameterValidValue(object?, string?)

Initializes a valid value.

public ReportParameterValidValue(object? value, string? label)

Parameters

value object

The value, typed to the parameter's data type.

label string

The label shown for it.