Search Results for

    Show / Hide Table of Contents

    Class ReportBatchJsonDocumentApplyResponse

    Apply result that also returns the resulting report document, serialized in the given Format; ReportJson is an alias for the document text.

    Inheritance
    object
    ReportBatchJsonValidationResponse
    ReportBatchJsonApplyResponse
    ReportBatchJsonDocumentApplyResponse
    Inherited Members
    ReportBatchJsonApplyResponse.UndoGroupId
    ReportBatchJsonApplyResponse.AppliedOperations
    ReportBatchJsonValidationResponse.Version
    ReportBatchJsonValidationResponse.Issues
    ReportBatchJsonValidationResponse.IsValid
    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 ReportBatchJsonDocumentApplyResponse : ReportBatchJsonApplyResponse

    Constructors

    ReportBatchJsonDocumentApplyResponse()

    Declaration
    public ReportBatchJsonDocumentApplyResponse()

    Properties

    Format

    Declaration
    public ReportDocumentFormat Format { get; set; }
    Property Value
    Type Description
    ReportDocumentFormat

    ReportDocument

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

    ReportJson

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