Class StdBEPrintObject
Represents a object for offline printing
Inherited Members
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBEPrintObject : StdBaseBE
Constructors
StdBEPrintObject()
Declaration
public StdBEPrintObject()
Properties
Category
Gets or sets a value indicating whether this StdBEPrintObject is category.
Declaration
public bool Category { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CheckPrint
Gets or sets a value indicating whether [check print].
Declaration
public bool CheckPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CopyNumber
Gets or sets the copy number.
Declaration
public int CopyNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The copy number. |
Destination
Gets or sets the destination.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
System.String | The destination. |
Document
Gets or sets the document.
Declaration
public string Document { get; set; }
Property Value
Type | Description |
---|---|
System.String | The document. |
Formulas
Gets or sets the formulas.
Declaration
public dynamic Formulas { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The formulas. |
IsSystem
Gets or sets a value indicating whether this instance is system.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Modal
Gets or sets a value indicating whether this StdBEPrintObject is modal.
Declaration
public bool Modal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
OrderOrientation
Gets or sets the order orientation.
Declaration
public int OrderOrientation { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The order orientation. |
QuerySQL
Gets or sets the query SQL.
Declaration
public string QuerySQL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The query SQL. |
ReportCulture
Gets or sets the report culture.
Declaration
public StdBETipos.EnumGlobalCultures ReportCulture { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumGlobalCultures | The report culture. |
ReportName
Gets or sets the name of the report.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the report. |
ReturnContext
Gets or sets the return context.
Declaration
public Dictionary<string, object> ReturnContext { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | The return context. |
SelectionFormula
Gets or sets the selection formula.
Declaration
public string SelectionFormula { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selection formula. |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |
UniqueIdentifier
Gets or sets the unique identifier.
Declaration
public string UniqueIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique identifier. |
Methods
New(String, String, String, Int32, String, String, Int32, Boolean, Boolean, String, Boolean, StdBETipos.EnumGlobalCultures, Boolean, String)
News the specified report name.
Declaration
public static StdBEPrintObject New(string ReportName = "", string Title = "", string Destination = "W", int CopyNumber = 1, string Document = "N", string SelectionFormula = "", int OrderOrientation = 0, bool Category = false, bool IsSystem = false, string QuerySQL = "", bool Modal = false, StdBETipos.EnumGlobalCultures ReportCulture = StdBETipos.EnumGlobalCultures.CULT_UNDEF, bool CheckPrint = false, string UniqueIdentifier = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | ReportName | Name of the report. |
System.String | Title | The title. |
System.String | Destination | The destination. |
System.Int32 | CopyNumber | The copy number. |
System.String | Document | The document. |
System.String | SelectionFormula | The selection formula. |
System.Int32 | OrderOrientation | The order orientation. |
System.Boolean | Category | if set to |
System.Boolean | IsSystem | if set to |
System.String | QuerySQL | The query SQL. |
System.Boolean | Modal | if set to |
StdBETipos.EnumGlobalCultures | ReportCulture | The report culture. |
System.Boolean | CheckPrint | if set to |
System.String | UniqueIdentifier | The unique identifier. |
Returns
Type | Description |
---|---|
StdBEPrintObject |