Partager via


PropertyDefinition.Create(Type, String) Méthode

Définition

Crée une définition de propriété.

public:
 static Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition ^ Create(Type ^ componentType, System::String ^ propertyName);
public static Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition Create (Type componentType, string propertyName);
static member Create : Type * string -> Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
Public Shared Function Create (componentType As Type, propertyName As String) As IPropertyDefinition

Paramètres

componentType
Type

Type de composant.

propertyName
String

Nom de la propriété.

Retours

Objet IPropertyDefinition.

S’applique à