Lenguaje

PropertyDefinition.Create(Type, String) Método

Definición

Crea una definición de propiedad.

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

Parámetros

componentType
Type

Tipo de componente.

propertyName
String

Nombre de la propiedad.

Devoluciones

Un objeto IPropertyDefinition.

Se aplica a