Search Results for

    Show / Hide Table of Contents

    Class ExecuteReportResult

    An execute ssrs report task result returned by the IServerTask. Holds the filename that was generated by executing the IReport execution

    Inheritance
    System.Object
    SerializedParam
    ServerTaskResult
    ExecuteReportResult
    Implements
    ICloneable
    ICloneable<ExecuteReportResult>
    Inherited Members
    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.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
    SerializedParam.CopyFromParam(SerializedParam)

    CopyFromSource(ExecuteReportResult)

    Declaration
    public void CopyFromSource(ExecuteReportResult source)
    Parameters
    Type Name Description
    ExecuteReportResult source

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    SerializedParam.CreateNewParam()

    Implements

    ICloneable
    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.