言語

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 オブジェクトで、その一意な名前を使って位置づけられます。

注釈

uniqueNameは0-9と小文字a-zのみを含みます。

適用対象