次の方法で共有


Report.EnableNativeCustomReportItem メソッド (String)

処理エンジンが画像を生成しないように、レンダラーがネイティブですべてのカスタム レポート アイテム タイプをサポートすることを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  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
    カスタム レポート アイテムの種類。

関連項目

参照

Report クラス

EnableNativeCustomReportItem オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間