Search Results for

    Show / Hide Table of Contents

    Class ReportBatchOperation

    Describes one editing action within a batch, including its type, the target and parent objects, optional positioning indices, and the set of properties to apply.

    Inheritance
    object
    ReportBatchOperation
    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
    Assembly: Reportman.Reporting.Design.dll
    Syntax
    public class ReportBatchOperation

    Constructors

    View Source

    ReportBatchOperation()

    Declaration
    public ReportBatchOperation()

    Properties

    View Source

    InsertIndex

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

    NewIndex

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

    ObjectClass

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

    OperationId

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

    ParentName

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

    Properties

    Declaration
    public List<ReportBatchProperty> Properties { get; set; }
    Property Value
    Type Description
    List<ReportBatchProperty>
    View Source

    TargetName

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

    Type

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