[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomProperty

CustomProperty Class

Represents a custom property with a name and value.

Inheritance
CustomProperty
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class CustomProperty

Constructors

Name Description
CustomProperty(string, object)

Initializes a new instance of the CustomProperty class with the specified name and value.

Properties

Name Description
Name

Gets the name of this property.

Value

Gets the value of this property.

Extension Methods