Class ExecuteReportResult
An execute ssrs report task result returned by the IServerTask. Holds the filename that was generated by executing the IReport execution
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Tasks.Results
Assembly: API.dll
Syntax
[DataContract]
public class ExecuteReportResult : ServerTaskResult, ICloneable, ICloneable<ExecuteReportResult>
Properties
DefaultFolderPath
The folder path of the generated ssrs report
Declaration
public string DefaultFolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileFormat
The fie extension type of the generated report. The FilePath should include this at the end of the file name too.
Declaration
public string FileFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilePath
The filepath of the generated report
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportID
The id of the report these results were generated from
Declaration
public Guid ReportID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Clone()
Declaration
public ExecuteReportResult Clone()
Returns
Type | Description |
---|---|
ExecuteReportResult |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(ExecuteReportResult)
Declaration
public void CopyFromSource(ExecuteReportResult source)
Parameters
Type | Name | Description |
---|---|---|
ExecuteReportResult | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |