EnableNativeCustomReportItem メソッド

カスタム レポート アイテムが使用可能になるように表示オブジェクト モデルを構成します。

名前空間:  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()

説明

特定の種類のカスタム レポート アイテムに対して呼び出されていない場合、AltReportItem プロパティが、その種類の CustomReportItem の代わりに表示されます。カスタム レポート アイテムの type パラメーターを省略すると (または null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) を指定すると)、すべての種類のカスタム レポート アイテムが有効になります。