Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i'm new to generate Report using Sql server Report Builder.

Without using DataSet Parameter value . How to display the ToDay Date in Report Builder 3.0 .

Can any one help me..

Thankx in advance
Posted
Updated 17-Oct-12 0:17am
v2

1 solution

Hmm, im not sure i understand your question,

If you want to get todays date......
right click the textbox >> expression
in the "set expressions for: Value" textbox type:
=Today()

Click ok

To change the format of the date, in the properties, find the format property:
and enter how you want the format ie: yyyy/MM/dd or dd/MM/yyyy

If this doesnt help please rephrase your question...
 
Share this answer
 
Comments
[no name] 17-Oct-12 8:27am    
thanks it's help me already i'm doing like this only through search in net i'm doing this thanks for ur response .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900