Databases Reference
In-Depth Information
C#
public string[] ListSecureMethods();
VB.NET
Public Function ListSecureMethods() As String()
ListSubscriptions
The ListSubscriptions method returns an array of Subscription objects that have been created for
a given report for a specific user. This array includes both standard and data-driven subscriptions.
C#
public Subscription[] ListSubscriptions(string Report , string Owner );
VB.NET
Public Function ListSubscriptions(ByVal Report As String , ByVal Owner As String) As
Subscription()
ListSubscriptionsUsingDataSource
This method returns a list of subscriptions associated with a given data source.
C#
public Subscription[] ListSubscriptionsUsingDataSource(string DataSource );
VB.NET
Public Function ListSubscriptionsUsingDataSource(ByVal DataSource As String) As
Subscription()
ListTasks
This method returns an array of Task objects from which item task information may be extracted. An
example of an item-level task is viewing a folder or a report.
C#
public Task[] ListTasks(SecurityScopeEnum SecurityScope);
VB.NET
Public Function ListTasks(ByVal SecurityScope as SecurityScopeEnum) As Task()
LogonUser
Creates an active session for the user with the specified credentials.
C#
public void LogonUser(string userName, string password, string authority);
Search WWH ::




Custom Search