Table of Contents

Method Element

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Element(string)

Finds the first child with the given local name, in any namespace.

public RdlElement? Element(string localName)

Parameters

localName string

The local name to find.

Returns

RdlElement

The child, or null when there is none.