ReportDesign.lookupLabel 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.
Overloads
lookupLabel(String, String) | |
lookupLabel(String) |
lookupLabel(String, String)
public:
virtual System::String ^ lookupLabel(System::String ^ _label, System::String ^ _lan);
public virtual string lookupLabel (string _label, string _lan);
abstract member lookupLabel : string * string -> string
override this.lookupLabel : string * string -> string
Public Overridable Function lookupLabel (_label As String, _lan As String) As String
Parameters
- _label
- String
- _lan
- String
Returns
Applies to
lookupLabel(String)
public:
virtual System::String ^ lookupLabel(System::String ^ text1);
public virtual string lookupLabel (string text1);
abstract member lookupLabel : string -> string
override this.lookupLabel : string -> string
Public Overridable Function lookupLabel (text1 As String) As String
Parameters
- text1
- String