Table of Contents

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

scope ReportDataScope

The scope, or null.

Returns

ReportExpressionContext

The copy.