Class ExecuteSSRSReportParameter
The server task parameters for executing a SSRS Report
This task executes the IReportSSRS
Inheritance
System.Object
ExecuteSSRSReportParameter
Implements
System.ComponentModel.INotifyPropertyChanged
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.Parameters
Assembly: API.dll
Syntax
[DataContract]
[ReportParameter(EntityID.ReportSSRS)]
public class ExecuteSSRSReportParameter : ExecuteReportParameter, ICloneable, ICloneable<ExecuteReportParameter>, INotifyPropertyChanged, ICloneable<ExecuteSSRSReportParameter>
Properties
Format
The format for this report
Declaration
public SSRSReportExportFormat Format { get; set; }
Property Value
Type | Description |
---|---|
SSRSReportExportFormat |
Methods
Clone()
Declaration
public ExecuteSSRSReportParameter Clone()
Returns
Type | Description |
---|---|
ExecuteSSRSReportParameter |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(ExecuteSSRSReportParameter)
Declaration
public void CopyFromSource(ExecuteSSRSReportParameter source)
Parameters
Type | Name | Description |
---|---|---|
ExecuteSSRSReportParameter | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |
Overrides
Initialize(IReportBase)
Initializes these parameters to have the same format type as the IReportSSRS itself
Declaration
public override Task Initialize(IReportBase forReport)
Parameters
Type | Name | Description |
---|---|---|
IReportBase | forReport | The IReportSSRS report these parameters are being created for |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged