Search Results for

    Show / Hide Table of Contents

    Class CreateReportNode

    Create report node

    Inheritance
    System.Object
    CreateReportNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class CreateReportNode : ActionNode

    Properties

    | Improve this Doc View Source

    FailedOutNode

    Declaration
    public ActionNode FailedOutNode { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    FriendlyName

    Gets or sets the friendly name of the node

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InPinDataId

    Declaration
    public DataPin InPinDataId { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinParameterName

    Declaration
    public DataPin InPinParameterName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinReportName

    Declaration
    public DataPin InPinReportName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets or sets the name of the node

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutNode

    Declaration
    public ActionNode OutNode { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutPinBlobGuid

    Declaration
    public DataPin OutPinBlobGuid { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinFileExtension

    Declaration
    public DataPin OutPinFileExtension { get; set; }
    Property Value
    Type Description
    DataPin

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Print report as pdf

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instance

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx