Table of Contents

Property Description

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

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

string

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.