Table of Contents

Constructor RdlAttribute

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

RdlAttribute(RdlName, string)

Initializes an attribute.

public RdlAttribute(RdlName name, string value)

Parameters

name RdlName

The qualified name.

value string

The value.

Exceptions

ArgumentException

name is empty.

ArgumentNullException

value is null.

RdlAttribute(RdlName, string, string?)

Initializes an attribute, remembering the prefix the source used.

public RdlAttribute(RdlName name, string value, string? prefix)

Parameters

name RdlName

The qualified name.

value string

The value.

prefix string

The prefix the source bound, or null.

Exceptions

ArgumentException

name is empty.

ArgumentNullException

value is null.