Selerix Developer Tools
Item Property (ReportTemplateList)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplateList Class : Item Property
Gets or sets the ReportTemplate with the specified name.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Shadows Default Property Item( _
   ByVal name As String _
) As ReportTemplate
'Usage
 
Dim instance As ReportTemplateList
Dim name As String
Dim value As ReportTemplate
 
instance.Item(name) = value
 
value = instance.Item(name)
[XmlIgnore()]
public new ReportTemplate this[ 
   string name
]; {get; set;}
public  this: : ReportTemplate;[ 
    name: String
]; read-write
XmlIgnoreAttribute()
public hide  this[ 
   name : String
] get,set : ReportTemplate
[XmlIgnore()]
public: __property new ReportTemplate* get_Item   string* name
;
public: __property new void set_Item   string* name,
   ReportTemplate* value
;
[XmlIgnore()]
public:
new property ReportTemplate^ default [String^] {
   ReportTemplate^ get(String^ name);
   void set (String^ name, ReportTemplate^ value);
}

Parameters

name
See Also

Reference

ReportTemplateList Class
ReportTemplateList Members