| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageTypes Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ImageTypes : Enum | |
| Member | Description |
|---|---|
| MainReport | Specifies the image associated with the MainReport node. |
| Section | Specifies the image associated with the Section node. |
| Control | Specifies the image associated with the Control node. |
| XmlDocument | Specifies the image associated with the XmlDocument node. |
| XmlNode | Specifies the image associated with the XmlNode node. |
| XmlAttribute | Specifies the image associated with the XmlAttribute node. |
| XmlAttributeIterator | Specifies the image associated with the XmlAttributeIterator node. |
| XmlNodeDefaultIterator | Specifies the image associated with the XmlNodeDefaultIterator node. |
| XmlNodeIterator | Specifies the image associated with the XmlNodeIterator node. |
| Fields | Specifies the image associated with the Fields node. |
| BoundFields | Specifies the image associated with the BoundFields node. |
| CalculatedFields | Specifies the image associated with the CalculatedFields node. |
| Parameters | Specifies the image associated with the Parameters node. |
| Parameter | Specifies the image associated with the Parameter node. |
| ReportSettings | Specifies the image associated with the ReportSettings node. |
| CalculatedField | Specifies the image associated with the CalculatedField node. |
| BoundField | Specifies the image associated with the BoundField node. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Design.ImageTypes