共用方式為


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