Share via


ReportOutputUser.newmethod Method

Definition

Overloads

newmethod(PrintJobHeader)

Initializes a new instance of the Object class.

newmethod(PrintJobHeader, PrintJobPages)
newmethod(PrintJobHeader, PrintJobPages, Object[])

newmethod(PrintJobHeader)

Initializes a new instance of the Object class.

public:
 override void newmethod(Dynamics::AX::Application::PrintJobHeader ^ header1);
public override void newmethod (Dynamics.AX.Application.PrintJobHeader header1);
override this.newmethod : Dynamics.AX.Application.PrintJobHeader -> unit
Public Overrides Sub newmethod (header1 As PrintJobHeader)

Parameters

header1
PrintJobHeader

Applies to

newmethod(PrintJobHeader, PrintJobPages)

public:
 override void newmethod(Dynamics::AX::Application::PrintJobHeader ^ header1, Dynamics::AX::Application::PrintJobPages ^ pages1);
public override void newmethod (Dynamics.AX.Application.PrintJobHeader header1, Dynamics.AX.Application.PrintJobPages pages1);
override this.newmethod : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages -> unit
Public Overrides Sub newmethod (header1 As PrintJobHeader, pages1 As PrintJobPages)

Parameters

header1
PrintJobHeader
pages1
PrintJobPages

Applies to

newmethod(PrintJobHeader, PrintJobPages, Object[])

public:
 void newmethod(Dynamics::AX::Application::PrintJobHeader ^ _jobsCursor, Dynamics::AX::Application::PrintJobPages ^ _pagesCursor, cli::array <System::Object ^> ^ _settings);
public void newmethod (Dynamics.AX.Application.PrintJobHeader _jobsCursor, Dynamics.AX.Application.PrintJobPages _pagesCursor, object[] _settings);
override this.newmethod : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages * obj[] -> unit
Public Sub newmethod (_jobsCursor As PrintJobHeader, _pagesCursor As PrintJobPages, _settings As Object())

Parameters

_jobsCursor
PrintJobHeader
_pagesCursor
PrintJobPages
_settings
Object[]

Applies to