다음을 통해 공유


ReportItem 클래스

Represents a report item, such as a rectangle or tablix.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
Public MustInherit Class ReportItem _
    Inherits ReportElement _
    Implements IGlobalNamedObject, IShouldSerialize
‘사용 방법
Dim instance As ReportItem
public abstract class ReportItem : ReportElement, 
    IGlobalNamedObject, IShouldSerialize
public ref class ReportItem abstract : public ReportElement, 
    IGlobalNamedObject, IShouldSerialize
[<AbstractClassAttribute>]
type ReportItem =  
    class
        inherit ReportElement
        interface IGlobalNamedObject
        interface IShouldSerialize
    end
public abstract class ReportItem extends ReportElement implements IGlobalNamedObject, IShouldSerialize

상속 계층 구조

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
        Microsoft.ReportingServices.RdlObjectModel..::..ReportItem
          Microsoft.ReportingServices.RdlObjectModel. . :: . .CustomReportItem
          Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegion
          Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionPlaceholder
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Image
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Line
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Rectangle
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Subreport
          Microsoft.ReportingServices.RdlObjectModel. . :: . .Textbox

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.