ReportItem.CreateCustomProperty メソッド

定義

新しいカスタムプロパティを作成し、レポートアイテムのカスタムプロパティコレクションに追加します。 カスタムレポート項目で使用されます。

public:
 Microsoft::ReportingServices::OnDemandReportRendering::CustomProperty ^ CreateCustomProperty();
public Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty CreateCustomProperty();
member this.CreateCustomProperty : unit -> Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
Public Function CreateCustomProperty () As CustomProperty

返品

新たに作成されたカスタムプロパティです。

適用対象