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