FR3 manual
Hello all!
Two parts of FR3 manual are uploaded: Developer manual and Programmer manual.
http://www.fastreports.net/files/FR3DeveloperManual-en.zip
http://www.fastreports.net/files/FR3ProgrammerManual-en.zip
The third part - User manual - is in development now and will out later.
Two parts of FR3 manual are uploaded: Developer manual and Programmer manual.
http://www.fastreports.net/files/FR3DeveloperManual-en.zip
http://www.fastreports.net/files/FR3ProgrammerManual-en.zip
The third part - User manual - is in development now and will out later.
Comments
"CreateUniqueName" into the create of your band objects instead of having to call it whenever you create a new band.
I can't see your problem. Only the fact that you call CreateUniqueName whenever you create something within your framework. That is just duplicated work.
constructor Create(CreateName: boolean = true);
And then you could change it to false where you don't want to create the name. Or you should change your need for no name at some places. The way it's done now, don't seem like a good solution to me. But as you know, I don't have the source, so...