Forum Replies Created

Viewing 15 posts - 46 through 60 (of 180 total)

  • RE: Reports in Firefox browser issue(Design and Print button issue)

    Thanks Cris

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

    Thanks,
    Arunkumar S P

  • RE: How to create trend report based on report snapshots

    Hi Z-438578,

    Sorry. I'm not getting you. Can u elobrate it?

    May i know where the snapshot is stored in binary format?.

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

    Thanks,
    Arunkumar S P

  • RE: How to get a list of SSRS schedules for subscriptions

    Use ReportSchedule table also

    select * from ReportSchedule

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

    Thanks,
    Arunkumar S P

  • RE: How to get a list of SSRS schedules for subscriptions

    use Subscriptions table. This table will list all the scheduled subscriptions details.

    select * from subscriptions

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

    Thanks,
    Arunkumar S P

  • RE: Reports in Firefox browser issue(Design and Print button issue)

    Hi,

    I solved my design issue using the below code. But print button is not visible in Firefox.

    <RS:ReportViewerHost style="display:table; margin: 0px; overflow: auto" ID="ReportViewerControl" runat="server" />

    Can u please help me to...

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

    Thanks,
    Arunkumar S P

  • RE: Reports in Firefox browser issue(Design and Print button issue)

    Thanks Silver. That link is really useful for me. Do u have any idea how to make the print button visible in firefox.

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

    Thanks,
    Arunkumar S P

  • RE: Reports in Firefox browser issue(Design and Print button issue)

    Thanks Jack

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

    Thanks,
    Arunkumar S P

  • RE: How to insert new record in OLAP database from web application

    Hi benyos

    Thanks for your reply. I don't know how to automate that.

    I seen in some post to write SQL job and schedule that for automatic upadte. For writing the...

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

    Thanks,
    Arunkumar S P

  • RE: SSRS Vs Crystal reports

    Thanks Elliott. Its is really useful for me

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

    Thanks,
    Arunkumar S P

  • RE: verify subscription email sent

    Use subscriptions table

    select * from subscriptions

    select LastStatus from subscriptions

    LastStatus column contains the status of mail send through subscription

    If want write a trigger on it and track the status

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

    Thanks,
    Arunkumar S P

  • RE: The attribute key cannot be found: error when table value is null

    Thanks for all your effort Ells. I'll try and come back to you.

    Thanks a ton

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

    Thanks,
    Arunkumar S P

  • RE: The attribute key cannot be found: error when table value is null

    I need to show like the attached image. If i remove, how can i show like that?

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

    Thanks,
    Arunkumar S P

  • RE: The attribute key cannot be found: error when table value is null

    Thanks for your reply Ells

    I attached the screen shot of DSV. Kindly find it.

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

    Thanks,
    Arunkumar S P

  • RE: The attribute key cannot be found: error when table value is null

    I attached image as an attachment of this reply. Kindly find it

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

    Thanks,
    Arunkumar S P

  • RE: The attribute key cannot be found: error when table value is null

    Thanks Ells. Thanks a lot for your response.

    Below url is my image url. You can see from there.

    I think you don't have permission to open skydrive website . I uploded...

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

    Thanks,
    Arunkumar S P

Viewing 15 posts - 46 through 60 (of 180 total)