📚 SAP Business One SDK Help

CrystalServerConfiguration Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property AbsEntryThis is the key field.
Field Name: DocEntry
Data Type: Edm.Int32
Writable: No
Public Property IsDefaultIndicates whether this is the default server configuration.
Field Name: IsDefault
Data Type: BoYesNoEnum
Writable: No
Enum Type: BoYesNoEnum
Public Property LogonUserCodeThe user code for logging on to the server.
Field Name: User
Data Type: Edm.String
Writable: Yes
Public Property LogonUserPasswordThe password for logging on to the server.
Field Name: Password
Data Type: Edm.String
Writable: Yes
Public Property PortThe server port number.
Field Name: Port
Data Type: Edm.String
Writable: Yes
Public Property ServerNameThe Crystal Reports Server name.
Field Name: Name
Data Type: Edm.String
Writable: Yes
Public Property Urlproperty URL

See Also