CreateCustomProperty メソッド
カスタム プロパティを新規作成し、それをレポート アイテムのカスタム プロパティ コレクションに追加します。カスタム レポート アイテムで使用されます。
名前空間: 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