Share via


ReportOutput.type Method

Definition

Overloads

type()
type(String)

type()

public:
 virtual System::String ^ type();
public virtual string type ();
abstract member type : unit -> string
override this.type : unit -> string
Public Overridable Function type () As String

Returns

Applies to

type(String)

public:
 virtual System::String ^ type(System::String ^ _type);
public virtual string type (string _type);
abstract member type : string -> string
override this.type : string -> string
Public Overridable Function type (_type As String) As String

Parameters

_type
String

Returns

Applies to