Usage of variables of type "Range" and "List"

Stimulsoft Reports.NET discussion
Post Reply
Markus Weiß

Usage of variables of type "Range" and "List"

Post by Markus Weiß »

Hi,

i wanted to use variables from the dictionary that are defined as "range" or "list" and didn't find anything in the manuals to use them besides the DateTimeRange.ToDate / FromDate or Timespan.FromTime / toTime example.


- How do i access DoubleRange From and To?
- How do i access list values in general? And double list value explicitly?

Version is 2011.3

Thanx

Markus
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Usage of variables of type "Range" and "List"

Post by HighAley »

Hello, Markus.
markusw wrote:i wanted to use variables from the dictionary that are defined as "range" or "list" and didn't find anything in the manuals to use them besides the DateTimeRange.ToDate / FromDate or Timespan.FromTime / toTime example.


- How do i access DoubleRange From and To?
- How do i access list values in general? And double list value explicitly?

Version is 2011.3
If you has range Variable1 then you could call it like this:

Code: Select all

Variable1.From
Variable1.To
But it's impossible to access list variable. It's for internal use only.

Please, describe your problem and we'll try to help you.

Thank you.
Post Reply