Databases Reference
In-Depth Information
VB.NET
Public Function GetCacheOptions(ByVal Report As String, [out] ByRef Expiration As
ExpirationDefinition) As Boolean
GetDataDrivenSubscriptionProperties
This method returns the properties of a data-driven subscription. The required parameter is the ID of the
subscription. The other parameters are declared but not initialized. They will be returned with valid val-
ues representing the settings of the subscription. They are the extension settings, the data retrieval plan,
a description of the subscription, the current status of the subscription, the type of event that causes the
subscription to fire, and the match data for the event.
C#
public string GetDataDrivenSubscriptionProperties(string DataDrivenSubscriptionID ,
[out] ExtensionSettings ExtensionSettings , [out] DataRetrievalPlan
DataRetrievalPlan , [out] string Description , [out] ActiveState Active , [out]
string Status , [out] string EventType , [out] string MatchData , [out] ref
ParameterValueOrFieldReference[] Parameters );
VB.NET
Public Function GetDataDrivenSubscriptionProperties(ByVal DataDrivenSubscriptionID
As String,[out] ByRef ExtensionSettings As ExtensionSettings, [out] ByRef
DataRetrievalPlan As DataRetrievalPlan, [out] ByRef Description As String, [out]
ByRef Active As ActiveState, [out] ByRef Status As String, [out] ByRef EventType As
String, [out] ByRef MatchData As String, [out] ByRef Parameters As
ParameterValueOrFieldReference())
GetDataSourceContents
GetDataSourceContents returns a DataSourceDefinition object representing the contents of a data
source. The required parameter is the name of the data source.
C#
public DataSourceDefinition GetDataSourceContents(string DataSource );
VB.NET
Public Function GetDataSourceContents(ByVal DataSource As String) As
DataSourceDefinition
GetExecutionOptions
This method returns the execution options and associated settings for an individual report. The required
parameters are the name of the report and an uninitialized ScheduleDefinition object. This object will
be returned with its properties set to the values for the report. The return value is an enum datatype that
indicates whether the report is based on live data or a snapshot.
C#
public ExecutionSettingEnum GetExecutionOptions(string Report , [out]
ScheduleDefinitionOrReference Schedule );
Search WWH ::




Custom Search