ReportSection.bottomStr Method

Definition

Overloads

bottomStr()
bottomStr(String)

bottomStr()

public:
 virtual System::String ^ bottomStr();
public virtual string bottomStr ();
abstract member bottomStr : unit -> string
override this.bottomStr : unit -> string
Public Overridable Function bottomStr () As String

Returns

Applies to

bottomStr(String)

public:
 virtual System::String ^ bottomStr(System::String ^ _value);
public virtual string bottomStr (string _value);
abstract member bottomStr : string -> string
override this.bottomStr : string -> string
Public Overridable Function bottomStr (_value As String) As String

Parameters

_value
String

Returns

Applies to