ReportElementReport Property |
Current report
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Report Report { get; set; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public Property Report As Report
Get
Set
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property Report^ Report {
Report^ get ();
void set (Report^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Report : Report with get, set
Property Value
Type:
Report
See Also