Class ReportBatchProperty
A single property name/value pair to assign to a target report object as part of a batch operation.
Inheritance
ReportBatchProperty
Assembly: Reportman.Reporting.Design.dll
Syntax
public class ReportBatchProperty
Constructors
View Source
ReportBatchProperty()
Declaration
public ReportBatchProperty()
Properties
View Source
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
View Source
Value
Declaration
public object Value { get; set; }
Property Value