Udostępnij za pośrednictwem


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.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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)

Property Value

None.

Remarks

New:5 December 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.

Example

See Custom Report Item Sample.

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ICustomReportItem Interface
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace