Table of Contents

Property ReportId

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

ReportId

Gets or sets the value written as rd:ReportID, or null to omit it — the default.

public string? ReportId { get; set; }

Property Value

string

Remarks

Report Designer writes a fresh GUID here on every save. DocWright will not: a generated identifier would make two writes of the same document differ, which §3 of the project's determinism rules forbids outright. A caller who needs the attribute supplies a stable value and owns its stability.