Hi I am using telerik report in web forms. we have implement it is from physical file i..e report definition is present in SQL columns. will be modified at runtime and save a file in temp path. and set in to report viewer.
in c#
var clientReportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource();
clientReportSource.IdentifierType = IdentifierType.UriReportSource;
clientReportSource.Identifier = strXml;
how it can be used in in-memory or without using physical file as references.
in c#
var clientReportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource();
clientReportSource.IdentifierType = IdentifierType.UriReportSource;
clientReportSource.Identifier = strXml;
how it can be used in in-memory or without using physical file as references.