Search Results for

    Show / Hide Table of Contents

    Class ReportBatchValidationResult

    Outcome of validating a batch of operations, exposing the collected issues and whether the batch is valid.

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

    Constructors

    View Source

    ReportBatchValidationResult()

    Declaration
    public ReportBatchValidationResult()

    Properties

    View Source

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool
    View Source

    Issues

    Declaration
    public List<ReportBatchIssue> Issues { get; }
    Property Value
    Type Description
    List<ReportBatchIssue>
    • View Source
    In this article
    Back to top Generated by DocFX