Class ExportReportDataResponse
Represents the response for the ExportReportData method.
Inheritance
System.Object
ExportReportDataResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExportReportDataResponse : ServiceResponse
Constructors
ExportReportDataResponse()
Declaration
public ExportReportDataResponse()
Properties
ReportData
Report output
Declaration
public object ReportData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |