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
kindReportExpressionReferenceKindWhat is referred to.
namestringThe name, as written (field, report item and parameter names are case-sensitive).
memberstringThe member read, such as
ValueorLabel, or null.positionintThe zero-based offset into the expression text, including its '='.