ICustomReportItem Members

Include Protected Members
Include Inherited Members

Represents a custom report item.

The ICustomReportItem type exposes the following members.

Methods

  Name Description
Public method EvaluateReportItemInstance(CustomReportItem) Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem.
Public method GenerateReportItemDefinition(CustomReportItem) Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem.

Top