다음을 통해 공유


RemoveProperty 메서드

Removes a property.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
Sub RemoveProperty ( _
    propertyIndex As Integer _
)
‘사용 방법
Dim instance As IPropertyStore
Dim propertyIndex As Integer

instance.RemoveProperty(propertyIndex)
void RemoveProperty(
    int propertyIndex
)
void RemoveProperty(
    int propertyIndex
)
abstract RemoveProperty : 
        propertyIndex:int -> unit 
function RemoveProperty(
    propertyIndex : int
)

매개 변수