Class RenderReportResponse
Represents the response for the RenderReport method.
Inheritance
System.Object
RenderReportResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RenderReportResponse : ServiceResponse
Constructors
RenderReportResponse()
Declaration
public RenderReportResponse()
Properties
ReportContent
Report output
Declaration
public byte[] ReportContent { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |