Property Scope
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
Scope
Gets or sets the data an expression is evaluated against: fields, aggregates, report items and variables. Null outside any data scope.
public ReportDataScope? Scope { get; set; }