Table of Contents

Property Prefix

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Prefix

Gets or sets the prefix the source bound to this element's namespace, or null when the element was in a default namespace or none.

public string? Prefix { get; set; }

Property Value

string

Remarks

Carried so a round trip writes back the prefixes the author used. It is presentation, not identity: RdlName ignores it, and so does StructurallyEquals(RdlElement?).