Click here to Skip to main content
15,915,501 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Changing cursor with no forms displayed Pin
Anonymous1-Dec-04 13:49
Anonymous1-Dec-04 13:49 
GeneralRe: Changing cursor with no forms displayed Pin
Daire Cunningham2-Dec-04 22:04
Daire Cunningham2-Dec-04 22:04 
Generallogin to server Pin
fo0lish30-Nov-04 3:52
fo0lish30-Nov-04 3:52 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 5:52
mveDave Kreskowiak30-Nov-04 5:52 
GeneralRe: login to server Pin
fo0lish30-Nov-04 7:47
fo0lish30-Nov-04 7:47 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 10:02
mveDave Kreskowiak30-Nov-04 10:02 
GeneralDataset Pin
nitin_ion29-Nov-04 22:10
nitin_ion29-Nov-04 22:10 
GeneralRe: Dataset Pin
Jim Matthews30-Nov-04 13:44
Jim Matthews30-Nov-04 13:44 
sure you can. so long as the report is getting a dataset that is representative of it's defined datasource then you're ok.

the easiest way to do this is using a typed dataset, but if you don't want to or can't, you can just create your dataset however you're going to do that. (read from database, manually etc.) then when you're to the point where you're going to send the data to the report, just insert a breakpoint and write the dataset out to an xsd file. take this xsd file and use it as the source of your report.

I like to export the dataset including both the xml data and the schema definition. this way when you're defining your report you'll be able to preview what the output will look like.

hope this helps. good luck.



-jim
GeneralForm Design Pin
kellydanielc29-Nov-04 12:39
kellydanielc29-Nov-04 12:39 
GeneralRe: Form Design Pin
Tom John30-Nov-04 5:55
Tom John30-Nov-04 5:55 
GeneralRe: Form Design Pin
The Man from U.N.C.L.E.2-Dec-04 1:29
The Man from U.N.C.L.E.2-Dec-04 1:29 
QuestionHow to handle a propertyvaluechanged event ( or any event) correctly? Pin
David M J29-Nov-04 9:28
David M J29-Nov-04 9:28 
AnswerRe: How to handle a propertyvaluechanged event ( or any event) correctly? Pin
Tom John30-Nov-04 5:50
Tom John30-Nov-04 5:50 
GeneralEmpty Dataset via Stored Procedure Pin
NorthernExposure29-Nov-04 6:51
NorthernExposure29-Nov-04 6:51 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure30-Nov-04 21:13
NorthernExposure30-Nov-04 21:13 
GeneralRe: Empty Dataset via Stored Procedure Pin
Colin Angus Mackay1-Dec-04 0:41
Colin Angus Mackay1-Dec-04 0:41 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure1-Dec-04 6:36
NorthernExposure1-Dec-04 6:36 
GeneralRe: Empty Dataset via Stored Procedure Pin
Dave Kreskowiak1-Dec-04 0:47
mveDave Kreskowiak1-Dec-04 0:47 
GeneralTab pages Pin
Paps229-Nov-04 6:49
Paps229-Nov-04 6:49 
GeneralRe: Tab pages Pin
Tom John30-Nov-04 6:02
Tom John30-Nov-04 6:02 
GeneralDelete folder with vb.net Pin
sybux200029-Nov-04 4:47
sybux200029-Nov-04 4:47 
GeneralRe: Delete folder with vb.net Pin
Tom John30-Nov-04 6:28
Tom John30-Nov-04 6:28 
GeneralRe: Delete folder with vb.net Pin
sybux200030-Nov-04 7:58
sybux200030-Nov-04 7:58 
QuestionCan any Body Help ME with my project Pin
geekru229-Nov-04 3:32
geekru229-Nov-04 3:32 
AnswerRe: Can any Body Help ME with my project Pin
Dave Kreskowiak1-Dec-04 3:33
mveDave Kreskowiak1-Dec-04 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.