ReportElementIsAggregateEl Property |
True if the element definition contains already the aggregate
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public bool IsAggregateEl { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public ReadOnly Property IsAggregateEl As Boolean
Get
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property bool IsAggregateEl {
bool get ();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member IsAggregateEl : bool with get
Property Value
Type:
Boolean
See Also