Report.EnableNativeCustomReportItem Method

Definition

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

Overloads

EnableNativeCustomReportItem()

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

EnableNativeCustomReportItem(String)

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

EnableNativeCustomReportItem()

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

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

Applies to

EnableNativeCustomReportItem(String)

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

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

Parameters

type
String

The type of the custom report item.

Applies to