ReportGuidControl.modelFieldName Method

Definition

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

Returns

Applies to