Property ReportId
ReportId
Gets or sets the value written as rd:ReportID, or null to omit it — the default.
public string? ReportId { get; set; }
Property Value
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.