Поделиться через


Report.EnableNativeCustomReportItem Method ()

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

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public Sub EnableNativeCustomReportItem
public void EnableNativeCustomReportItem ()
public:
void EnableNativeCustomReportItem ()
public void EnableNativeCustomReportItem ()
public function EnableNativeCustomReportItem ()

Замечания

Добавления:5 декабря 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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace