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.
Gets the rendered image of the custom report item.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
ReadOnly Property RenderItem As ReportItem
Get
'Uso
Dim instance As ICustomReportItem
Dim value As ReportItem
value = instance.RenderItem
ReportItem RenderItem { get; }
property ReportItem^ RenderItem {
ReportItem^ get ();
}
abstract RenderItem : ReportItem
function get RenderItem () : ReportItem
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.ReportItem
A ReportItem containing the rendered custom report item. Currently, an image is the only supported report item type.For more information, see Crear un componente de tiempo de ejecución de elemento de informe personalizado.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering