GetBoolean 方法
Gets the value of a Boolean property.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Function GetBoolean ( _
propertyIndex As Integer _
) As Boolean
'用途
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(propertyIndex)
bool GetBoolean(
int propertyIndex
)
bool GetBoolean(
int propertyIndex
)
abstract GetBoolean :
propertyIndex:int -> bool
function GetBoolean(
propertyIndex : int
) : boolean
參數
- propertyIndex
型別:System. . :: . .Int32
The property index.
傳回值
型別:System. . :: . .Boolean
A Boolean value.