4,817 questions
RDLC Report Device Info in ASP.Net Core

AHSAN ALI
101
Reputation points
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
Developer technologies | ASP.NET | ASP.NET Core
Sign in to answer