Find メソッド
ページ セクション内で、指定された一意の名前を持つレポート アイテムを検索します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Function Find ( _
uniqueName As String _
) As ReportItem
'使用
Dim instance As PageSection
Dim uniqueName As String
Dim returnValue As ReportItem
returnValue = instance.Find(uniqueName)
public ReportItem Find(
string uniqueName
)
public:
ReportItem^ Find(
String^ uniqueName
)
member Find :
uniqueName:string -> ReportItem
public function Find(
uniqueName : String
) : ReportItem
パラメーター
- uniqueName
型: System. . :: . .String
検索するレポート アイテムの一意の名前です。
戻り値
型: Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
一意の名前を使用して検索されたレポート アイテムを表す ReportItem オブジェクトです。
説明
uniqueName に含めることができる文字は、0 ~ 9 および小文字の a ~ z だけです。