Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new custom property and adds it to the custom properties collection of the report item. Used in custom report items.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function CreateCustomProperty As CustomProperty
'Utilisation
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
Valeur de retour
Type : Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
A newly created custom property.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering