This is a migrated thread and some comments may be shown as answers.

Call PROCEDURE for trdx reports

1 Answer 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Que
Top achievements
Rank 1
Que asked on 30 Dec 2015, 03:22 AM

I want call PROCEDURE for trdx reports  

 <Report DataSourceName="ET_OMS_v4" Width="6.46in" Name="FSBOInvoice" SnapGridSize="0.1in"xmlns="http://schemas.telerik.com/reporting/2012/3">
  <DataSources>
    <SqlDataSource ConnectionString="ETOMSv4" SelectCommand="dbo.ETSP_FSBO_GET_INVOICES_FOR_LISTING"SelectCommandType="StoredProcedure" Name="ET_OMS_v4">
      <Parameters>
        <SqlDataSourceParameter DbType="Int64" Name="@invoiceID" />
      </Parameters>
      <DefaultValues>
        <SqlDataSourceParameter DbType="Int64" Name="@invoiceID">
          <Value>
            <String>21</String>
          </Value>
        </SqlDataSourceParameter>
      </DefaultValues>
    </SqlDataSource>
    <ObjectDataSource Name="objectDataSource1" />
    <EntityDataSource Name="entityDataSource1" />
  </DataSources>

you help me

thank a lots

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 30 Dec 2015, 03:46 PM
Hello Que,

You can use a stored procedure to feed the report with data. This can be done using the SqlDataSource Component. When you start the SqlDataSource Component Wizard you will be able to select a stored procedure as a data retrieval option. This video demonstrates the process steps in the Standalone Report Designer (TRDX report).

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Que
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or