EnableNativeCustomReportItem メソッド (String)

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

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
'使用
Dim instance As Report
Dim type As String

instance.EnableNativeCustomReportItem(type)
public void EnableNativeCustomReportItem(
    string type
)
public:
void EnableNativeCustomReportItem(
    String^ type
)
member EnableNativeCustomReportItem : 
        type:string -> unit 
public function EnableNativeCustomReportItem(
    type : String
)

パラメーター

説明

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