Hi
I have read the previous posts which address this issue but i cannot seem to implement. When i run it i get the error "Object reference not set to an instance of an object."
My code looks like:
Imports Infragistics.Controls.Reports
Public Class GeneralReportViewer Public Property PrintVisibility As Visibility
Private Sub Button1_Click(sender As System.Object, e As System.Windows.RoutedEventArgs) Handles Button1.Click Dim instance As ToolBarSettings Dim value As Visibility
value = Windows.Visibility.Collapsed
instance.PrintVisibility = value
End SubEnd Class
Hello pfechner,
Could you please let me know what are the posts that you have read? Is it possible for you to provide a small sample project, which reproduces the issue or give me the steps to reproduce it, along with the version of our controls in your project? Also, what is the technology you are using?
I will be waiting for your feedback.
Hi Boris,
managed to solve it myself.
regards,
Paul
Hi Paul,
I am glad to hear this! Would it be possible to share the solution with us?
We believe that the other community members could benefit from such threads.
Please feel free to let me know if a question about our toolset comes up on your mind.