PageSection.Find(String) Method

Definition

Finds the report item in the page section with the given unique name.

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

Parameters

uniqueName
String

The unique name of the report item to locate.

Returns

A ReportItem object containing the report item located by using its unique name.

Remarks

A uniqueName can contain only the characters 0-9 and lowercase a-z.

Applies to