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。

适用于