Classe ReportItem
An abstract class that represents a single item on the report.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustInherit Class ReportItem _
Implements IDocumentMapEntry
'Utilisation
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
Notes
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.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .CustomReportItem
Microsoft.ReportingServices.ReportRendering. . :: . .Image
Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.