MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / PropertyElement Class / PropertyElement Constructor
The property to assign value to.
The value for the property.
The type of the value to convert the string value to.

In This Topic
PropertyElement Constructor
In This Topic
Initializes a new instance of the System.Object class with the specified property, value and value type.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As String, _
   ByVal value As String, _
   ByVal type As String _
)
 

Parameters

property
The property to assign value to.
value
The value for the property.
type
The type of the value to convert the string value to.
See Also