Class ReportPythonParameter
base python parameter
Inheritance
System.Object
ReportPythonParameter
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 Sourceinstance_data_id
Gets or sets the current instance data id
Declaration
public Guid instance_data_id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
stack_report
Gets or sets the stack report configuration
Declaration
public StackReport stack_report { get; set; }
Property Value
Type | Description |
---|---|
StackReport |