Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
WriteOnly Property CustomItem As CustomReportItem
Set
'Uso
Dim instance As ICustomReportItem
Dim value As CustomReportItem
instance.CustomItem = value
CustomReportItem CustomItem { set; }
property CustomReportItem^ CustomItem {
void set (CustomReportItem^ value);
}
abstract CustomItem : CustomReportItem with get, set
function set CustomItem (value : CustomReportItem)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.CustomReportItem
None.
Comentarios
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.
Ejemplos
See Custom Report Item Sample.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering