Click here to Skip to main content
15,908,013 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF: Get offical height by auto-height Pin
Abhinav S19-Jun-10 6:56
Abhinav S19-Jun-10 6:56 
Questionsilverlight web text editor Pin
I_risho18-Jun-10 0:04
I_risho18-Jun-10 0:04 
AnswerRe: silverlight web text editor Pin
Abhinav S19-Jun-10 6:52
Abhinav S19-Jun-10 6:52 
QuestionDataGrid hides Elements Pin
danieln5516-Jun-10 23:54
danieln5516-Jun-10 23:54 
Questionhow to resolve this pop up Error saying :'this._postBackSettings.async' is null or not an object. Pin
Ch.Gayatri Subudhi16-Jun-10 18:06
Ch.Gayatri Subudhi16-Jun-10 18:06 
AnswerRe: how to resolve this pop up Error saying :'this._postBackSettings.async' is null or not an object. Pin
Abhinav S16-Jun-10 18:23
Abhinav S16-Jun-10 18:23 
AnswerRe: how to resolve this pop up Error saying :'this._postBackSettings.async' is null or not an object. Pin
Ch.Gayatri Subudhi16-Jun-10 18:30
Ch.Gayatri Subudhi16-Jun-10 18:30 
QuestionReportDataSource name and value using WPF Pin
NCZIMM16-Jun-10 12:14
NCZIMM16-Jun-10 12:14 
I have the following in a WPF window trying to open an RDLC report using a WindowsFormsHost. When the report opens there is a report header with no data. The query has no parameters and I have previewed the data in the data set many times.

I have seen many attempts to explain the meanings of ReportDataSource.Name and ReportDataSource.value but it is not yet clear to me what each is supposed to mean. I have not been able to implement anything but that which is listed below.

Thanks -


string reportPath = "C:\\Dev\\2010\\2010_BoxingAdmin\\BoxingAdmin\\BoxingAdmin\\Report1.rdlc";
string ds = "DEVELOPMENT;Initial Catalog=Boxing;Integrated Security=True";
ReportDataSource rds = new ReportDataSource("DataSet1", ds);
ReportViewer reportViewer = new ReportViewer();
reportViewer.ProcessingMode = ProcessingMode.Local;
reportViewer.LocalReport.ReportPath = reportPath;
reportViewer.LocalReport.DataSources.Add(rds);
windowsFormsHost1.Child = reportViewer;
reportViewer.RefreshReport(); Reply
QuestionXamlWriter and UserControl Pin
Fabrizio Camagna16-Jun-10 7:30
Fabrizio Camagna16-Jun-10 7:30 
QuestionSilverlight editor with wpf or windows form application Pin
Fabrizio Camagna14-Jun-10 11:32
Fabrizio Camagna14-Jun-10 11:32 
QuestionWrite Silverlight editor with WPF application Pin
Fabrizio Camagna14-Jun-10 11:30
Fabrizio Camagna14-Jun-10 11:30 
AnswerDuplicated question. Pin
Pete O'Hanlon14-Jun-10 22:18
mvePete O'Hanlon14-Jun-10 22:18 
Questionfolder tree in silverlight Pin
I_risho14-Jun-10 7:49
I_risho14-Jun-10 7:49 
AnswerRe: folder tree in silverlight Pin
Abhinav S14-Jun-10 22:34
Abhinav S14-Jun-10 22:34 
QuestionI need to diplay an image in silverlight image tag while combobox selceted item. Pin
Ch.Gayatri Subudhi13-Jun-10 18:31
Ch.Gayatri Subudhi13-Jun-10 18:31 
GeneralRe: I need to display an image in silverlight image tag while combobox selected item. Pin
Arun Jacob13-Jun-10 19:01
Arun Jacob13-Jun-10 19:01 
GeneralRe: I need to display an image in silverlight image tag while combobox selected item. Pin
Ch.Gayatri Subudhi13-Jun-10 19:18
Ch.Gayatri Subudhi13-Jun-10 19:18 
AnswerRe: I need to display an image in silverlight image tag while combobox selected item. Pin
Arun Jacob13-Jun-10 19:55
Arun Jacob13-Jun-10 19:55 
QuestionTemplate Pin
MrMcIntyre13-Jun-10 4:19
MrMcIntyre13-Jun-10 4:19 
QuestionNon Rectangular Window in WPF Help Pin
snouto13-Jun-10 0:22
snouto13-Jun-10 0:22 
AnswerRe: Non Rectangular Window in WPF Help Pin
Insincere Dave13-Jun-10 11:43
Insincere Dave13-Jun-10 11:43 
QuestionWPF Databinding Pin
Mojo2400NV12-Jun-10 1:38
Mojo2400NV12-Jun-10 1:38 
AnswerRe: WPF Databinding Pin
Pete O'Hanlon13-Jun-10 12:14
mvePete O'Hanlon13-Jun-10 12:14 
Questionhow to associate *.chm file to '?' button in WPF Pin
SRKSHOME11-Jun-10 4:39
SRKSHOME11-Jun-10 4:39 
QuestionWhite Board using silverlight and Flash Pin
11229410-Jun-10 23:20
11229410-Jun-10 23:20 

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.