다음을 통해 공유


ReportParameterInfo.Dependents 속성

이 매개 변수의 값을 ValidValues 및/또는 DefaultValues를 검색하는 쿼리에 매개 변수로 사용하는 매개 변수의 목록입니다.

네임스페이스: Microsoft.Reporting.WinForms
어셈블리: microsoft.reportviewer.winforms.dll에 있는 Microsoft.ReportViewer.WinForms

구문

‘선언
Public ReadOnly Property Dependents As ReportParameterInfoCollection
‘사용 방법
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection

value = instance.Dependents
public ReportParameterInfoCollection Dependents { get; }
public:
ReportParameterInfoCollection^ Dependents {
    ReportParameterInfoCollection^ get ();
}
/** @property */
public ReportParameterInfoCollection get_Dependents ()
public function get Dependents () : ReportParameterInfoCollection

속성 값

읽기 전용 ReportParameterInfoCollection

참고 항목

참조

ReportParameterInfo 클래스
ReportParameterInfo 멤버
Microsoft.Reporting.WinForms 네임스페이스