Share via


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。

适用于