Selerix Developer Tools
RelativePath Property (ReportTemplate)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : RelativePath Property
Path to current object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property RelativePath As String
'Usage
 
Dim instance As ReportTemplate
Dim value As String
 
instance.RelativePath = value
 
value = instance.RelativePath
[XmlAttribute()]
public string RelativePath {get; set;}
public read-write property RelativePath: String; 
XmlAttributeAttribute()
public function get,set RelativePath : String
[XmlAttribute()]
public: __property string* get_RelativePath();
public: __property void set_RelativePath( 
   string* value
);
[XmlAttribute()]
public:
property String^ RelativePath {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ReportTemplate Class
ReportTemplate Members