Method NamedElements
NamedElements()
Enumerates every element that carries a Name attribute, in document order.
public IEnumerable<RdlElement> NamedElements()
Returns
- IEnumerable<RdlElement>
The named elements.
Remarks
This is the designer's index and the validator's input. RDL names are referenced by
expressions (ReportItems!Total.Value) and by structure (DataSetName), so
renaming one element is never a local edit — which is why renaming is an explicit
operation rather than a property setter.