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

ReportItem物件,包含使用其唯一名稱找到的報表專案。

備註

只能 uniqueName 包含字元0-9 和小寫 a-z。

適用於