Hi Kris,
This is currently not possible, however we will add this support in custom code. Currently you can only check the current resolution:
using System;using System.Drawing;using Nevron.GraphicsCore;using Nevron.Chart;using Nevron.ReportingServices;
namespace MyNamespace{ /// <summary> /// Sample class /// </summary> public class MyClass { /// <summary> /// Main entry point /// </summary> /// <param name="context"></param> public static void RSMain(NRSChartCodeContext context) {
// context.RenderParameters.Resolution contains the current resolution } }}
however you cannot modify it. We'll try to implement this in the next SP for the component.
Best Regards,Nevron Support Team