Selerix Developer Tools
RelativePath Property (ReportParameterList)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class : RelativePath Property
Gets or sets the relative path.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property RelativePath As String
'Usage
 
Dim instance As ReportParameterList
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);
}

Property Value

The relative path.
See Also

Reference

ReportParameterList Class
ReportParameterList Members