RDLC Report Device Info in ASP.Net Core

AHSAN ALI 101 Reputation points
2024-04-06T17:32:43.6966667+00:00
string deviceInfo =
    "<DeviceInfo>" +
    "  <OutputFormat>jpeg</OutputFormat>" +
    "  <PageWidth>9.1in</PageWidth>" +
    "  <PageHeight>10.05in</PageHeight>" +
    "  <MarginTop>0.5in</MarginTop>" +
    "  <MarginLeft>1in</MarginLeft>" +
    "  <MarginRight>1in</MarginRight>" +
    "  <MarginBottom>0.5in</MarginBottom>" +
    "</DeviceInfo>";

how can i use this device info in asp.net core mvc

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,553 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.