Databases Reference
In-Depth Information
VB.NET
Public Sub SetCacheOptions(ByVal Report As String, ByVal CacheReport As Boolean,
ByVal Expiration As ExpirationDefinition)
SetDataDrivenSubscriptionProperties
This method sets the properties of a data-driven subscription.
C#
public void SetDataDrivenSubscriptionProperties(string DataDrivenSubscriptionID ,
ExtensionSettings ExtensionSettings , DataRetrievalPlan DataRetrievalPlan , string
Description , string EventType , string MatchData , ParameterValueOrFieldReference[]
Parameters );
VB.NET
Public Sub SetDataDrivenSubscriptionProperties(ByVal DataDrivenSubscriptionID As
String, ByVal ExtensionSettings As ExtensionSettings, ByVal DataRetrievalPlan As
DataRetrievalPlan, ByVal Description As String, ByVal EventType As String, ByVal
MatchData As String, ByVal Parameters As ParameterValueOrFieldReference())
SetDataSourceContents
This replaces the contents of an existing data source. The parameters are the name of the source and a
data definition object defining all the source properties.
C#
public void SetDataSourceContents(string DataSource , DataSourceDefinition
Definition );
VB.NET
Public Sub SetDataSourceContents(ByVal DataSource As String, ByVal Definition As
DataSourceDefinition)
SetExecutionOptions
This method sets the execution options and the associated execution properties for an individual report.
The first parameter is the name of the report, followed by an enumeration indicating whether the report
should be executed in real time or scheduled. The third parameter, Schedule, is only used if the execu-
tion is scheduled.
C#
public void SetExecutionOptions(string Report , ExecutionSettingEnum
ExecutionSetting , ScheduleDefinitionOrReference Schedule );
VB.NET
Public Sub SetExecutionOptions(ByVal Report As String, ByVal ExecutionSetting As
ExecutionSettingEnum, ByVal Schedule As ScheduleDefinitionOrReference)
Search WWH ::




Custom Search