ReportObject 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보고서 개체를 나타냅니다.
public ref class ReportObject abstract : Microsoft::ReportingServices::RdlObjectModel::ReportObjectBase, IDisposable, System::ComponentModel::IComponent
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))]
public abstract class ReportObject : Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase, IDisposable, System.ComponentModel.IComponent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportObject/ReportObjectConverter))>]
type ReportObject = class
inherit ReportObjectBase
interface IComponent
interface IDisposable
Public MustInherit Class ReportObject
Inherits ReportObjectBase
Implements IComponent, IDisposable
- 상속
- 파생
- 특성
- 구현
생성자
ReportObject() |
ReportObject 클래스의 새 인스턴스를 초기화합니다. |
속성
ComponentMetadata |
구성 요소 메타데이터를 가져오거나 설정합니다. |
DesignerModel |
ReportObject 개체가 디자이너 모델인지 여부를 가져오거나 설정합니다. |
Parent |
이 보고서 개체의 부모입니다. (다음에서 상속됨 ReportObjectBase) |
Site |
ReportObject 개체와 연결된 사이트를 가져오거나 설정합니다. |
메서드
명시적 인터페이스 구현
IComponent.Disposed |
ReportObject 개체가 삭제되면 발생합니다. |
IDisposable.Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. |