다음을 통해 공유


PropertyDefinition.Create 메서드

Creates a property definition.

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

구문

‘선언
Public Shared Function Create ( _
    componentType As Type, _
    propertyName As String _
) As IPropertyDefinition
‘사용 방법
Dim componentType As Type 
Dim propertyName As String 
Dim returnValue As IPropertyDefinition 

returnValue = PropertyDefinition.Create(componentType, _
    propertyName)
public static IPropertyDefinition Create(
    Type componentType,
    string propertyName
)
public:
static IPropertyDefinition^ Create(
    Type^ componentType, 
    String^ propertyName
)
static member Create : 
        componentType:Type * 
        propertyName:string -> IPropertyDefinition
public static function Create(
    componentType : Type, 
    propertyName : String
) : IPropertyDefinition

매개 변수

  • componentType
    유형: System.Type
    The component type.

반환 값

유형: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.

참고 항목

참조

PropertyDefinition 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스