Class PostReportPythonParameter
Parameter class which will be used in the post script
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 class PostReportPythonParameter : ReportPythonParameter
Properties
| Improve this Doc View Sourcefile_extension
Gets or sets the report result file extension
Declaration
public string file_extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
report_blob
Gets or sets the report result as blob
Declaration
public byte[] report_blob { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |