ICustomReportItem Interface

Definition

Represents a custom report item.

public interface class ICustomReportItem
public interface ICustomReportItem
type ICustomReportItem = interface
Public Interface ICustomReportItem

Methods

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.

Applies to