MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomProperty Class / CustomProperty Constructor
The name of the custom property.
The value of the custom property.

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

Parameters

name
The name of the custom property.
value
The value of the custom property.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also