Viewing 15 posts - 601 through 615 (of 2,278 total)
I am not sure I understand your question, but the page size and orientation of the report is based on the master report that contains the sub reports. So,...
March 23, 2012 at 12:12 pm
Are you in the Control Flow using Execute SQL Task, or in the Data Flow using OLEDB Command?
March 23, 2012 at 7:22 am
You need to look at the group properties. The sort expression probably needs a scope added to it. For example perhaps your current sort expression is =Fields!FieldName.Value
You probably...
March 23, 2012 at 7:15 am
hbtkp (3/22/2012)
i dotn have that parameter in data set, Parameters internal to this proc that are derived from other parameters.
Just because you don't have it in the dataset, doesn't mean...
March 23, 2012 at 7:09 am
crookj (3/22/2012)
L' Eomot Inversé (3/21/2012)
SQLRNNR (3/21/2012)
spectaclecyclops
Triclops
Biclops
March 23, 2012 at 7:05 am
I agree. Whenever I am making a stored procedure to be used in a report I always create local variables and set their values to the input parameters and...
March 22, 2012 at 2:24 pm
I always thought that was just part of Visual Studio. For a live report I always the back button.
March 22, 2012 at 2:22 pm
If the missing parameter is in your SP already. Go to the dataset properties and click Refresh Fields. This should add the additional parameter to the report. ...
March 22, 2012 at 2:20 pm
Try creating local variables for all the input parameters in the SP, set the local variables equal to the input parameters and then use the local variables in the body...
March 22, 2012 at 9:35 am
Look in your reporting services database for a view ExecutionLog2. There might be something in there that will give you a clue.
Also I find the Report Server trace files...
March 22, 2012 at 9:24 am
Query the full month's worth of data into your dataset.
Put a filter on your weekly that is something like Datefield >= Dateadd("d",-7,Today()).
Put a filter on your monthly that is something...
March 21, 2012 at 11:45 am
I would use AND rather than &.
Also you might want to check your field values for extra spaces maybe they need to be trimmed.
March 21, 2012 at 11:38 am
Brandie Tarvin (3/21/2012)
Ray K (3/21/2012)
crookj (3/21/2012)
WOTD - Instigatorperpetrator
crime
McGruff
March 21, 2012 at 11:33 am
Viewing 15 posts - 601 through 615 (of 2,278 total)