Field 클래스

정의

데이터 세트의 필드를 나타냅니다.

public ref class Field : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.Field/FieldConverter))]
public class Field : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.Field/FieldConverter))>]
type Field = class
    inherit ReportObject
    interface INamedObject
Public Class Field
Inherits ReportObject
Implements INamedObject
상속
특성
구현

생성자

Field()

Field 클래스의 새 인스턴스를 초기화합니다.

속성

Caption

필드의 캡션을 가져오거나 설정합니다.

ComponentMetadata

구성 요소 메타데이터를 가져오거나 설정합니다.

(다음에서 상속됨 ReportObject)
DataField

쿼리의 필드 이름을 가져오거나 설정합니다.

DefaultAggregateExpression

필드의 기본 집계 식을 가져옵니다.

IsCalculatedField

필드 형식이 계산 필드인지 여부를 나타내는 값을 가져옵니다.

Name

필드 이름을 가져오거나 설정합니다.

Parent

이 보고서 개체의 부모입니다.

(다음에서 상속됨 ReportObjectBase)
Site

ReportObject 개체와 연결된 사이트를 가져오거나 설정합니다.

(다음에서 상속됨 ReportObject)
TreatAsNumeric

필드 값이 숫자로 처리되는지 여부를 나타내는 값을 가져옵니다.

TypeName

값의 데이터 형식을 가져오거나 설정합니다.

UserDefined

필드 값이 사용자 정의 값인지 여부를 나타내는 값을 가져오거나 설정합니다.

Value

필드 값을 가져오거나 설정합니다.

메서드

DeepClone()

Field 인스턴스의 전체 복제를 반환합니다.

Equals(Field)

이 개체와 다른 Field 개체가 같은지 검사합니다.

Equals(Object)

이 개체와 다른 개체가 같은지 검사합니다.

GetContainingDataScopes()

데이터 범위를 포함하는 보고서 개체의 목록을 반환합니다.

(다음에서 상속됨 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

기본 구현에 대한 데이터 범위를 반환합니다.

(다음에서 상속됨 ReportObject)
GetDataType()

필드의 데이터 형식을 가져옵니다.

GetDependenciesCore(IList<ReportObject>)

ReportObject 개체에 대한 종속성 핵심을 반환합니다.

(다음에서 상속됨 ReportObject)
GetHashCode()

현재 인스턴스의 고유 해시 코드를 가져옵니다.

Initialize()

ReportObject의 인스턴스를 초기화합니다.

(다음에서 상속됨 ReportObject)
InitializeForDesigner()

디자이너에 대한 보고서 개체를 초기화합니다.

(다음에서 상속됨 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

자식의 속성이 변경되면 이벤트를 발생시킵니다.

(다음에서 상속됨 ReportObject)
OnPropertyChanged(Int32, Object, Object)

속성이 변경되면 이벤트를 발생시킵니다.

(다음에서 상속됨 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

RDL 의미 체계가 핵심 개체와 같은지 여부를 나타냅니다.

SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

보고서 개체의 속성 값을 저장합니다.

(다음에서 상속됨 ReportObject)

명시적 인터페이스 구현

IComponent.Disposed

ReportObject 개체가 삭제되면 발생합니다.

(다음에서 상속됨 ReportObject)
IDisposable.Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

(다음에서 상속됨 ReportObject)

적용 대상