ReportItem Class

An abstract class that represents a single item on the report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustInherit Class ReportItem _
    Implements IDocumentMapEntry
'Usage
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

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.