Selerix Developer Tools
ExtWebService Property (ReportTemplate)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : ExtWebService Property
Gets or sets the web service url.
Syntax
'Declaration
 
<XmlElementAttribute("ExtWebService")>
Public Overridable Property ExtWebService As String
'Usage
 
Dim instance As ReportTemplate
Dim value As String
 
instance.ExtWebService = value
 
value = instance.ExtWebService
[XmlElement("ExtWebService")]
public virtual string ExtWebService {get; set;}
public read-write property ExtWebService: String; virtual; 
XmlElementAttribute("ExtWebService")
public function get,set ExtWebService : String
[XmlElement("ExtWebService")]
public: __property virtual string* get_ExtWebService();
public: __property virtual void set_ExtWebService( 
   string* value
);
[XmlElement("ExtWebService")]
public:
virtual property String^ ExtWebService {
   String^ get();
   void set (    String^ value);
}

Property Value

The data source path.
See Also

Reference

ReportTemplate Class
ReportTemplate Members