
How to change chart properties - RDLC - runtime
2009年6月23日 · User-419698259 posted I am new to .net. I have created a RDLC containing a barchart. I am trying to change the attributes - like Chart Title, y-axis scale etc. based on the data that is pulled by the recordset.
How to Pass a value to rdlc TextBox from codebehind
2021年10月7日 · I am beginner of .rdlc report.. I have a TextBox in my .rdlc report. I have placed the report in my Default.aspx page (within report viewer). How can I pass a value from Default.aspx.cs to .rdlc-TextBox (to display in textBox)? (Expecting something like: this.ReportViwr.Report1.TextBox1.Text="SomeValue")
global (Public Shared) variables
2010年7月6日 · I would like to know why Visual Studio 2005 has issues with global ( Public Shared) variables. I used global ...
RDLC : Add Trend Line or Target Line in Bar Stacked Graph..
2013年11月12日 · This forum is closed. Thank you for your contributions. Ask a question Quick access
Some dataset fields don't appear on RDLC report
2012年2月21日 · This forum is closed. Thank you for your contributions. Ask a question Quick access
Creating a simple reporting component in c#
2019年2月26日 · Hi, I've finished converting my old Delphi Windows application to C# but I have a request for guidance. The old ...
Simple RDLC group filter for blank string
2012年6月26日 · Hi I'm trying to filter a report for blank values in certain fields: But drawing a complete blank. Trying to re ...
vb.net 2015 How to print directly to a printer an rdlc report
2016年12月6日 · good afternoon Lords programmer how could you print directly to the printer with ReportViewer I'm trying to print a ...
SSRS report(.rdlc) navigation/visibility issue
2010年9月5日 · Hi All, I’m currently working on a SSRS report(.rdlc) developed as a part of a .NET website solution ...
DataTable as LocalReport datasource
2008年6月25日 · Thanks in advance, newb to vb.net here. Goal: I would like to display a report using a DataTable created and filled ...