PageSection.Find(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在頁面區段中尋找具有指定之唯一名稱的報表項目。
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。