Forum Replies Created

Viewing 15 posts - 1 through 15 (of 180 total)

  • RE: Using parameters to customize Report Properties

    Hi DoubleEx,

    I don't think this is possible. But me too searching solution for this.

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

    Thanks,
    Arunkumar S P

  • RE: Reporting Services option greyed out in installation - sql server 2005

    Hi ross,

    If Reportingservices is greyed out then main reason for that is IIS. Browse your default website and check whether IIS is properly installed or not

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

    Thanks,
    Arunkumar S P

  • RE: correct the expression of the textbox field

    Vinay,

    Hope the below url will help you

    http://www.demtron.com/blog/post/2009/02/02/VBNet-Converting-Number-to-Words.aspx

    Use this in custom code

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

    Thanks,
    Arunkumar S P

  • RE: How to backup subscription to reports in SSRS

    Try uisng this tool to backup the script

    http://www.sqldbatips.com/showarticle.asp?ID=62

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

    Thanks,
    Arunkumar S P

  • RE: How to use css file

    I think its not possible to use CSS file in SSRS. But somehow we add stylesheet, hope the below url will help you

    http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/65811/

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

    Thanks,
    Arunkumar S P

  • RE: Browser compatibility Issues

    Saravanan,

    IE is the only recommended browser for SSRS.

    Hope the below URL will give you the clear picture

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

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

    Thanks,
    Arunkumar S P

  • RE: Field Causing SSRS to crash

    Laura,

    I am also having the same issue exactly. I guess some data is in different format in that particular column causing this error. But i am still looking for exact...

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

    Thanks,
    Arunkumar S P

  • RE: Reports Subscription Dynamic Value for parameters

    Use datadriven subscription

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

    Thanks,
    Arunkumar S P

  • RE: How to display pop up message in SSRS 2005?

    Yes Raunak.

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

    Thanks,
    Arunkumar S P

  • RE: How to display pop up message in SSRS 2005?

    I hope this will help you

    http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/66259/

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

    Thanks,
    Arunkumar S P

  • RE: Rounding the number

    =Round(10.15,1) & "%"

    =Round(20.46,1) & "%"

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

    Thanks,
    Arunkumar S P

  • RE: Print SSRS Reports in aspx Page

    To print the report directly from aspx page

    <script type="text/javascript">

    function Print()

    {

    RSClientPrint.MarginLeft = 12.7;

    RSClientPrint.MarginTop = 12.7;

    RSClientPrint.MarginRight = 12.7;

    RSClientPrint.MarginBottom = 12.7;

    RSClientPrint.Culture = 1033;

    RSClientPrint.UICulture = 9;...

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

    Thanks,
    Arunkumar S P

  • RE: What is differrence between Tabluar and Matrix reports?

    Tabular - Number of rows vary depends on the data and Column should be fixed ( doesnot vary based on data)

    Matrix - Both row and column varies depends...

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

    Thanks,
    Arunkumar S P

  • RE: How to reference Parameters! collection in a text query

    exec sp_blah 'hardcodedvalue', 'hardcodedvalue', Parameters!ClientId.Value

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

    Thanks,
    Arunkumar S P

  • RE: substring in ssrs

    Use MID() also

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

    Thanks,
    Arunkumar S P

Viewing 15 posts - 1 through 15 (of 180 total)