共用方式為


Report.EnableNativeCustomReportItem 方法

Configures the rendering object model to make custom report items available.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub EnableNativeCustomReportItem
'用途
Dim instance As Report

instance.EnableNativeCustomReportItem()
public void EnableNativeCustomReportItem()
public:
void EnableNativeCustomReportItem()
member EnableNativeCustomReportItem : unit -> unit
public function EnableNativeCustomReportItem()

備註

If not called for a particular type of custom report item, the AltReportItem property will appear in place of any CustomReportItem of that type. Omitting the custom report item type parameter (or providing nullnull 參考 (在 Visual Basic 中為 Nothing)) will enable all types of custom report items.

請參閱

參考

Report 類別

EnableNativeCustomReportItem 多載

Microsoft.ReportingServices.ReportRendering 命名空間