ICustomReportItem 接口
Represents a custom report item.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Interface ICustomReportItem
用法
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem = interface end
public interface ICustomReportItem
ICustomReportItem 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
EvaluateReportItemInstance | Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem. | |
GenerateReportItemDefinition | Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem. |
页首