Class ReportCustomProperty
The custom property class for report
public class ReportCustomProperty
- Inheritance
-
ReportCustomProperty
- Inherited Members
Constructors
ReportCustomProperty(string, object)
Initializes a new instance of the ReportCustomProperty class.
public ReportCustomProperty(string name, object value)
Parameters
Properties
Name
Gets or sets the name of the property.
public string Name { get; set; }
Property Value
- string
The name of the property.
Value
Gets or sets contains the value of the custom property.
public object Value { get; set; }
Property Value
- object
Contains the value of the custom property.