Search Results for

    Show / Hide Table of Contents

    Class ReportPythonParameter

    base python parameter

    Inheritance
    System.Object
    ReportPythonParameter
    BeforeReportPythonParameter
    PostReportPythonParameter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.DataStack
    Assembly: Simplic.DataStack.dll
    Syntax
    public abstract class ReportPythonParameter

    Properties

    | Improve this Doc View Source

    instance_data_id

    Gets or sets the current instance data id

    Declaration
    public Guid instance_data_id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    stack_report

    Gets or sets the stack report configuration

    Declaration
    public StackReport stack_report { get; set; }
    Property Value
    Type Description
    StackReport
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx