PropertyDefinition.Create(Type, String) Metodo

Definizione

Crea la definizione di una proprietà.

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

Parametri

componentType
Type

Tipo di componente.

propertyName
String

Nome della proprietà.

Restituisce

IPropertyDefinition

Oggetto IPropertyDefinition.

Si applica a