Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a property definition.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Function Create ( _
componentType As Type, _
propertyName As String _
) As IPropertyDefinition
'Uso
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
Parámetros
- componentType
Tipo: System.Type
The component type.
- propertyName
Tipo: System.String
The property name.
Valor devuelto
Tipo: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel