Selerix Developer Tools
ExternalEngineType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : ExternalEngineType Property
Gets or sets the type of the external engine. ExternalEngineType object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property ExternalEngineType As ExternalEngineType
'Usage
 
Dim instance As ReportTemplate
Dim value As ExternalEngineType
 
instance.ExternalEngineType = value
 
value = instance.ExternalEngineType
[XmlAttribute()]
[DefaultValue()]
public virtual ExternalEngineType ExternalEngineType {get; set;}
public read-write property ExternalEngineType: ExternalEngineType; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ExternalEngineType : ExternalEngineType
[XmlAttribute()]
[DefaultValue()]
public: __property virtual ExternalEngineType get_ExternalEngineType();
public: __property virtual void set_ExternalEngineType( 
   ExternalEngineType value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property ExternalEngineType ExternalEngineType {
   ExternalEngineType get();
   void set (    ExternalEngineType value);
}

Property Value

The type of the external engine.
See Also

Reference

ReportTemplate Class
ReportTemplate Members