Databases Reference
In-Depth Information
VB.NET
Public Function GetExecutionOptions(ByVal Report As String,[out] ByRef Schedule As
ScheduleDefinitionOrReference) As ExecutionSettingEnum
GetExtensionSettings
This method requires that you pass in the name of an extension. The return value is an array of known
parameters for the specific extension.
C#
public ExtensionParameter[] GetExtensionSettings(string Extension );
VB.NET
Public Function GetExtensionSettings(ByVal Extension As String)As
ExtensionParameter()
GetItemDataSourcePrompts
Gets the prompts associated with a particular item.
C#
public DataSourcePrompt[] GetItemDataSourcePrompts(string Item );
VB.NET
Public Function GetItemDataSourcePrompts(ByVal Item As String) as
DataSourcePrompt()
GetItemDataSources
Returns a DataSource collection associated with a particular item in the report catalog.
C#
public DataSource[] GetItemDataSources(string Item );
VB.NET
Public Function GetItemDataSources(ByVal Item As String) as DataSource()
GetItemType
It retrieves the type of an item, if it exists in the Reporting Server database. The required parameter is the
name of the object. The return value is an enumeration representing the type of object.
C#
public ItemTypeEnum GetItemType(string Item );
Search WWH ::




Custom Search