Search Results for

    Show / Hide Table of Contents

    Class ExecuteSSRSReportParameter

    The server task parameters for executing a SSRS Report

    This task executes the IReportSSRS

    Inheritance
    System.Object
    SerializedParam
    ServerTaskParameter
    ExecuteReportParameter
    ExecuteSSRSReportParameter
    Implements
    ICloneable
    ICloneable<ExecuteReportParameter>
    System.ComponentModel.INotifyPropertyChanged
    ICloneable<ExecuteSSRSReportParameter>
    Inherited Members
    ExecuteReportParameter.UNIQUE_TASK_ID
    ExecuteReportParameter.GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)
    ExecuteReportParameter.PropertyChanged
    ExecuteReportParameter.OnPropertyChanged(String)
    ExecuteReportParameter.ReportID
    ExecuteReportParameter.ReportID_Label
    ExecuteReportParameter.Base64SerializedParameters
    ExecuteReportParameter.CopyFromSource(ExecuteReportParameter)
    ServerTaskParameter.ShouldAutomaticallyCreateTask(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowAutoCreateOnLockedItems
    ServerTaskParameter.DisplayUserParamOnSave(IHasSaveProcessingTask)
    ServerTaskParameter.AllowSaveWithNoChangesForTaskCreation(IHasSaveProcessingTask)
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    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
    ExecuteReportParameter.CopyFromParam(SerializedParam)

    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
    SerializedParam.CreateNewParam()

    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
    ExecuteReportParameter.Initialize(IReportBase)

    Implements

    ICloneable
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged
    ICloneable<T>

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.