Search found 13 matches

by DavidWatt
Tue Jan 17, 2017 7:31 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 22187

Re: Need help with dynamic tables/data in Silverlight Contro

For the Object version How can I hide objects (dynamically)? This one works fine, but I need to hide data. Note: I use your Data.cs object from your Samples and did not include it here. MainPage.xaml <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x=&qu...
by DavidWatt
Tue Jan 17, 2017 7:27 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 22187

Re: Need help with dynamic tables/data in Silverlight Contro

Below are 2 files for the System.Data.DataSet option: MainPage.xaml: <UserControl x:Class="Demo_DataSet.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros...
by DavidWatt
Mon Jan 16, 2017 4:38 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 22187

Need help with dynamic tables/data in Silverlight Control

I am trying to do the following using Silverlight 5 and Visual Studio 2015 Update 3 Goals: 1. Insert the StiSLViewerControl into an Xaml screen, and display the Stimulsoft Designer, and provide the capability to preview data 2. Dynamically create a subset of tables available to the end users (I.e. w...