Proprietà RenderItem
Contains the rendered image of the custom report item.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
ReadOnly Property RenderItem As ReportItem
Get
'Utilizzo
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
Valore proprietà
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 Creazione di un componente runtime dell'elemento del report personalizzato.