Report.EnableNativeCustomReportItem 方法 (String)

Configures the rendering object model to make custom report items of the given type available.

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

注释

If not called for a particular type of custom report item, the AltReportItem property will appear in place of any CustomReportItem of that type. Omitting the custom report item type parameter (or providing nullnull 引用(在 Visual Basic 中为 Nothing)) will enable all types of custom report items.

请参阅

参考

Report 类

EnableNativeCustomReportItem 重载

Microsoft.ReportingServices.ReportRendering 命名空间