다음을 통해 공유


ReportParameter 멤버

Contains information about a parameter to the report.

ReportParameter 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 AllowBlank Indicates the value for this parameter is allowed to be the empty string.
공용 속성 DataType The data type of the parameter
공용 속성 Instance Gets the report instance object that contains the calculated values of this report definition object.
공용 속성 MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
공용 속성 Name Gets the name of the report parameter.
공용 속성 Nullable Indicates the value for this parameter is allowed to be Null.
공용 속성 Prompt The user prompt to display when asking for parameter values
공용 속성 UsedInQuery Indicates whether or not the parameter is used in a query in the report.

맨 위로 이동