ReportOutput.newmethod Method
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
newmethod(PrintJobHeader) |
Initializes a new instance of the Object class. |
newmethod(PrintJobHeader, PrintJobPages) |
newmethod(PrintJobHeader)
Initializes a new instance of the Object class.
public:
virtual void newmethod(Dynamics::AX::Application::PrintJobHeader ^ header1);
public virtual void newmethod (Dynamics.AX.Application.PrintJobHeader header1);
override this.newmethod : Dynamics.AX.Application.PrintJobHeader -> unit
Public Overridable Sub newmethod (header1 As PrintJobHeader)
Parameters
- header1
- PrintJobHeader
Applies to
newmethod(PrintJobHeader, PrintJobPages)
public:
virtual void newmethod(Dynamics::AX::Application::PrintJobHeader ^ _jobsCursor, Dynamics::AX::Application::PrintJobPages ^ _pagesCursor);
public virtual void newmethod (Dynamics.AX.Application.PrintJobHeader _jobsCursor, Dynamics.AX.Application.PrintJobPages _pagesCursor);
override this.newmethod : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages -> unit
Public Overridable Sub newmethod (_jobsCursor As PrintJobHeader, _pagesCursor As PrintJobPages)
Parameters
- _jobsCursor
- PrintJobHeader
- _pagesCursor
- PrintJobPages