Constructor RdlAttribute
RdlAttribute(RdlName, string)
Initializes an attribute.
public RdlAttribute(RdlName name, string value)
Parameters
Exceptions
- ArgumentException
nameis empty.- ArgumentNullException
valueis null.
RdlAttribute(RdlName, string, string?)
Initializes an attribute, remembering the prefix the source used.
public RdlAttribute(RdlName name, string value, string? prefix)
Parameters
nameRdlNameThe qualified name.
valuestringThe value.
prefixstringThe prefix the source bound, or null.
Exceptions
- ArgumentException
nameis empty.- ArgumentNullException
valueis null.