Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the SRSReportParameterAttribute class.
Syntax
public void new(ClassName _typeName)
Run On
Called
Parameters
- _typeName
Type: ClassName Extended Data Type
The name of the contract class that defines the parameters.
Exceptions
Exception | Condition |
---|---|
Error | The value of the _typeName parameter was not specified. |
Remarks
The constructor provides a basic version and also provides the ability to override various metadata that is related to a type. If the value of the _parameterName parameter is not provided, the type name is defaulted as the name of the parameter. If the value of the _captionLabelId parameter is not specified, the label of the type is used as the default value. If the value of the _helpLabelId parameter is not specified, the help label of the type is used as the default value. If the value of the _isMultiValue parameter is not set, false is used as the default value.