Condividi tramite


Report.EnableNativeCustomReportItem Method (String)

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

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

Sintassi

'Dichiarazione
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
public void EnableNativeCustomReportItem (
    string type
)
public:
void EnableNativeCustomReportItem (
    String^ type
)
public void EnableNativeCustomReportItem (
    String type
)
public function EnableNativeCustomReportItem (
    type : String
)

Parametri

  • type
    The type of custom report item to enable.

Osservazioni

Data creazione:5 dicembre 2005

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) will enable all types of custom report items.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace