Classe ReportItem
An abstract class that represents a single item on the report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
Comentários
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.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .CustomReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .Image
Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.