次の方法で共有


PageSection.Find(String) メソッド

定義

ページ セクション内で、指定された一意の名前を持つレポート アイテムを検索します。

public:
 Microsoft::ReportingServices::ReportRendering::ReportItem ^ Find(System::String ^ uniqueName);
public Microsoft.ReportingServices.ReportRendering.ReportItem Find (string uniqueName);
member this.Find : string -> Microsoft.ReportingServices.ReportRendering.ReportItem
Public Function Find (uniqueName As String) As ReportItem

パラメーター

uniqueName
String

検索するレポート アイテムの一意の名前です。

戻り値

一意の ReportItem 名前を使用して配置されたレポート アイテムを含むオブジェクト。

注釈

A uniqueName には、0 から 9 の文字と小文字の a ~ z のみを含めることができます。

適用対象