
Chart for .NET
Q. Can I use one data reader object to create
more than one series?
A. Yes, you can use one data reader object to create more than one
series if you use Microsoft SQL Server because Microsoft SQL Server
supports batch queries. SqlDataReader
class' NextResult method is used to process
multiple results, which are generated by executing batch
Transact-SQL statements. By default, the data reader is positioned
on the first result.
read more »
Chart for .NET - OLAP Services
Q. How can I restrict access to certain data
in OLAP Services?
A. Data can be restricted through both SQL Analysis Services and
Dundas OLAP Services. In SQL Analysis Services, roles and
user access rights are used to restrict data to users. In Dundas
OLAP Services, the Visible property of individual
dimensions, hierarchies, levels and members provides control over
what each user can and cannot see. An example of how to use Dundas
OLAP Services to restrict access rights is contained within the
full article.
read more »

Gauge for .NET
Q. Why are temporary images created in my root
directory by Dundas Gauge for ASP.NET?
A. Dundas Gauge for ASP.NET works by generating images which are viewed in the client's browser. When an
ASPX page that has a
Gauge control on it is rendered into HTML and sent to the
client, it contains an IMG tag that refers to an image on
the server. These images need to be generated by the
server for the client's browser to retrieve
them.
By default, Gauge uses a round robin method of image file
management with a maximum of 300 files set in the ImageUrl
property. Once 300 files are
written, the old files are overwritten. For more details, refer to
the
Managing Image Files article in our documentation.
Gauge for Reporting Services
Q. I'm having troubles using Dundas Gauge for Reporting Services on a 64-bit machine
directly after the install. How can I remedy this?
A. Normally the installer will copy RSGaugeInstaller.exe
and run it at the end of the install process. However, if you
are using a 64-bit machine, the installer may fail to run this file. In this case it is possible to run the file
yourself in order to complete the install process. To run the
RSGaugeInstaller.exe file manually, navigate to
C:\Program Files (x86)\Dundas Software\Gauges\Reporting
Services\Tools (default install location). If this does not
solve the issue, please refer to the full article for manual
installation steps.
read more »

Map for .NET
Q. How do I show only some elements in the legend or color swatch panel?
A. When the ShowInLegend or
ShowInColorSwatch property is set on a shape, path,
symbol or group rule the elements and their colors generated by
the rule are automatically added to the legend's Items
collection or to the color swatch panel. If you have a lot of
elements and the rule's field property is set to "(Name)",
then this may cause the legend or color swatch to become
unreadable due to the high number of items.
To display only some items in the legend, set
the Category property of your rule and your
elements. Setting this property in all the elements which are to
be visible to the same string of text as the rule, such as "ShowInLegend",
will cause the items to show up in the legend and no others. This
is done easiest at design time, but can also be done in the
code behind at run time.
read more »
Map for Reporting Services
Q. Why aren't my data fields being displayed or added in
Dundas Map for Reporting Services?
A. When adding "Displayed Fields" or "Data Fields" to
Dundas Map for Reporting Services, there are a few things to check
to ensure they will display: Setting up the fields, Matching
to the binding field, Data appearance and Numeric field types.
These items are each addressed in the full article and, if
followed, will result in the data fields being added properly.
read more »
|