다음을 통해 공유


ReportParameter 멤버

Contains information about a report parameter. This class cannot be inherited.

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

메서드

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

맨 위로 이동

속성

  이름 설명
공용 속성 AllowBlank Indicates whether the value of the parameter can be blank.
공용 속성 DataType Gets the data type of the parameter.
공용 속성 MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
공용 속성 Name Gets the name of the parameter.
공용 속성 Nullable Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing).
공용 속성 Prompt Gets the message to display to a user when asking for parameter values.
공용 속성 UsedInQuery Indicates whether the parameter is used in a query.
공용 속성 Value Gets the value of the parameter.
공용 속성 Values Gets the values of a multivalued report parameter.

맨 위로 이동