Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new custom property and adds it to the custom properties collection of the report item. Used in custom report items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function CreateCustomProperty As CustomProperty
'Usage
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
Rückgabewert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
A newly created custom property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace