次の方法で共有


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

戻り値

型: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
新規作成されたカスタム プロパティ。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間