Compartir a través de


EnableNativeCustomReportItem Método

Configura el modelo de objetos de presentación para hacer que los elementos de informe personalizados estén disponibles.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub EnableNativeCustomReportItem
'Uso
Dim instance As Report

instance.EnableNativeCustomReportItem()
public void EnableNativeCustomReportItem()
public:
void EnableNativeCustomReportItem()
member EnableNativeCustomReportItem : unit -> unit 
public function EnableNativeCustomReportItem()

Comentarios

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 null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). ) will enable all types of custom report items.