Selerix Developer Tools
FileName Property (ReportParameterList)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class : FileName Property
Path to object config file.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property FileName As String
'Usage
 
Dim instance As ReportParameterList
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
[XmlElement()]
public string FileName {get; set;}
public read-write property FileName: String; 
XmlElementAttribute()
public function get,set FileName : String
[XmlElement()]
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
[XmlElement()]
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the file.
See Also

Reference

ReportParameterList Class
ReportParameterList Members