Partilhar via


PageSection.Find Method

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Function Find ( _
    uniqueName As String _
) As ReportItem
public ReportItem Find (
    string uniqueName
)
public:
ReportItem^ Find (
    String^ uniqueName
)
public ReportItem Find (
    String uniqueName
)
public function Find (
    uniqueName : String
) : ReportItem

Parameters

  • uniqueName
    The unique name of the report item to locate.

Return Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

PageSection Class
PageSection Members
Microsoft.ReportingServices.ReportRendering Namespace