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


ICustomReportItem.CustomItem Property

Sets the custom report item and associated data used by the custom report item run-time component to render a standard report item. Write-only.

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

Синтаксис

'Декларация
WriteOnly Property CustomItem As CustomReportItem
CustomReportItem CustomItem { set; }
property CustomReportItem^ CustomItem {
    void set (CustomReportItem^ value);
}
/** @property */
void set_CustomItem (CustomReportItem value)
function set CustomItem (value : CustomReportItem)

Значение свойства

None.

Замечания

Добавления:5 декабря 2005 г.

If the report processing engine finds a CustomReportItem Element in the report definition at execution time, the run-time component is loaded and passed a CustomReportItem object. The run-time component then uses the properties of the CustomReportItem object to create a standard ReportItem object, which is used by the report processing engine to be rendered as part of the report.

Пример

See Образец пользовательского элемента отчета.

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

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.

См. также

Справочник

ICustomReportItem Interface
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace