Class ExportReportDataRequest
Represents the a request for the $verb$ method.
Inheritance
System.Object
ExportReportDataRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExportReportDataRequest : ServiceRequest
Constructors
ExportReportDataRequest()
Declaration
public ExportReportDataRequest()
Properties
DownloadFileName
Declaration
public string DownloadFileName { 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 |