Is possibile I put file licese.key in my host and when Report open read this file online?
My code
Code: Select all
public Form1()
{
InitializeComponent();
Stimulsoft.Base.StiLicense.LoadFromFile("license.key");
}