Uso de rangos de fecha/date ranges

Stimulsoft Reports.NET discussion
Post Reply
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Uso de rangos de fecha/date ranges

Post by AndyDroid »

Hola a todos, me gustaría saber como utilizar los rangos de fecha en la herramienta.

Ya he visto como manejar las variables, pero lo que yo requiero es tener una variable de tipo datetime y maneje un rango, no valor.

Tengo la variable y la solicito al usuario pero no me regresa un valor, sino la leyenda "Stimulsoft.Report.DateTimeRange"


==========================================

Hi all, I want to know how to use date ranges in the tool.

I've seen how to handle variables, but what I require is to have a variable of type datetime and manage a range, not value.

I have the variable and the user request but did not return a value, just the legend "Stimulsoft.Report.DateTimeRange"


I hope it is understandable
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Uso de rangos de fecha/date ranges

Post by HighAley »

Hello.
AndyDroid wrote:Hola a todos, me gustaría saber como utilizar los rangos de fecha en la herramienta.

Ya he visto como manejar las variables, pero lo que yo requiero es tener una variable de tipo datetime y maneje un rango, no valor.

Tengo la variable y la solicito al usuario pero no me regresa un valor, sino la leyenda "Stimulsoft.Report.DateTimeRange"

==========================================

Hi all, I want to know how to use date ranges in the tool.

I've seen how to handle variables, but what I require is to have a variable of type datetime and manage a range, not value.

I have the variable and the user request but did not return a value, just the legend "Stimulsoft.Report.DateTimeRange"

I hope it is understandable
You can create a DateTimeRange variable and use it this way:

Code: Select all

{Variable1.FromDate}
{Variable1.ToDate}
Please, see attached image.

If you have some additional questions, please do not hesitate to contact us.

=====================================================

Usted puede crear una variable DateTimeRange y el uso que de esta manera:

Code: Select all

{Variable1.FromDate}
{Variable1.ToDate}
Por favor, véase la imagen adjunta.

Si usted tiene alguna pregunta adicional, por favor no dude en contactar con nosotros.

Thank you.
Attachments
1459.DateTimeRange.png
1459.DateTimeRange.png (35.36 KiB) Viewed 1832 times
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Uso de rangos de fecha/date ranges

Post by AndyDroid »

i could't find the image, but it works


thank you!
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Uso de rangos de fecha/date ranges

Post by AndyDroid »

I have a question more

can this variable catch only time?
range of time..?
value time?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Uso de rangos de fecha/date ranges

Post by HighAley »

Hello.
AndyDroid wrote:I have a question more

can this variable catch only time?
range of time..?
value time?
Maybe you should use TimeSpanRange variable.

Thank you.
Post Reply