ReportItem Clase
An abstract class that represents a single item on the report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustInherit Class ReportItem _
Implements IDocumentMapEntry
'Uso
Dim instance As ReportItem
public abstract class ReportItem : IDocumentMapEntry
public ref class ReportItem abstract : IDocumentMapEntry
[<AbstractClassAttribute>]
type ReportItem =
class
interface IDocumentMapEntry
end
public abstract class ReportItem implements IDocumentMapEntry
Notas
Unlike a report item in the report definition, the Microsoft.ReportingServices.ReportRendering..::..ReportItem is repeated for each row of data represented by the data region containing the ReportItem.
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .CustomReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .Image
Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también