PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPrintObject

    Represents a object for offline printing

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEPrintObject
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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: 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

    true if category; otherwise, false.

    CheckPrint

    Gets or sets a value indicating whether [check print].

    Declaration
    public bool CheckPrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [check print]; otherwise, false.

    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

    true if this instance is system; otherwise, false.

    Modal

    Gets or sets a value indicating whether this StdBEPrintObject is modal.

    Declaration
    public bool Modal { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if modal; otherwise, false.

    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 true [category].

    System.Boolean IsSystem

    if set to true [is system].

    System.String QuerySQL

    The query SQL.

    System.Boolean Modal

    if set to true [modal].

    StdBETipos.EnumGlobalCultures ReportCulture

    The report culture.

    System.Boolean CheckPrint

    if set to true [check print].

    System.String UniqueIdentifier

    The unique identifier.

    Returns
    Type Description
    StdBEPrintObject

    See Also

    StdBaseBE