CustomReportItem Class Members
In This Topic
The following tables list the members exposed by CustomReportItem.
Public Constructors
Public Properties
| Name | Description |
 | AccessibleDescription | Gets or sets a description of the control used by accessibility client applications. |
 | AltReportItem | Gets or sets an alternative report item to use if the custom report item cannot be processed. |
 | CustomData | Gets or sets a custom data settings used by the custom report item. |
 | InnerXml | Gets or sets a XML representation of the custom report item. |
 | IsDataRegion | Gets a value indicating whether the custom report item functions as a data region. |
 | ReportItems | Gets a collection of report items contained within the custom report item. |
 | Type | Gets or sets a type of the custom report item interpreted by the report server or designer tool. |
Top
Public Methods
| Name | Description |
 | GetExpressions | Overridden. Returns a list of the expressions contained by this report item. |
 | SortReportItems | Sorts the contained report items to optimize rendering performance. |
 | Validate | Overridden. Validates the current state of the CustomReportItem object. |
Top
See Also