xClassFactory.createViewer 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
createViewer(PrintJobHeader, PrintJobPages, ReportOutputUserType) | |
createViewer(PrintJobHeader, PrintJobPages, ReportOutputUserType, ReportRun) |
createViewer(PrintJobHeader, PrintJobPages, ReportOutputUserType)
public:
virtual Dynamics::AX::Application::ReportOutputUser ^ createViewer(Dynamics::AX::Application::PrintJobHeader ^ header1, Dynamics::AX::Application::PrintJobPages ^ pages1, Dynamics::AX::Application::ReportOutputUserType type1);
public virtual Dynamics.AX.Application.ReportOutputUser createViewer (Dynamics.AX.Application.PrintJobHeader header1, Dynamics.AX.Application.PrintJobPages pages1, Dynamics.AX.Application.ReportOutputUserType type1);
abstract member createViewer : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages * Dynamics.AX.Application.ReportOutputUserType -> Dynamics.AX.Application.ReportOutputUser
override this.createViewer : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages * Dynamics.AX.Application.ReportOutputUserType -> Dynamics.AX.Application.ReportOutputUser
Public Overridable Function createViewer (header1 As PrintJobHeader, pages1 As PrintJobPages, type1 As ReportOutputUserType) As ReportOutputUser
Parameters
- header1
- PrintJobHeader
- pages1
- PrintJobPages
- type1
- ReportOutputUserType
Returns
Applies to
createViewer(PrintJobHeader, PrintJobPages, ReportOutputUserType, ReportRun)
public:
virtual Dynamics::AX::Application::ReportOutputUser ^ createViewer(Dynamics::AX::Application::PrintJobHeader ^ _jobsCursor, Dynamics::AX::Application::PrintJobPages ^ _pagesCursor, Dynamics::AX::Application::ReportOutputUserType _viewerType, Dynamics::AX::Application::ReportRun ^ _reportRun);
public virtual Dynamics.AX.Application.ReportOutputUser createViewer (Dynamics.AX.Application.PrintJobHeader _jobsCursor, Dynamics.AX.Application.PrintJobPages _pagesCursor, Dynamics.AX.Application.ReportOutputUserType _viewerType, Dynamics.AX.Application.ReportRun _reportRun);
abstract member createViewer : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages * Dynamics.AX.Application.ReportOutputUserType * Dynamics.AX.Application.ReportRun -> Dynamics.AX.Application.ReportOutputUser
override this.createViewer : Dynamics.AX.Application.PrintJobHeader * Dynamics.AX.Application.PrintJobPages * Dynamics.AX.Application.ReportOutputUserType * Dynamics.AX.Application.ReportRun -> Dynamics.AX.Application.ReportOutputUser
Public Overridable Function createViewer (_jobsCursor As PrintJobHeader, _pagesCursor As PrintJobPages, _viewerType As ReportOutputUserType, _reportRun As ReportRun) As ReportOutputUser
Parameters
- _jobsCursor
- PrintJobHeader
- _pagesCursor
- PrintJobPages
- _viewerType
- ReportOutputUserType
- _reportRun
- ReportRun