How to create a menu item for SSRS report

To create a menu item for a report

1.Open Microsoft Dynamics AX.

2.In the AOT, expand the Menu Items node.

3.Right-click the Output node, and then click New Menu Item.

4.Select the node for the menu item.

5.In the Properties window, type a name for the Name property, specify a label for the report title using the Label property, set the ObjectType property to SQLReportLibraryReport, and then select the report from the drop-down menu for the Object property.

6.Save the changes in the AOT.

时间: 2024-08-04 14:12:39

How to create a menu item for SSRS report的相关文章

Difference between menu item types; Display, Output and Action in Dynamics Ax

Difference between menu item types; Display, Output and Action in Dynamics Ax Developers often ask me what the difference is between the three different menu item types shown in AOT and when should you use them as it appears that all menu items insid

create Context Menu in Windows Forms application using C# z

In this article let us see how to create Context Menu in Windows Forms application using C# Introduction In this article we will see how to create Context Menu or Popup Menu or Shortcut menu in Windows Forms application with ContextMenuStrip control

Editor Scripting学习笔记之Menu Item

主要用到: MenuItem属性 MenuCommand参数 可能用到: EditorApplication类 Selection类 GameObjectUtility类 FileUtil类 Undo类 以及各种工具类,视情况而定 Menu Item是编辑器扩展中最简单的一种扩展方式,主要用于对常用操作进行封装,使之成为菜单,方便调用.用法非常简单,直接上代码 using UnityEngine; using UnityEditor; public class MenuTest { // Add

wampserver:Could not execute menu item.

今天在使用wampserver时候突然就报:Could not execute menu item (internal error)[exception] Could not execute run action:系统找不到指定的文件,这个错误.但是试用了它的功能,都能正常使用,就是在点localhost或者phpmyadmin的时候,报图片上的错误. 找到wamp安装根目录wampmanager.conf文件.如图 2 找到 installDir = "D:/Program Files (x8

Toolbar 和 CollapsingToolbarLayout一起使用时menu item无点击反应解决办法

昨天一直在琢磨为什么Toolbar和CollapsingToolbarLayout一起使用时menu item无点击放应的原因,后来在stackoverflow上一条回答,说可能是Toolbar的背景颜色太深导致点击时的水波纹不明显.这个启发了我,会不会是跟toolbar的背景有关呢?贴上代码: <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res

Deploy SSRS Report In AX 2012

1.The SSRS report has only one design: Use the menuitem of 'Output', select the object type 'SSRSReport' and assign the right SSRS report name and design. 2.The SSRS report has mutiple designs: Create a new class extending the class 'SrsReportRunCont

Dynamics CRM 2015中的SSRS Report集成配置

大家应该都知道,Dynamics CRM能集成SSRS Report,并且我也在之前的博文中讨论过如何制作一个简单的SSRS Report并部署到Dynamics CRM中.今天我们来看看一些比较实用的功能,比如:如何让报表显示在Form Level下的Run on current record选择中,以及如何支持Run on selected records功能. 如果我们想制作支持如下功能的报表,我们应该从何入手呢? 1. Run on selected records 2. Run on

How to get a datatable from AX to SSRS report

We can easily get a datatable from AX to SSRS report. All the business logic can be written in AX, and the SSRS is the data showing platform. [DataMethod(), AxSessionPermission(SecurityAction.Assert)] public static DataTable GetData(string _PurchaseO

AX SSRS report data helper

While we develop a ax ssrs report often using 'Business Logic' rather than 'AX Queries'. The 'Business Logic' is base on a AX class, there is a static method return a data type as 'System.Data.DataTable'.  While using the 'DataTable' type, we need to