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