Search Results for

    Show / Hide Table of Contents

    Class PostReportPythonParameter

    Parameter class which will be used in the post script

    Inheritance
    System.Object
    ReportPythonParameter
    PostReportPythonParameter
    Inherited Members
    ReportPythonParameter.instance_data_id
    ReportPythonParameter.stack_report
    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 class PostReportPythonParameter : ReportPythonParameter

    Properties

    | Improve this Doc View Source

    file_extension

    Gets or sets the report result file extension

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

    report_blob

    Gets or sets the report result as blob

    Declaration
    public byte[] report_blob { get; set; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx