Creating an SSRS report with classes
Hi, i will explain creating an SSRS report with classes and visual studio designs. There must be 3 main (controller,contract,DP) and 1 optional classes (UIBuilder) if parameters needed. Also 1 Temporary(TMP) table required to fill and then select data for the report. 1) Controller class is required for specifying the arguments(args) and the SSRS report name and the design. 2) Contract class is the parameter class. This class is used to return values. 3) DP class contains processReport method to fill a Temp table (TMP) and this table will be used to select data for the report. 4) UIBuilder class is used; if more parameters are needed. This class is used to create a dialog box that is helpful for the users who wants to call the report with specific parameters as selected. Create a table with "TMP" suffix and create the fields for the required data that will be selected in the report. Go to table properties and check the "CreatedTransactionId...