ReportRun.design 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
design() |
Gets or sets the name of the design. |
design(Object) |
design()
Gets or sets the name of the design.
public:
virtual Dynamics::AX::Application::ReportDesign ^ design();
public virtual Dynamics.AX.Application.ReportDesign design ();
abstract member design : unit -> Dynamics.AX.Application.ReportDesign
override this.design : unit -> Dynamics.AX.Application.ReportDesign
Public Overridable Function design () As ReportDesign
Returns
The name of the design.
Remarks
This method can be used to change from one design to another while the report is executed.
Applies to
design(Object)
public:
virtual Dynamics::AX::Application::ReportDesign ^ design(System::Object ^ _nameOrReportDesign);
public virtual Dynamics.AX.Application.ReportDesign design (object _nameOrReportDesign);
abstract member design : obj -> Dynamics.AX.Application.ReportDesign
override this.design : obj -> Dynamics.AX.Application.ReportDesign
Public Overridable Function design (_nameOrReportDesign As Object) As ReportDesign
Parameters
- _nameOrReportDesign
- Object
The name of the design; optional.