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.

备注

新增日期:2005 年 12 月 5 日

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

ICustomReportItem Interface
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace