Databases Reference
In-Depth Information
VB.NET
Public Function GetReportLink(ByVal Report As String) As String
GetReportParameters
This method returns report parameters for a specified report. The first parameter is the name of the
report. The next two parameters are used together. If a HistoryId is provided and the ForRendering
parameter is set to true, the returned properties belong to a snapshot of the provided report. The
ParameterValues argument can be used to verify valid parameters against a report. The Credentials
parameter returns the credentials to use to validate and check the parameters.
C#
public ReportParameter[] GetReportParameters(string Report , string HistoryID , bool
ForRendering , ParameterValue[] Values , DataSourceCredentials[] Credentials );
VB.NET
Public Function GetReportParameters(ByVal Report As String, ByVal HistoryID As
String, ByVal ForRendering As Boolean, ByVal Values As ParameterValue(), ByVal
Credential s As DataSourceCredentials()) As ReportParameter()
GetResourceContents
This method requires the developer to pass in the resource that needs retrieval. The method returns a
MIME-type and the value of the resource as a base-64-encoded byte array.
C#
Public byte[] GetResourceContents(string Resource , [out] string MimeType );
VB.NET
Public Function GetResourceContents(ByVal Resource As String, ByRef MimeType As
String) As Byte()
GetRoleProperties
This method returns a collection of tasks associated with a given role. The description string argument
will return containing the description for the role.
C#
public Task[] GetRoleProperties(string Name ,[out] string Description );
VB.NET
Public Function GetRoleProperties(ByVal Name As String, ByRef Description As
String) as Task()
GetScheduleProperties
This method returns a Schedule object containing the schedule definition for a single shared schedule
by passing in a specific schedule ID.
Search WWH ::




Custom Search