言語

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

レポート全体でこのレポート項目を一意に識別する文字列です。

返品

uniqueNameパラメータで示された名前に一致するレポート項目を含むReportItemを返します。

注釈

Findメソッドがサブレポートを呼び出す場合、そのメソッドはサブレポートだけでなくレポート全体に対して動作します。

一意な名前パラメータは、0-9とa-zの文字のみを含めます。

適用対象