Condividi tramite


Metodo Report.EnableNativeCustomReportItem

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Sub EnableNativeCustomReportItem
'Utilizzo
Dim instance As Report

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

Osservazioni

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 nullriferimento Null (Nothing in Visual Basic).) will enable all types of custom report items.

Vedere anche

Riferimento

Report Classe

Overload EnableNativeCustomReportItem

Spazio dei nomi Microsoft.ReportingServices.ReportRendering