Table of Contents

Constructor ReportExpressionReference

Namespace
DocWright.Reporting.Expressions
Assembly
DocWright.Reporting.dll

ReportExpressionReference(ReportExpressionReferenceKind, string, string?, int)

Initializes a reference.

public ReportExpressionReference(ReportExpressionReferenceKind kind, string name, string? member, int position)

Parameters

kind ReportExpressionReferenceKind

What is referred to.

name string

The name, as written (field, report item and parameter names are case-sensitive).

member string

The member read, such as Value or Label, or null.

position int

The zero-based offset into the expression text, including its '='.