Class CustomPropertyExpVal
Represents a custom property with a name and value pair.
Inheritance
System.Object
CustomPropertyExpVal
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.Web.dll
Syntax
public class CustomPropertyExpVal : Object
Constructors
CustomPropertyExpVal()
Declaration
public CustomPropertyExpVal()
Properties
Name
Gets or sets the name of the report item.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | A System.String representing the name of the report item. |
Value
Gets or sets the value associated with the report item.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | A System.String representing the value of the report item. |