GetBoolean 메서드
Gets a Boolean property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Function GetBoolean ( _
propertyIndex As Integer _
) As Boolean
‘사용 방법
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(propertyIndex)
public bool GetBoolean(
int propertyIndex
)
public:
virtual bool GetBoolean(
int propertyIndex
) sealed
abstract GetBoolean :
propertyIndex:int -> bool
override GetBoolean :
propertyIndex:int -> bool
public final function GetBoolean(
propertyIndex : int
) : boolean
매개 변수
- propertyIndex
형식: System. . :: . .Int32
The properyt index.
반환 값
형식: System. . :: . .Boolean
A Boolean value.