Report.EnableNativeCustomReportItem Method

Definition

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

Overloads

EnableNativeCustomReportItem()

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

EnableNativeCustomReportItem(String)

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

Remarks

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 null) will enable all types of custom report items.

EnableNativeCustomReportItem()

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

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

Remarks

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 null) will enable all types of custom report items.

Applies to

EnableNativeCustomReportItem(String)

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

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 custom report item to enable.

Remarks

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 null) will enable all types of custom report items.

Applies to