Table of Contents

Property CodeHost

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

CodeHost

Gets or sets the host that runs the report's custom code. Null — the default — refuses every Code. call with DXP9103.

public ReportCodeHost? CodeHost { get; set; }

Property Value

ReportCodeHost

Remarks

DocWright ships no implementation. Custom code is Visual Basic from the definition, and running it would be running arbitrary code from an uploaded file; a host that accepts that risk implements ReportCodeHost itself.