Search Results for

    Show / Hide Table of Contents

    Class ReportBatchJsonOperation

    A single JSON-serializable report edit operation (add, modify, move, delete, etc.), including its target, properties, and the optional high-level semantic V1 fields the AI designer uses before they are expanded into low-level operations.

    Inheritance
    object
    ReportBatchJsonOperation
    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 ReportBatchJsonOperation

    Constructors

    ReportBatchJsonOperation()

    Declaration
    public ReportBatchJsonOperation()

    Properties

    ChangeExpression

    Declaration
    public string ChangeExpression { get; set; }
    Property Value
    Type Description
    string

    DetailName

    Declaration
    public string DetailName { get; set; }
    Property Value
    Type Description
    string

    GroupFooterProperties

    Declaration
    public List<ReportBatchJsonProperty> GroupFooterProperties { get; set; }
    Property Value
    Type Description
    List<ReportBatchJsonProperty>

    GroupFooterSectionName

    Declaration
    public string GroupFooterSectionName { get; set; }
    Property Value
    Type Description
    string

    GroupHeaderProperties

    Declaration
    public List<ReportBatchJsonProperty> GroupHeaderProperties { get; set; }
    Property Value
    Type Description
    List<ReportBatchJsonProperty>

    GroupHeaderSectionName

    Declaration
    public string GroupHeaderSectionName { get; set; }
    Property Value
    Type Description
    string

    GroupName

    Declaration
    public string GroupName { get; set; }
    Property Value
    Type Description
    string

    Index

    Declaration
    public int? Index { get; set; }
    Property Value
    Type Description
    int?

    InsertIndex

    Declaration
    public int? InsertIndex { get; set; }
    Property Value
    Type Description
    int?

    InsertIndexRelativeToFirstDetail

    Declaration
    public int? InsertIndexRelativeToFirstDetail { get; set; }
    Property Value
    Type Description
    int?

    InsertIndexRelativeToFirstGroupHeader

    Declaration
    public int? InsertIndexRelativeToFirstGroupHeader { get; set; }
    Property Value
    Type Description
    int?

    InsertIndexRelativeToFirstPageFooter

    Declaration
    public int? InsertIndexRelativeToFirstPageFooter { get; set; }
    Property Value
    Type Description
    int?

    InsertIndexRelativeToFirstPageHeader

    Declaration
    public int? InsertIndexRelativeToFirstPageHeader { get; set; }
    Property Value
    Type Description
    int?

    NewIndex

    Declaration
    public int? NewIndex { get; set; }
    Property Value
    Type Description
    int?

    ObjectClass

    Declaration
    public string ObjectClass { get; set; }
    Property Value
    Type Description
    string

    OperationId

    Declaration
    public string OperationId { get; set; }
    Property Value
    Type Description
    string

    PageFooterName

    Declaration
    public string PageFooterName { get; set; }
    Property Value
    Type Description
    string

    PageHeaderName

    Declaration
    public string PageHeaderName { get; set; }
    Property Value
    Type Description
    string

    ParentName

    Declaration
    public string ParentName { get; set; }
    Property Value
    Type Description
    string

    ParentSubreportName

    Declaration
    public string ParentSubreportName { get; set; }
    Property Value
    Type Description
    string

    Properties

    Declaration
    public List<ReportBatchJsonProperty> Properties { get; set; }
    Property Value
    Type Description
    List<ReportBatchJsonProperty>

    SectionName

    Declaration
    public string SectionName { get; set; }
    Property Value
    Type Description
    string

    TargetName

    Declaration
    public string TargetName { get; set; }
    Property Value
    Type Description
    string

    Type

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