PropertyDefinition.Create(Type, String) Método

Definição

Cria uma definição de propriedade.

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

O tipo de componente.

propertyName
String

O nome da propriedade.

Retornos

Um objeto IPropertyDefinition.

Aplica-se a