Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a property definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function Create ( _
componentType As Type, _
propertyName As String _
) As IPropertyDefinition
'Usage
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
Parameters
- componentType
Type: System.Type
The component type.
- propertyName
Type: System.String
The property name.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.