Symptom
Legacy SDK had a Get Report Kind API which does not exist in .NET SDK
Resolution
Service Pack 4 for Crystal Reports for Visual Studio .NET now has this API available:
-
Report Engine:
-
btnReportKind.Text = reportObject.ReportDefinition.ReportKind.ToString();
-
Report Application Server:
-
btnReportKind.Text = reporttClientDoc.ReportDefController.ReportDefinition.ReportKind.ToString();
Keywords
Crystal Reports for Visual Studio .NET, ReportKind , KBA , BI-DEV-NET , BI Software Development Kits (SDKs) - .NET or Other , Problem
Product
SAP Crystal Reports, developer version for Microsoft Visual Studio