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
ReportBatchJsonDocumentApplyResponse
Assembly: Reportman.Reporting.Design.Json.dll
Syntax
public class ReportBatchJsonDocumentApplyResponse : ReportBatchJsonApplyResponse
Constructors
ReportBatchJsonDocumentApplyResponse()
Declaration
public ReportBatchJsonDocumentApplyResponse()
Properties
Declaration
public ReportDocumentFormat Format { get; set; }
Property Value
ReportDocument
Declaration
public string ReportDocument { get; set; }
Property Value
ReportJson
Declaration
public string ReportJson { get; set; }
Property Value