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