Search Results for

    Show / Hide Table of Contents

    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
    object
    ReportBatchJsonProperty
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Design.Json
    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
    Type Description
    string

    Value

    Declaration
    public JsonElement Value { get; set; }
    Property Value
    Type Description
    JsonElement
    In this article
    Back to top Generated by DocFX