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. |
上層