Class RenderReportRequest
Represents the a request for the RenderReport method.
Inheritance
System.Object
RenderReportRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RenderReportRequest : ServiceRequest
Constructors
RenderReportRequest()
Request Property
Declaration
public RenderReportRequest()
Properties
DownloadFileName
File name for download
Declaration
public string DownloadFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportFormat
Export Report in Format
Declaration
public string ExportFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportParameters
Report Parameters
Declaration
public ICollection<SsrsReportParameter> ReportParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SsrsReportParameter> |
ReportPath
Report Path
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |