Search found 3 matches

by kobayashi
Thu Jul 13, 2023 9:51 am
Forum: Stimulsoft Reports.WEB
Topic: Variable set on Databand and Read on related (bottom) Databand in the events
Replies: 1
Views: 498

Variable set on Databand and Read on related (bottom) Databand in the events

Hi All, I have an Issue... Initial: VAR1 = "BLA"; [Databand A] => Event Before Print => an variable is setted = VAR1 = "A"; [Databand B] => Main Component on Databand A (no Relations, just Main Component setted) => in Filter I'd like to use an expression: TABLE.COLUMN == VAR1 But...
by kobayashi
Fri May 06, 2022 7:23 am
Forum: Stimulsoft Ultimate
Topic: C# - Change Border-Color on different Sides of the Element
Replies: 2
Views: 1001

Re: C# - Change Border-Color on different Sides of the Element

Self-Reply :) new Stimulsoft.Base.Drawing.StiAdvancedBorder( System.Drawing.ColorTranslator.FromHtml( System.Drawing.ColorTranslator.FromHtml( DATA.Color1) ), //Top (double) BorderWidth, Stimulsoft.Base.Drawing.StiPenStyle.Solid, System.Drawing.ColorTranslator.FromHtml( System.Drawing.ColorTranslato...
by kobayashi
Fri May 06, 2022 7:01 am
Forum: Stimulsoft Ultimate
Topic: C# - Change Border-Color on different Sides of the Element
Replies: 2
Views: 1001

C# - Change Border-Color on different Sides of the Element

Hi All, just wondering if there is a possibility to change the Border color of an element on different sides. Example: I would like to have a red border-color on the left side , but other sides should be green. While its should be dynamic ("#FF0000") <= this information will come from a ta...