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. |
맨 위로 이동