ICustomReportItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |