Databases Reference
In-Depth Information
'If instProps.Item("isReportManagerEnabled").Value =
False Then 'instProps.Item("isReportManagerEnabled").Value = True
'End If
Dim prop As PropertyData
For Each prop In instProps
Dim name As String = prop.Name
Dim val As Object = prop.Value
ListBox2.Items.Add("Property Name: " + name & ":"
& "Property Value: " + val.ToString())
Next
Next
End Sub
End Class
4.
Build the project and browse to the Default.aspx page.
5.
In the browser, click on the button with the text Get RS Configuration
Details on the page.
If there are no errors, you should see the following displayed:
 
Search WWH ::




Custom Search