Report.GetReportItemByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::ReportDesigner::IReportItem ^ GetReportItemByName(System::String ^ name);
public Microsoft.ReportDesigner.IReportItem GetReportItemByName (string name);
member this.GetReportItemByName : string -> Microsoft.ReportDesigner.IReportItem
Public Function GetReportItemByName (name As String) As IReportItem
Parameters
- name
- String