Delete DataSource

good evening! I would like a help of colleagues .... created several datasources as a test, but would like to use only one of them, and would like to know how to delete the rest, because I'm not getting.
Can anybody help me ?

Thank you!

Valdiney (Brazil)

Comments

  • DesignsbyrayDesignsbyray Ohio, USA
    edited 9:07PM
    I think you can do something like this if you are calling the report from code:
    rpt.Dictionary.DataSources.FindByName( "records" ).Delete(); //rpt is your report object and records is the name of the datasource.
    or
    rpt.Dictionary.DataSources[0].Delete(); //0 being the index of the datasource.

    I hope this makes sense >
  • edited 9:07PM
    Correct, but delete without using code, is it possible?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.