ReportDesign.makeAutoSection 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
makeAutoSection() | |
makeAutoSection(Query) |
makeAutoSection()
public:
virtual int makeAutoSection();
public virtual int makeAutoSection ();
abstract member makeAutoSection : unit -> int
override this.makeAutoSection : unit -> int
Public Overridable Function makeAutoSection () As Integer
Returns
Applies to
makeAutoSection(Query)
public:
virtual int makeAutoSection(Dynamics::AX::Application::Query ^ _query);
public virtual int makeAutoSection (Dynamics.AX.Application.Query _query);
abstract member makeAutoSection : Dynamics.AX.Application.Query -> int
override this.makeAutoSection : Dynamics.AX.Application.Query -> int
Public Overridable Function makeAutoSection (_query As Query) As Integer
Parameters
- _query
- Query