Metodo PropertyDefinition.Create
Creates a property definition.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Function Create ( _
componentType As Type, _
propertyName As String _
) As IPropertyDefinition
'Utilizzo
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
Parametri
- componentType
Tipo: System.Type
The component type.
- propertyName
Tipo: System.String
The property name.
Valore restituito
Tipo: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.