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