ReportDesign.caption 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
caption() |
Gets or set the caption of the control. |
caption(String) |
caption()
Gets or set the caption of the control.
public:
virtual System::String ^ caption();
public virtual string caption ();
abstract member caption : unit -> string
override this.caption : unit -> string
Public Overridable Function caption () As String
Returns
The string that is used as the caption of the control.
Applies to
caption(String)
public:
virtual System::String ^ caption(System::String ^ _value);
public virtual string caption (string _value);
abstract member caption : string -> string
override this.caption : string -> string
Public Overridable Function caption (_value As String) As String
Parameters
- _value
- String