[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.ExpressionBaseTypeAttribute

ExpressionBaseTypeAttribute Class

Represents the base type of an ExpressionInfo property that is useful for other type converters to know the underlying type of the expression.

Inheritance
ExpressionBaseTypeAttribute
Namespace: GrapeCity.ActiveReports.Rdl
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class ExpressionBaseTypeAttribute : Attribute

Constructors

Name Description
ExpressionBaseTypeAttribute(Type)

Initializes a new instance of the ExpressionBaseTypeAttribute class.

Properties

Name Description
BaseType

Gets a base type of the underlying property.

Extension Methods