Table of Contents

Constructor RdlName

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

RdlName(string?, string)

Initializes a name.

public RdlName(string? namespaceName, string localName)

Parameters

namespaceName string

The namespace URI, or an empty string for none.

localName string

The local name.

Exceptions

ArgumentNullException

localName is null.

ArgumentException

localName is empty.