ReportRun Constructors
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
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)
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