Table of Contents

Field ReportDuplicateName

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

DXP9004: two elements in a report definition share a name that must be unique. Report item names are referenced by expressions (ReportItems!Total.Value), so a duplicate does not merely look untidy - it makes those references ambiguous.

public const string ReportDuplicateName = "DXP9004"

Returns

string
DXP9004: two elements in a report definition share a name that must be unique. Report item names are referenced by expressions (ReportItems!Total.Value), so a duplicate does not merely look untidy - it makes those references ambiguous.