web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

How to arrange parm fields in SSRS in vertical using UI builder?

(0) ShareShare
ReportReport
Posted on by 166
Hi,
I have arranged the parm methods in the contract and UIBuilder in the required order. Suppose I have three parm fields that need to be displayed in the dialog form. The first two fields appear vertically one below the other in the first column, but the third field moves to the right side in the next column. How can I arrange all three fields vertically, one below another, in a single column?
In contract:
[DataMemberAttribute("Date"),
 SysOperationLabelAttribute(literalStr("Date received")),
 SysOperationHelpTextAttribute(literalStr("Required")),
 SysOperationDisplayOrderAttribute("1")]
public TransDate parmReceivedDate(TransDate _date = receivedDate)
{
    receivedDate = _date;
    return receivedDate;
}

[DataMemberAttribute("Department"),
 SysOperationDisplayOrderAttribute("2")]
public UnitNumber parmDepartment(UnitNumber _val = Department)
{
    Department = _val;
    return Department;
}

[DataMemberAttribute("IncludeWarehouse"),
 SysOperationDisplayOrderAttribute("3")]
public NoYesId parmIncludeWarehouse(NoYesId _val = includeWarehouse)
{
    includeWarehouse = _val;
    return includeWarehouse;
}




In UI builder, I tried adding in build method:
  public void build()
  {
      dialogGroup = this.dialog().addGroup("Parameters");

      // Force single-column layout
      dialogGroup.columns(1);
  }
 
Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 771

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 629 Super User 2026 Season 1

#3
Subra Profile Picture

Subra 496

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans