次の方法で共有


Report.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
)

パラメーター

  • type
    型: System.String
    有効にするカスタム レポート アイテムの種類。

説明

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

関連項目

参照

Report クラス

EnableNativeCustomReportItem オーバーロード

Microsoft.ReportingServices.ReportRendering 名前空間