[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CodeClass

CodeClass Class

Represents фт information about a class instantiated during the report's initialization. The instantiated class can be used in expressions.

Inheritance
CodeClass
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class CodeClass : IValidateable

Constructors

Name Description
CodeClass()

Initializes a new instance of the CodeClass class.

Properties

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.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the CodeClass object.

Extension Methods