ICustomReportItem Members
Include Protected Members
Include Inherited Members
Represents a custom report item.
The ICustomReportItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
EvaluateReportItemInstance(CustomReportItem) | Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem. | |
GenerateReportItemDefinition(CustomReportItem) | Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem. |
Top