Compartir a través de


ReportItem.CreateCustomProperty Método

Creates a new custom property and adds it to the custom properties collection of the report item. Used in custom report items.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Function CreateCustomProperty As CustomProperty
'Uso
Dim instance As ReportItem 
Dim returnValue As CustomProperty 

returnValue = instance.CreateCustomProperty()
public CustomProperty CreateCustomProperty()
public:
CustomProperty^ CreateCustomProperty()
member CreateCustomProperty : unit -> CustomProperty
public function CreateCustomProperty() : CustomProperty

Valor devuelto

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
A newly created custom property.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering