How to save a report history in reporting service with c# code?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QmlsbHkgWmhhbmc=?=

    #1

    How to save a report history in reporting service with c# code?

    I am using reporting service with asp.net.
    I want to save a report snapshot in some time.
    How do I do this in asp.net? Is there any web service to do this?

    Thanks in advance!
    -Billy

  • Allen Chen [MSFT]

    #2
    RE: How to save a report history in reporting service with c# code?

    Hi Billy,

    Yes we can call web service to do this.

    Firstly we need to add web reference (by default the URL is
    http://localhost/ReportServer/ReportService.asmx). Then we can call the
    ReportingServic e.CreateReportH istorySnapshot Method to create the snapshot.

    Here's the reference of this method:
    http://msdn.microsoft.com/en-us/libr...9(SQL.80).aspx

    Please have a try and feel free to let me know if you need further
    assistance.

    Regards,
    Allen Chen
    Microsoft Online Support

    Delighting our customers is our #1 priority. We welcome your comments and
    suggestions about how we can improve the support we provide to you. Please
    feel free to let my manager know what you think of the level of service
    provided. You can send feedback directly to my manager at:
    msdnmg@microsof t.com.

    =============== =============== =============== =====
    Get notification to my posts through email? Please refer to
    http://msdn.microsoft.com/en-us/subs...#notifications.

    Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
    where an initial response from the community or a Microsoft Support
    Engineer within 1 business day is acceptable. Please note that each follow
    up response may take approximately 2 business days as the support
    professional working with you may need further investigation to reach the
    most efficient resolution. The offering is not appropriate for situations
    that require urgent, real-time or phone-based interactions or complex
    project analysis and dump analysis issues. Issues of this nature are best
    handled working with a dedicated Microsoft Support Engineer by contacting
    Microsoft Customer Support Services (CSS) at
    http://support.microsoft.com/select/...tance&ln=en-us.
    =============== =============== =============== =====
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    | Thread-Topic: How to save a report history in reporting service with c#
    code?
    | thread-index: AckwPAvYPzw4RhS NQEmeHZmkh9HdeA ==
    | X-WBNR-Posting-Host: 207.46.192.207
    | From: =?Utf-8?B?QmlsbHkgWmh hbmc=?= <htinns@noemail .noemail>
    | Subject: How to save a report history in reporting service with c# code?
    | Date: Fri, 17 Oct 2008 02:38:01 -0700
    | Lines: 7
    | Message-ID: <0E434D16-982A-47AE-9EB2-940F995B2655@mi crosoft.com>
    | MIME-Version: 1.0
    | Content-Type: text/plain;
    | charset="Utf-8"
    | Content-Transfer-Encoding: 7bit
    | X-Newsreader: Microsoft CDO for Windows 2000
    | Content-Class: urn:content-classes:message
    | Importance: normal
    | Priority: normal
    | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
    | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
    | Path: TK2MSFTNGHUB02. phx.gbl
    | Xref: TK2MSFTNGHUB02. phx.gbl
    microsoft.publi c.dotnet.framew ork.aspnet:7805 4
    | NNTP-Posting-Host: tk2msftibfm01.p hx.gbl 10.40.244.149
    | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
    |
    | I am using reporting service with asp.net.
    | I want to save a report snapshot in some time.
    | How do I do this in asp.net? Is there any web service to do this?
    |
    | Thanks in advance!
    | -Billy
    |
    |

    Comment

    • Allen Chen [MSFT]

      #3
      RE: How to save a report history in reporting service with c# code?

      Hi Billy,

      Is this issue solved?

      Regards,
      Allen Chen
      Microsoft Online Support

      --------------------
      | Thread-Topic: How to save a report history in reporting service with c#
      code?
      | thread-index: AckwPAvYPzw4RhS NQEmeHZmkh9HdeA ==
      | X-WBNR-Posting-Host: 207.46.192.207
      | From: =?Utf-8?B?QmlsbHkgWmh hbmc=?= <htinns@noemail .noemail>
      | Subject: How to save a report history in reporting service with c# code?
      | Date: Fri, 17 Oct 2008 02:38:01 -0700
      | Lines: 7
      | Message-ID: <0E434D16-982A-47AE-9EB2-940F995B2655@mi crosoft.com>
      | MIME-Version: 1.0
      | Content-Type: text/plain;
      | charset="Utf-8"
      | Content-Transfer-Encoding: 7bit
      | X-Newsreader: Microsoft CDO for Windows 2000
      | Content-Class: urn:content-classes:message
      | Importance: normal
      | Priority: normal
      | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
      | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
      | Path: TK2MSFTNGHUB02. phx.gbl
      | Xref: TK2MSFTNGHUB02. phx.gbl
      microsoft.publi c.dotnet.framew ork.aspnet:7805 4
      | NNTP-Posting-Host: tk2msftibfm01.p hx.gbl 10.40.244.149
      | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
      |
      | I am using reporting service with asp.net.
      | I want to save a report snapshot in some time.
      | How do I do this in asp.net? Is there any web service to do this?
      |
      | Thanks in advance!
      | -Billy
      |
      |

      Comment

      Working...