0 ratings0% found this document useful (0 votes) 62 views15 pagesAX 2012 - Make SSRS Report Using SQL Stored Procedure
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here.
Available Formats
Download as PDF or read online on Scribd
817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
AX 2012 - Make SSRS Report Using SQL Stored
Procedure
posted by Tushar Bhalla July 17, 2015
<
Today we will learn how to create AX SSRS reports
using SQL queries/Stored Procedure
Open SQL management studio and navigate to your dynamics AX database. Create a
new stored procedure.
Write the query in store procedure according to your need.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 45817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Open Visual studio and create a new project.
Select template: Microsoft Dynamics AX, Project: Report Model
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 2N5817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Right click on your project in solution explorer and add Report Datasource. This will
be your SQL Datasource.
Change the provider to SQL.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml ans817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Provide your SQL Connection String.
Server = ; database = ; Integrated
Security=SSPI
Now Add new Report.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 4n5,817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Right click your Report and add Dataset.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 55817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
procedure , so we will use stored procedure.
Now navigate to query property of dataset.
Select the stored procedure you want to use.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml Bs817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Notice your dataset is now filled with fields and parameter which comes from stored
procedure.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml m8817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
ADD the report to AOT.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml ans817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
To run the report you need a menu item.
Create an output type menu item.
Properties of menu iter
Object Type: SSRSReport
Object :
ReportDesign :
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml ans817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
Now you are ready. Run the Menuitem and supply value to parameter accountNum
which we created in stored procedure.
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml
sons817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
AX2012AX2012-SSRS SQL
<
Chisty_HeartLess 20 July 2016 2t 01-12
Great! Thank you for the valuable post.
REPLY
Prakash 14 August 2016 at 05:19
Excellent!!! Thank you.
REPLY
Unknown 7 varch 2017 2 23:28
‘Thank you very much
REPLY
Unknown 6 November 2017 at 00:39
o Oo 8 Oo
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 8817723, 201 PM [AX 2012 - Make SSRS Report Using SOI. Stored Procedure
Data Solutions
© nbnattizv01 2
1am using AX 2012 R3. | have Follow all of the step with
(integrated Security=SSP1). But when | try to select the store
procedure name it give me error "Login fail for user
[MyUserName]"
2018 at 00:44
How I can tackle this issue.
& Tushar Bhalla 2
Please check the permission of the user in SQL and AX.
© nbhatti2001 21 May 201
We are using client server environment. As! am
developer and I have maximum rights on network. | have
enough rights in AX as well. The reports developed using
RDP are running fine. This report also working fine if |
create my user in SQL server. But this is not good
solution, as defining 100+ users in SQL Server is not good
practice.
REPLY
trudarZperfge 25 April 2022 at “1:49
trudarZperfge Alan Malala
https://wakelet.com/wake/iPmjiC6Eh4mvRszsVNy_
titencontrich
REPLY
tiostabcontz01999 26 Auaust 2022 at 12:57
UclamobWig_bo_Sterling Heights Sandy Zauner Internet
Download Manager
Speedify
UitralSO
taacatgelern
REPLY
g Enter comment
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 1288817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 1385817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
Data Solutions
83 ~ Raw Folder ‘Amazon Glue 83 ~ Archive Folder
Move file From one S3 folder to another using AWS Glue
Today we will learn on how to move file from one $3 location to another
using AWS Glue Steps: Create a new Glue Python Shell Job Import boto3
library This library will be used to call $3 and transfer file from one
location to another Write the below code to transfer the file
a
we
AWS Ge
Ingest data from external REST API into $3 using AWS Glue
Python Script Sabucket
‘Today we will learn on how to ingest weather api data into $3 using AWS
Glue Steps: Create a $3 bucket with the below folder structure:
$3BucketName Libraries Response.whl Download python response library
(in.whl format) and save in the Libraries folder within $3 D
2 @ ©
Upload a file to Azure Blob Storage (ADLS Gen 2) using Python
Today we will learn on how to upload a csv fite to Azure Blob Storage
(ADLS) usina Pvthon Steps: Create a file to be uploaded to Azure Storaae
tps sv. datastackpros. com/2075(07/ax-20"2-make-ssr¢-reportusing-2q il 145817128, 201 PM ‘AX 2012 - Make SSRS Report Using SQL Stored Procedure
€__ Data Solutions Q
GB Powered by Blogger
(O)TUSHAR BHALLA
tps sv. datastackpros. com/2015(07/ax-202-make-ssre-report-using-sq tml 195