Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Samuel12Sam

    Stored proc param-getting saved

    Hi I have a report that needs a stored proc param. i pass it from the application. but it displays only the saved param in the designer. (this happens only in the production). i have checked for discard saved data....... this report was working fine till it was upgraded to 7 a few days back...
  2. Samuel12Sam

    page orientation subreport

    Hi, how r u doing? i have a main report and a subreport. the page orientation of the main report is portrait. i need the subreport to print in landscape. how do i do that? thanks
  3. Samuel12Sam

    PUSH model - no ADO.NETdataset

    i have an ADO.NET dataset in the project and i want to set the d.b location to the dataset. but when i expand the project data--> ado.net datasets--> i don't find any items. why is it so?
  4. Samuel12Sam

    Logon problem (.NET)

    I get the Logon Failed message at this line crReportDocument.Export() please have a look at the code. thanx for your help and time. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim crReportDocument As New ReportDocument()...
  5. Samuel12Sam

    Logon Failed

    I get the Logon Failed message at this line crReportDocument.Export() please have a look at the code. thanx for your help and time. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim crReportDocument As New ReportDocument()...
  6. Samuel12Sam

    URGENT. PLEASE HELP

    I have a CR in .net web application. after the report is generated i need the total page count info. which has to be passed to another program. how do i get the total page count of the generated report using the object model. someone told me that i can use the PrintingStatus object. BUT there...
  7. Samuel12Sam

    Getting Total page count programatically

    I have a CR in .net web application. after the report is generated i need the total page count info. which has to be passed to another program. how do i get the total page count of the generated report using the object model
  8. Samuel12Sam

    insert large piece of text dynamically

    PLEASE LOOK AT THIS PIECE OF CODE. U WILL KNOW WHAT I AM TRYING TO DO. THIS IS ONLY A TEST PIECE. BUT IT DOESN'T WORK. PLEASE HELP ME. ONE MORE QUESTION. HOW DO U PROGRAMATICALLY IDENTIFY A TEXT OBJECT BY NAME????? Dim report As New ReportDocument() Dim objRepObj As ReportObject...
  9. Samuel12Sam

    No print option in web forms viewer

    Hi, The web forms viewer doesn't have a print option. so in a .net web project how do i implement this print option. can i use another viewer instead? if so how? please let me know. thanx
  10. Samuel12Sam

    No print option in web forms viewer

    Hi, The web forms viewer doesn't have a print option. so in a .net web project how do i implement this print option. can i use another viewer instead? if so how? please let me know. thanx
  11. Samuel12Sam

    Enterprise- output a schedule as excel

    Hi I need to schedule reports on the enterprise server and the output needs to be saved as an excel file. i don't want to view the instance as excel and then save it. how do i do this. please reply

Part and Inventory Search

Back
Top