Compartir a través de


EnableNativeCustomReportItem Método (String)

Configura el modelo de objetos de la representación para hacer que estén disponibles los elementos de informe personalizados del tipo especificado.

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

Sintaxis

'Declaración
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
'Uso
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
)

Parámetros

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.