Property Description
Description
Gets or sets the report's Description. Null means the report states none;
setting null removes it.
public string? Description { get; set; }
Property Value
Remarks
Setting places the element where the schema declares it rather than appending — see SetValue(RdlElement, string, string?) for why that distinction is not cosmetic.