Click here to Skip to main content
15,894,540 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Clipping image Pin
dptalt4-May-07 2:45
dptalt4-May-07 2:45 
QuestionEnter press and Text_Changed [modified] Pin
TheEagle3-May-07 7:03
TheEagle3-May-07 7:03 
AnswerRe: Enter press and Text_Changed Pin
Arun.Immanuel3-May-07 7:16
Arun.Immanuel3-May-07 7:16 
GeneralRe: Enter press and Text_Changed Pin
TheEagle3-May-07 8:21
TheEagle3-May-07 8:21 
QuestionRe: Enter press and Text_Changed Pin
Sandeep Akhare3-May-07 20:34
Sandeep Akhare3-May-07 20:34 
AnswerRe: Enter press and Text_Changed [modified] Pin
TheEagle4-May-07 4:16
TheEagle4-May-07 4:16 
Questionaudio file conversion Pin
MaryAnne3-May-07 6:43
MaryAnne3-May-07 6:43 
QuestionSizeToReportContent report viewer Pin
raquidd223-May-07 6:16
raquidd223-May-07 6:16 
hello

thansk for the time

in my aspx i have then next code

rsweb:ReportViewer ID="rvReportes" ProcessingMode="Remote" OnDrillthrough="rptPublic_Drillthrough"
runat="server" Font-Names="Verdana" Font-Size="8pt" AsyncRendering="true" SizeToReportContent="true"


i load my reportviewer in the server side


rvReportes.Visible = True<br />
Dim oReportesBL As New ReportesBL<br />
Dim oReportesBEReportesDataTable As ReportesBE.ReportesDataTable<br />
Dim rdlc As String<br />
Dim RootReport As String<br />
Dim Pais As String<br />
Dim parametros(6) As ReportParameter<br />
<br />
rvReportes.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote<br />
rvReportes.ServerReport.ReportServerUrl = New Uri(ConfigurationManager.AppSettings("SeverReport"))<br />
oReportesBEReportesDataTable = oReportesBL.GetReporteByID(ReporteID)<br />
rdlc = oReportesBEReportesDataTable.Rows(0).Item("rdlc")<br />
RootReport = ConfigurationManager.AppSettings("RootReport")<br />
Pais = ConfigurationManager.AppSettings("Pais")<br />
rvReportes.ServerReport.ReportPath = RootReport + rdlc<br />
<br />
parametros(0) = New ReportParameter("iAplicacionid", Convert.ToString(Trim(AplicacionID)), False)<br />
parametros(1) = New ReportParameter("iUsuarioid", Convert.ToString(Trim(UsuarioID)), False)<br />
parametros(2) = New ReportParameter("sIdPais", Convert.ToString(Trim(Pais)), False)<br />
parametros(3) = New ReportParameter("iIdProcod", Convert.ToString(Trim(EmpresaID)), False)<br />
parametros(4) = New ReportParameter("sIdCanal", Convert.ToString(Trim(CanalID)), False)<br />
parametros(5) = New ReportParameter("dFechainicial", Trim(FechaInicial), False)<br />
parametros(6) = New ReportParameter("dFechafinal", Trim(FechaFinal), False)<br />
<br />
<br />
<br />
rvReportes.ServerReport.SetParameters(parametros)<br />
rvReportes.ServerReport.Refresh()<br />


but the property SizeToReportContent dont work i try the article the part of xhtml but i dont have my reportviewer inside of table.

how can i sizeto reportcontent to size of the report

thanks

sorry for my english
QuestionSetting Minimum Size on a Browser Pin
Brent Wagner McIntosh3-May-07 5:49
Brent Wagner McIntosh3-May-07 5:49 
AnswerRe: Setting Minimum Size on a Browser Pin
eggsovereasy3-May-07 10:57
eggsovereasy3-May-07 10:57 
AnswerRe: Setting Minimum Size on a Browser Pin
Brent Wagner McIntosh3-May-07 11:24
Brent Wagner McIntosh3-May-07 11:24 
GeneralRe: Setting Minimum Size on a Browser Pin
Sandeep Akhare3-May-07 20:37
Sandeep Akhare3-May-07 20:37 
QuestionGrid View problems Pin
Bajrang Singh3-May-07 5:40
Bajrang Singh3-May-07 5:40 
AnswerRe: Grid View problems Pin
SABhatti3-May-07 9:48
SABhatti3-May-07 9:48 
GeneralRe: Grid View problems Pin
Bajrang Singh3-May-07 20:42
Bajrang Singh3-May-07 20:42 
AnswerRe: Grid View problems Pin
Chetan Ranpariya3-May-07 21:05
Chetan Ranpariya3-May-07 21:05 
GeneralRe: Grid View problems Pin
SABhatti4-May-07 15:23
SABhatti4-May-07 15:23 
Questioncrystalreport maximum report processing jobs limit problem Pin
Abolfazl Sheikhloo3-May-07 4:47
Abolfazl Sheikhloo3-May-07 4:47 
QuestionRefersh the datagrid Pin
saravanan053-May-07 4:25
saravanan053-May-07 4:25 
AnswerRe: Refersh the datagrid Pin
enjoycrack3-May-07 4:30
enjoycrack3-May-07 4:30 
QuestionSecurityException Pin
deepaks33-May-07 4:07
deepaks33-May-07 4:07 
AnswerRe: SecurityException Pin
enjoycrack3-May-07 4:31
enjoycrack3-May-07 4:31 
GeneralRe: SecurityException Pin
deepaks33-May-07 6:33
deepaks33-May-07 6:33 
GeneralRe: SecurityException [modified] Pin
Sandeep Kumar3-May-07 19:06
Sandeep Kumar3-May-07 19:06 
QuestionUser Control Pin
Kushi Bobby3-May-07 4:00
Kushi Bobby3-May-07 4:00 

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.