[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.PropertyElement

PropertyElement Class

Represents a property configuration option for the associated export extension.

Inheritance
PropertyElement
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class PropertyElement

Constructors

Name Description
PropertyElement(string, string, string)

Initializes a new instance of the object class with the specified property, value and value type.

Properties

Name Description
Property

Gets the property to assign value to.

Type

Gets the type of the value to convert the value to.

Value

Gets the string value.

Extension Methods