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