0
にデータソースとして私がきたようC#のオブジェクト:
SSRS_Report http://i52.tinypic.com/35n3upg.jpgバインディングC#のオブジェクトSSRSレポート
者:私はSSRSレポートに、このクラスのコレクションをバインドしたい
public class PersonDetails
{
public string Name1{get; set;}
... ... ...
public string Name2{get; set;}
... ... ...
public string Name2{get; set;}
... ... ...
}
すべてがテキストボックスです。しかし、レポートには最終的にコレクションの最初のアイテムが表示されます。 PersonDetailsPostList
がクラスのオブジェクトのリストです
this.PersonDetailsPostBindingSource.DataSource = _personDetailsPostCollection.PersonDetailsPostList;
this.reportViewerPersonDetailsPost.RefreshReport();
: は、私はこのような報告書を結合しています。
助けてください。前もって感謝します。
ありがとうございました。あなたの助けに。レポートを単語にエクスポートする方法はありますか?鉱山では、PDFとExcelのみが表示されます。 –
あなたは[このような質問]を見てください(http://stackoverflow.com/questions/963594/can-i-export-word-document-doc-from-reporting-service-by-using-free-component "" ) –
[test](http:// test/com) –