Partager via


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.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

None.

Notes

Nouveau :5 décembre 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.

Exemple

See Exemple Custom Report Item (CRI).

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ICustomReportItem Interface
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace