Telerik Forums
Reporting Forum
0 answers
70 views
Is it possible to configure telerik reports to generate public chart items? 

If I create a textbox on the designer I would like to have this variable be generated as public, Is this possible ?
Stefen
Top achievements
Rank 1
 asked on 14 Sep 2011
6 answers
364 views
I haven't been able to get it to work, not sure why.  The SL Report Viewer displays an exception when I change the security mode from default to Windows, I assume I'm doing something wrong with the bindings.  IIS is set for Windows Authentication, Anonymous Login disabled.  Any ideas?

Portion of web.config:

<authentication mode="Windows" />
<
identity impersonate="true" />

...

    <bindings> 
      <basicHttpBinding> 
        <binding name="basicHttpBinding_Windows">  
          <security mode="TransportCredentialOnly">  
            <transport clientCredentialType="Windows" /> 
          </security> 
        </binding> 
      </basicHttpBinding> 
      <webHttpBinding> 
        <binding name="webHttpBinding_Windows">  
          <security mode="TransportCredentialOnly">  
            <transport clientCredentialType="Windows" /> 
          </security> 
        </binding> 
      </webHttpBinding> 
    </bindings> 
 
...  
 
 <service name="Telerik.Reporting.Service.ReportService" behaviorConfiguration="ReportServiceBehavior">  
        <endpoint  
          address="" 
          binding="basicHttpBinding" 
          bindingConfiguration="basicHttpBinding_Windows" 
          contract="Telerik.Reporting.Service.IReportService">  
          <identity> 
            <dns value="localhost" /> 
          </identity> 
        </endpoint> 
        <endpoint  
          address="resources" 
          binding="webHttpBinding" 
          bindingConfiguration="webHttpBinding_Windows" 
          behaviorConfiguration="WebBehavior" 
          contract="Telerik.Reporting.Service.IResourceService" /> 
        <endpoint  
           address="mex" 
           binding="basicHttpBinding" 
           bindingConfiguration="basicHttpBinding_Windows" 
           contract="IMetadataExchange" /> 
      </service>

Thanks,
-Brian
Adam
Top achievements
Rank 1
 answered on 13 Sep 2011
5 answers
1.3K+ views
It seems simple enough, but they either overlap, or they are too far apart.  I have a report with about 50 textboxes, and want to align them vertically and horizontally and I don't think I can use a table, as it's just one record.  You cant move a textbox pixel by pixel, using the keyboard or the mouse.  It moves more than one pixel at a time, so you can never align everything perfectly.  How would I accomplish this?

Thanks.
Steve
Telerik team
 answered on 13 Sep 2011
4 answers
248 views
When i set some values in code - txt25000.Value = amount25.ToString(); I see these values when I am looking at my report in the report viewer (See attachment) - But when I export/save to a pdf on my computer and open the file up. Any value that is set in code is never displayed.(See second attachment)

any help is appreciated.
Steve
Telerik team
 answered on 13 Sep 2011
1 answer
187 views
Is there a way to float multiple text box's inside a panel similar to divs with a fixed width and a css property of float:left;.... It needs to load dynamic content that's why i need it to float to stay with in the design other wise another design concept must be created... Let me know if you know how to do this..

Thanks!
Peter
Telerik team
 answered on 13 Sep 2011
2 answers
191 views
Hi,

We are using HtmlTextBox in a mail merge type application.  When a field such as {ClientName} contains an '&' character, we are encoding it and in the ReportViewer this displays as "Robert & Janis".  When it prints it prints the encoded string such as "Robert &amp; Janis". 

Any ideas on how to fix this?
David A.
Top achievements
Rank 1
 answered on 13 Sep 2011
2 answers
184 views
if textbox have value=0 how do i set font color to white
chatchai
Top achievements
Rank 1
 answered on 13 Sep 2011
1 answer
279 views
From the property window in the designer, I am attempting to set the Binding expression for PageBreak based on the existing of a databound field.

I would expect that it is something like:
PageBreak = !string.IsNullOrEmptyOrWhitespace(Field.MyTextField) ? PageBreak.Before : PageBreak.None;

Can this be done without writing actual code behind on the report?
Peter
Telerik team
 answered on 12 Sep 2011
3 answers
231 views
Hello,

I've got a problem with the CSV exportation. The problem is that it doesn't work :-)

Context :
Using IE or FF
Version of telerik reporting : 2010.1 423 (Apr 21, 2010)

Explanation :
I got my report and when I try to export it in CSV, I got a blank page and the url is set at this :
http://<servername>/Telerik.ReportViewer.axd?instanceID=b77ad8ee403e493f8db94b10766221c7&culture=fr-FR&uiculture=fr-FR&optype=Export&ExportFormat=CSV

It works for every others formats (pdf, xps, rtf, ...) but csv is the only format it doesn't work.

Any idea ?

Cheers
Thomas
Peter
Telerik team
 answered on 12 Sep 2011
1 answer
614 views
Hi all,

I try to export my report to PDF (with report viewer control) and the crosstab table is wrapping to the next page of the report. I would like to keep the content of the table as shown when I generated, so maybe exporting in a landscape layout can solve my query. I appreciate any comment on my issue. Thanks.
IvanDT
Telerik team
 answered on 12 Sep 2011
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?