Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a property definition.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function Create ( _
componentType As Type, _
propertyName As String _
) As IPropertyDefinition
'Utilisation
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
Paramètres
- componentType
Type : System.Type
The component type.
- propertyName
Type : System.String
The property name.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.