Class ReportBatchJsonProperty
A single property assignment within an operation, pairing the property name with its
raw JSON value to be applied to the target report object.
Inheritance
ReportBatchJsonProperty
Assembly: Reportman.Reporting.Design.Json.dll
Syntax
public class ReportBatchJsonProperty
Constructors
ReportBatchJsonProperty()
Declaration
public ReportBatchJsonProperty()
Properties
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Value
Declaration
public JsonElement Value { get; set; }
Property Value