Method WithScope
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
WithScope(ReportDataScope?)
Returns a copy of this context bound to another data scope, sharing everything else (including the parameter dictionary).
public ReportExpressionContext WithScope(ReportDataScope? scope)
Parameters
scopeReportDataScopeThe scope, or null.
Returns
- ReportExpressionContext
The copy.