Share via


Report.EnableNativeCustomReportItem 方法

定义

指示呈现器固有支持所有自定义报表项类型,因此处理引擎不应生成图像。

重载

EnableNativeCustomReportItem()

指示呈现器固有支持所有自定义报表项类型,因此处理引擎不应生成图像。

EnableNativeCustomReportItem(String)

指示呈现器固有支持所有自定义报表项类型,因此处理引擎不应生成图像。

EnableNativeCustomReportItem()

指示呈现器固有支持所有自定义报表项类型,因此处理引擎不应生成图像。

public:
 void EnableNativeCustomReportItem();
public void EnableNativeCustomReportItem ();
member this.EnableNativeCustomReportItem : unit -> unit
Public Sub EnableNativeCustomReportItem ()

适用于

EnableNativeCustomReportItem(String)

指示呈现器固有支持所有自定义报表项类型,因此处理引擎不应生成图像。

public:
 void EnableNativeCustomReportItem(System::String ^ type);
public void EnableNativeCustomReportItem (string type);
member this.EnableNativeCustomReportItem : string -> unit
Public Sub EnableNativeCustomReportItem (type As String)

参数

type
String

自定义报表项的类型。

适用于