ICustomReportItem Interface

 

Updated: February 25, 2016

Represents a custom report item.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

public interface class ICustomReportItem

NameDescription
System_CAPS_pubmethodEvaluateReportItemInstance(CustomReportItem^)

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

System_CAPS_pubmethodGenerateReportItemDefinition(CustomReportItem^)

Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem.

Return to top
Show: