Report.EnableNativeCustomReportItem 方法 (String)

Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.

命名空间:  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
    The type of the custom report item.