Report.EnableNativeCustomReportItem 方法

定義

設定轉譯物件模型,讓自訂報表項目可供使用。

多載

EnableNativeCustomReportItem()

設定轉譯物件模型,讓自訂報表項目可供使用。

EnableNativeCustomReportItem(String)

設定轉譯物件模型,讓指定類型的自訂報表項目可供使用。

備註

如果未針對特定類型的自訂報表專案呼叫,則 AltReportItem 會顯示該屬性的任何一個 CustomReportItem 類型。 省略自訂報表專案 type 參數(或提供 null )將會啟用所有類型的自訂報表專案。

EnableNativeCustomReportItem()

設定轉譯物件模型,讓自訂報表項目可供使用。

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

備註

如果未針對特定類型的自訂報表專案呼叫,則 AltReportItem 會顯示該屬性的任何一個 CustomReportItem 類型。 省略自訂報表專案 type 參數(或提供 null )將會啟用所有類型的自訂報表專案。

適用於

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

要啟用的自訂報表項目類型。

備註

如果未針對特定類型的自訂報表專案呼叫,則 AltReportItem 會顯示該屬性的任何一個 CustomReportItem 類型。 省略自訂報表專案 type 參數(或提供 null )將會啟用所有類型的自訂報表專案。

適用於