共用方式為


ReportItem 類別

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustInherit Class ReportItem _
    Implements IDocumentMapEntry
'用途
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

備註

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.

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。