[]
Represents фт information about a class instantiated during the report's initialization. The instantiated class can be used in expressions.
public sealed class CodeClass : IValidateable
Name | Description |
---|---|
CodeClass() | Initializes a new instance of the CodeClass class. |
Name | Description |
---|---|
ClassName | Gets or sets a name used for the class. |
InstanceName | Gets or sets a variable name to which the class instance is assigned. The InstanceName can be used in expressions. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the CodeClass object. |