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