Table of Contents

Property EmbedImages

Namespace
DocWright.Formats.Rdl
Assembly
DocWright.Formats.Rdl.dll

EmbedImages

Gets or sets whether images are embedded in the report as base64 Report/EmbeddedImages payloads. Defaults to true.

public bool EmbedImages { get; set; }

Property Value

bool

Remarks

Turning this off drops images with a diagnostic rather than emitting an external reference: DocWright never writes a path into a document that a consumer would then resolve from disk.