cancel
Showing results for 
Search instead for 
Did you mean: 

Report Designer Component (RDC) featuere in crystal report 2013 or 2016

Former Member
0 Kudos

hi guys

we have a ERP project that we created on vb.net and use RDC feature  and now we want to update that and on web base on asp.net mvc and want to use crystal report 2013 or 2016

i cant find any sample or other things that RDC feature 2013 or 2016

now these versions contain RDC feature?

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Kudos

RDC was abandoned. You can switch to the .NET object model.

Former Member
0 Kudos

thank you for response


Ido Millet wrote:

RDC was abandoned. You can switch to the .NET object model.

.NET object model means Report Application Server?

DellSC
Active Contributor
0 Kudos

Not necessarily.  If you're just viewing existing reports, you can use just the regular .NET SDK, which you can download from here:  .  Use the "Install Executable" to get integration with Visual Studio.  The other downloads are for the runtime options you would use when deploying your application - DO NOT install them on the same machine where you're developing your code.

If you want users to be able to design reports or change the SQL that is generated by Crystal, you have to use the unmanaged Report Application Server SDK that's included in the .NET SDK download.  However, unlike the RDC, you would have to write your own designer application for that instead of using the viewer that's available with the .NET SDK.

-Dell

Answers (1)

Answers (1)

Former Member
0 Kudos

my dear friends

no body answering?