Метод CreateCustomProperty

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function CreateCustomProperty As CustomProperty
'Применение
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

Возвращаемое значение

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomProperty