Table of Contents

Method Elements

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Elements(string)

Enumerates the children with the given local name, in document order.

public IEnumerable<RdlElement> Elements(string localName)

Parameters

localName string

The local name to match.

Returns

IEnumerable<RdlElement>

The matching children.