Parameter 클래스

정의

하위 보고서 또는 드릴스루의 매개 변수에 대한 정보를 포함합니다.

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

생성자

Parameter()

Parameter 클래스의 새 인스턴스를 만듭니다.

속성

ComponentMetadata

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

(다음에서 상속됨 ReportObject)
Name

매개 변수 이름을 가져오거나 설정합니다.

Omit

매개 변수를 건너뛰어야 할지 여부를 나타내는 값을 가져오거나 설정합니다. 드릴스루 매개 변수에만 사용할 수 있습니다.

Parent

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

(다음에서 상속됨 ReportObjectBase)
Site

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

(다음에서 상속됨 ReportObject)
Value

하위 보고서나 컨트롤의 매개 변수에 전달할 값으로 계산되는 식을 가져오거나 설정합니다.

메서드

DeepClone()

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

(다음에서 상속됨 ReportObject)
Equals(Object)

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

GetContainingDataScopes()

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

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

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

(다음에서 상속됨 ReportObject)
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(Report Definition Language) 의미 체계와 핵심 개체가 같은지 여부를 반환합니다.

(다음에서 상속됨 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue)

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

(다음에서 상속됨 ReportObject)

명시적 인터페이스 구현

IComponent.Disposed

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

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

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

(다음에서 상속됨 ReportObject)

적용 대상