ReportItem.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