共用方式為


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.

上層

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間