Viewing 15 posts - 61 through 75 (of 180 total)
Answer for your second question is
TargerServerURL ? http://remoteserver/ReportServer
Copy the solution to remote server and deploy
September 1, 2009 at 6:03 am
Use subscription table in Reportserver database
select * from subscriptions
Hope this will help you
September 1, 2009 at 12:32 am
Hi,
Use the below VB.Net code in Report ? Report Properties ? Code
Public Function TestFunction(ByVal Names() As Object, ByVal CompareString As String)
Dim i...
August 31, 2009 at 1:35 am
Use this
=Format(CDate(DateAdd(DateInterval.Month, -1, Fields!Next_Payment_Due_Date.Value)),"yyyyMMdd")
August 31, 2009 at 12:29 am
Use the below expression
=DateAdd(DateInterval.Month, 1, Fields!Date1.Value)
Hope it will help you
August 28, 2009 at 8:41 am
August 28, 2009 at 12:48 am
Thanks a lot steve. I can understand you.
Now i clicked the process and i got the detailed error. I try to solve this myself. If i can't, i'll come back...
August 25, 2009 at 8:13 am
Thanks Steve.
I tried it but its showing the following error
Error4Errors in the OLAP storage engine: An error occurred while processing the 'SOP10200' partition of the 'SOP10200' measure...
August 25, 2009 at 7:53 am
Thanks a lot Marianne.
I tried your solution and its working fine for me.
Now another task for me is to retrieve a particular value(Measure) from cube and pass that to...
August 24, 2009 at 12:33 am
Its better to keep the seperate column (SortOrder) in your table for sorting. and assign the values in table like below
Transactions ...
August 18, 2009 at 12:38 am
Use
Properties ? Sorting ? Expression (Fields!Transaction.Value) ? Direction (Ascending)
August 17, 2009 at 8:34 am
Hi jneff,
This is possible.
Use the below function to calculate the date difference
=DATEDIFF("m", Parameters!FromDate.Value,Parameters!ToTime.Value)
August 10, 2009 at 12:45 am
Viewing 15 posts - 61 through 75 (of 180 total)