Classe ReportItem
An abstract class that represents a single item on the report.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustInherit Class ReportItem _
Implements IDocumentMapEntry
'Utilizzo
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
Osservazioni
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.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .CustomReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .Image
Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche