Share via


ReportRun Constructors

Definition

Overloads

ReportRun()
ReportRun(IntPtr)
ReportRun(Object)
ReportRun(Object, String)
ReportRun(Object, String, Boolean)

ReportRun()

public:
 ReportRun();
public ReportRun ();
Public Sub New ()

Applies to

ReportRun(IntPtr)

public:
 ReportRun(IntPtr ptr1);
public ReportRun (IntPtr ptr1);
new Dynamics.AX.Application.ReportRun : nativeint -> Dynamics.AX.Application.ReportRun
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

ReportRun(Object)

public:
 ReportRun(System::Object ^ obj1);
public ReportRun (object obj1);
new Dynamics.AX.Application.ReportRun : obj -> Dynamics.AX.Application.ReportRun
Public Sub New (obj1 As Object)

Parameters

obj1
Object

Applies to

ReportRun(Object, String)

public:
 ReportRun(System::Object ^ obj1, System::String ^ text1);
public ReportRun (object obj1, string text1);
new Dynamics.AX.Application.ReportRun : obj * string -> Dynamics.AX.Application.ReportRun
Public Sub New (obj1 As Object, text1 As String)

Parameters

obj1
Object
text1
String

Applies to

ReportRun(Object, String, Boolean)

public:
 ReportRun(System::Object ^ obj1, System::String ^ text1, bool flag1);
public ReportRun (object obj1, string text1, bool flag1);
new Dynamics.AX.Application.ReportRun : obj * string * bool -> Dynamics.AX.Application.ReportRun
Public Sub New (obj1 As Object, text1 As String, flag1 As Boolean)

Parameters

obj1
Object
text1
String
flag1
Boolean

Applies to