RemoveProperty 메서드
Removes a property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Sub RemoveProperty ( _
propertyIndex As Integer _
)
‘사용 방법
Dim instance As PropertyStore
Dim propertyIndex As Integer
instance.RemoveProperty(propertyIndex)
public void RemoveProperty(
int propertyIndex
)
public:
virtual void RemoveProperty(
int propertyIndex
) sealed
abstract RemoveProperty :
propertyIndex:int -> unit
override RemoveProperty :
propertyIndex:int -> unit
public final function RemoveProperty(
propertyIndex : int
)
매개 변수
- propertyIndex
형식: System. . :: . .Int32
The property index.