Forum Replies Created

Viewing 15 posts - 136 through 150 (of 180 total)

  • RE: Remove ' ' from drop down in report manager

    Thanks for your reply but issue not solved still

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Text Alignmant of parameter label

    Luke i achieved this by changing the style sheet itself. Thanks a lot for your respone

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Changing the report manager color (SKIN) by style sheet

    Sorry for wrong path ram. Thats my mistake.

    I think you no need to restart the machine. Some times changes won't take affect in your report in that case just...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Sort columns

    use the table properties - > sorting . Set the direction there. See the screen shot for help

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Changing the report manager color (SKIN) by style sheet

    Hope the below link will help you

    http://msdn.microsoft.com/en-us/library/ms345247(SQL.90).aspx

    Reporting Services provides a sample style sheet Htmlviewer.css that you can use as a temple to create custom styles for the report toolbar in...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Remove 'select a Value' from drop down of report manager

    Thanks Luke

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Text Alignmant of parameter label

    Thanks Luke

    I'll try and let me know

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Remove 'select a Value' from drop down of report manager

    I'm using SSRS 2005 but i don't know how to check build number?. Please guide me

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: IIF help needed

    Man i'm not clear with your expression specially sum(). Express your requirement in words

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: IIF then Else in SSRS

    I think you are using code wrongly.

    According to my code if any one value ( field1 or field2 ) is null , it won't divide it will return the value...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Missing bold format for text in pdf

    Still i'm having a issue. kindly anyone help

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Sort columns

    Textbox Proprties - > Interactive Sort -> Give the sort expression.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Changing the report manager color (SKIN) by style sheet

    Yes i got the output.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: IIF then Else in SSRS

    Hope this will help you

    =IIf(IsNothing(Fields!field1.Value)Or IsNothing(Fields!field2.Value) ,0,((Fields!field1.Value)/(Fields!field2.Value)*100))

    If you are not clear, revert back to me

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Text Concatenation problem

    Try by trimming the value

    =Trim(Fields!forename.Value)&Trim(Fields!surname.Value)

    If not

    Trim the value while selecting the value from dataset

    Example : select ltrim(rtrim(forename)),ltrim(rtrim(surname)) from tablename

    Still not , try this method

    = (Fields!forename, "DataSet1") & (Fields!surname.Value, "DataSet1")

    Hope anyone...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

Viewing 15 posts - 136 through 150 (of 180 total)