#ReportingService2005
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Boolean | AllowAutoRedirect | Gets or sets whether the client automatically follows server redirects. | False |
| BatchHeader | BatchHeaderValue | null | |
| X509CertificateCollection | ClientCertificates | Gets the collection of client certificates. | {} |
| String | ConnectionGroupName | Gets or sets the name of the connection group for the request. | String.Empty |
| IContainer | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. | null |
| CookieContainer | CookieContainer | Gets or sets the collection of cookies. | null |
| ICredentials | Credentials | Gets or sets security credentials for XML Web service client authentication. | null |
| Boolean | EnableDecompression | Gets or sets a System.Boolean that indicates whether decompression is enabled for this System.Web.Services.Protocols.HttpWebClientProtocol. | False |
| ItemNamespaceHeader | ItemNamespaceHeaderValue | null | |
| Boolean | PreAuthenticate | Gets or sets whether pre-authentication is enabled. | False |
| IWebProxy | Proxy | Gets or sets proxy information for making an XML Web service request through a firewall. | null |
| Encoding | RequestEncoding | The System.Text.Encoding used to make the client request to the XML Web service. | null |
| ServerInfoHeader | ServerInfoHeaderValue | null | |
| ISite | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. | null |
| SoapProtocolVersion | SoapVersion | Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service. | Default |
| Int32 | Timeout | Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds). | 100000 |
| Boolean | UnsafeAuthenticatedConnectionSharing | Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service. | False |
| String | Url | Gets or sets the base URL of the XML Web service the client is requesting. | http://localhost/ReportServer/ReportService2005.asmx |
| Boolean | UseDefaultCredentials | Gets or sets a value that indicates whether to set the Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property. | False |
| String | UserAgent | Gets or sets the value for the user agent header that is sent with each request. | Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000) |
##Methods
###Abort() Cancels a request to an XML Web service method.
###BeginCancelBatch(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginCancelJob(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String JobID
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateBatch(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateDataDrivenSubscription(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateDataSource(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.String Parent
- System.Boolean Overwrite
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateFolder(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Folder
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateLinkedReport(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String Parent
- System.String Link
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateModel(System.String,System.String,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String Parent
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateReport(System.String,System.String,System.Boolean,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateReportHistorySnapshot(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateResource(System.String,System.String,System.Boolean,System.Byte[],System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Resource
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Contents
- System.String MimeType
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateRole(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[],System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateSchedule(System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition,System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
- System.AsyncCallback callback
- System.Object asyncState
###BeginCreateSubscription(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
- System.AsyncCallback callback
- System.Object asyncState
###BeginDeleteItem(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginDeleteReportHistorySnapshot(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String HistoryID
- System.AsyncCallback callback
- System.Object asyncState
###BeginDeleteRole(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- System.AsyncCallback callback
- System.Object asyncState
###BeginDeleteSchedule(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String ScheduleID
- System.AsyncCallback callback
- System.Object asyncState
###BeginDeleteSubscription(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String SubscriptionID
- System.AsyncCallback callback
- System.Object asyncState
###BeginDisableDataSource(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.AsyncCallback callback
- System.Object asyncState
###BeginEnableDataSource(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.AsyncCallback callback
- System.Object asyncState
###BeginExecuteBatch(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginFindItems(System.String,Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum,Microsoft.SqlServer.ReportingServices2005.SearchCondition[],System.AsyncCallback,System.Object)
Parameters:
- System.String Folder
- Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum BooleanOperator
- Microsoft.SqlServer.ReportingServices2005.SearchCondition[]] Conditions
- System.AsyncCallback callback
- System.Object asyncState
###BeginFireEvent(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String EventType
- System.String EventData
- System.AsyncCallback callback
- System.Object asyncState
###BeginFlushCache(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGenerateModel(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.String Model
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetCacheOptions(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetDataDrivenSubscriptionProperties(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String DataDrivenSubscriptionID
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetDataSourceContents(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetExecutionOptions(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetExtensionSettings(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Extension
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetItemDataSourcePrompts(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetItemDataSources(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetItemType(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetModelDefinition(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetModelItemPermissions(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetModelItemPolicies(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetPermissions(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetPolicies(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetProperties(System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetRenderResource(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Format
- System.String DeviceInfo
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetReportDefinition(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetReportHistoryLimit(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetReportHistoryOptions(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetReportLink(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetReportParameters(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String HistoryID
- System.Boolean ForRendering
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Values
- Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[]] Credentials
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetResourceContents(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Resource
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetRoleProperties(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetScheduleProperties(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String ScheduleID
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetSubscriptionProperties(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String SubscriptionID
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetSystemPermissions(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetSystemPolicies(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetSystemProperties(Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginGetUserModel(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String Perspective
- System.AsyncCallback callback
- System.Object asyncState
###BeginInheritModelItemParentSecurity(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.AsyncCallback callback
- System.Object asyncState
###BeginInheritParentSecurity(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginListChildren(System.String,System.Boolean,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.Boolean Recursive
- System.AsyncCallback callback
- System.Object asyncState
###BeginListDependentItems(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginListEvents(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginListExtensions(Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum,System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum ExtensionType
- System.AsyncCallback callback
- System.Object asyncState
###BeginListJobs(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginListModelDrillthroughReports(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.AsyncCallback callback
- System.Object asyncState
###BeginListModelItemChildren(System.String,System.String,System.Boolean,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Boolean Recursive
- System.AsyncCallback callback
- System.Object asyncState
###BeginListModelPerspectives(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.AsyncCallback callback
- System.Object asyncState
###BeginListReportHistory(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginListRoles(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum,System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope
- System.AsyncCallback callback
- System.Object asyncState
###BeginListScheduledReports(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String ScheduleID
- System.AsyncCallback callback
- System.Object asyncState
###BeginListSchedules(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginListSecureMethods(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginListSubscriptions(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String Owner
- System.AsyncCallback callback
- System.Object asyncState
###BeginListSubscriptionsUsingDataSource(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- System.AsyncCallback callback
- System.Object asyncState
###BeginListTasks(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum,System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope
- System.AsyncCallback callback
- System.Object asyncState
###BeginLogoff(System.AsyncCallback,System.Object)
Parameters:
- System.AsyncCallback callback
- System.Object asyncState
###BeginLogonUser(System.String,System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String userName
- System.String password
- System.String authority
- System.AsyncCallback callback
- System.Object asyncState
###BeginMoveItem(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- System.String Target
- System.AsyncCallback callback
- System.Object asyncState
###BeginPauseSchedule(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String ScheduleID
- System.AsyncCallback callback
- System.Object asyncState
###BeginPrepareQuery(Microsoft.SqlServer.ReportingServices2005.DataSource,Microsoft.SqlServer.ReportingServices2005.DataSetDefinition,System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.DataSource DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSetDefinition DataSet
- System.AsyncCallback callback
- System.Object asyncState
###BeginRegenerateModel(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.AsyncCallback callback
- System.Object asyncState
###BeginRemoveAllModelItemPolicies(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.AsyncCallback callback
- System.Object asyncState
###BeginResumeSchedule(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String ScheduleID
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetCacheOptions(System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.Boolean CacheReport
- Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetDataDrivenSubscriptionProperties(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.AsyncCallback,System.Object)
Parameters:
- System.String DataDrivenSubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetDataSourceContents(System.String,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,System.AsyncCallback,System.Object)
Parameters:
- System.String DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetExecutionOptions(System.String,Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum ExecutionSetting
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetItemDataSources(System.String,Microsoft.SqlServer.ReportingServices2005.DataSource[],System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.DataSource[]] DataSources
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetModelDefinition(System.String,System.Byte[],System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.Byte[] Definition
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetModelDrillthroughReports(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[],System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[]] Reports
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetModelItemPolicies(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Policy[],System.AsyncCallback,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetPolicies(System.String,Microsoft.SqlServer.ReportingServices2005.Policy[],System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetProperties(System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetReportDefinition(System.String,System.Byte[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.Byte[] Definition
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetReportHistoryLimit(System.String,System.Boolean,System.Int32,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.Boolean UseSystem
- System.Int32 HistoryLimit
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetReportHistoryOptions(System.String,System.Boolean,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.Boolean EnableManualSnapshotCreation
- System.Boolean KeepExecutionSnapshots
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetReportLink(System.String,System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.String Link
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetReportParameters(System.String,Microsoft.SqlServer.ReportingServices2005.ReportParameter[],System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ReportParameter[]] Parameters
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetResourceContents(System.String,System.Byte[],System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Resource
- System.Byte[] Contents
- System.String MimeType
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetRoleProperties(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[],System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetScheduleProperties(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition,System.AsyncCallback,System.Object)
Parameters:
- System.String Name
- System.String ScheduleID
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetSubscriptionProperties(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],System.AsyncCallback,System.Object)
Parameters:
- System.String SubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetSystemPolicies(Microsoft.SqlServer.ReportingServices2005.Policy[],System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.AsyncCallback callback
- System.Object asyncState
###BeginSetSystemProperties(Microsoft.SqlServer.ReportingServices2005.Property[],System.AsyncCallback,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.AsyncCallback callback
- System.Object asyncState
###BeginUpdateReportExecutionSnapshot(System.String,System.AsyncCallback,System.Object)
Parameters:
- System.String Report
- System.AsyncCallback callback
- System.Object asyncState
###BeginValidateExtensionSettings(System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.AsyncCallback,System.Object)
Parameters:
- System.String Extension
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] ParameterValues
- System.AsyncCallback callback
- System.Object asyncState
###CancelAsync(System.Object)
Parameters:
- System.Object userState
###CancelBatch()
###CancelBatchAsync()
###CancelBatchAsync(System.Object)
Parameters:
- System.Object userState
###CancelJob(System.String)
Parameters:
- System.String JobID
###CancelJobAsync(System.String)
Parameters:
- System.String JobID
###CancelJobAsync(System.String,System.Object)
Parameters:
- System.String JobID
- System.Object userState
###CreateBatch()
###CreateBatchAsync()
###CreateBatchAsync(System.Object)
Parameters:
- System.Object userState
###CreateDataDrivenSubscription(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###CreateDataDrivenSubscriptionAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###CreateDataDrivenSubscriptionAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
- System.Object userState
###CreateDataSource(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String DataSource
- System.String Parent
- System.Boolean Overwrite
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateDataSourceAsync(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String DataSource
- System.String Parent
- System.Boolean Overwrite
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateDataSourceAsync(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String DataSource
- System.String Parent
- System.Boolean Overwrite
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateFolder(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Folder
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateFolderAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Folder
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateFolderAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Folder
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateLinkedReport(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Report
- System.String Parent
- System.String Link
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateLinkedReportAsync(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Report
- System.String Parent
- System.String Link
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateLinkedReportAsync(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Report
- System.String Parent
- System.String Link
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateModel(System.String,System.String,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Model
- System.String Parent
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateModelAsync(System.String,System.String,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Model
- System.String Parent
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateModelAsync(System.String,System.String,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Model
- System.String Parent
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateObjRef(System.Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Parameters:
- System.Type requestedType - The System.Type of the object that the new System.Runtime.Remoting.ObjRef will reference.
Returns:
Information required to generate a proxy.
###CreateReport(System.String,System.String,System.Boolean,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Report
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateReportAsync(System.String,System.String,System.Boolean,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Report
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateReportAsync(System.String,System.String,System.Boolean,System.Byte[],Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Report
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Definition
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateReportHistorySnapshot(System.String,out Microsoft.SqlServer.ReportingServices2005.Warning[])
Parameters:
- System.String Report
- out Microsoft.SqlServer.ReportingServices2005.Warning[]] Warnings
###CreateReportHistorySnapshotAsync(System.String)
Parameters:
- System.String Report
###CreateReportHistorySnapshotAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###CreateResource(System.String,System.String,System.Boolean,System.Byte[],System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Resource
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Contents
- System.String MimeType
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateResourceAsync(System.String,System.String,System.Boolean,System.Byte[],System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Resource
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Contents
- System.String MimeType
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###CreateResourceAsync(System.String,System.String,System.Boolean,System.Byte[],System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Resource
- System.String Parent
- System.Boolean Overwrite
- System.Byte[] Contents
- System.String MimeType
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###CreateRole(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[])
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
###CreateRoleAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[])
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
###CreateRoleAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[],System.Object)
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
- System.Object userState
###CreateSchedule(System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition)
Parameters:
- System.String Name
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
###CreateScheduleAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition)
Parameters:
- System.String Name
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
###CreateScheduleAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition,System.Object)
Parameters:
- System.String Name
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
- System.Object userState
###CreateSubscription(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###CreateSubscriptionAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###CreateSubscriptionAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
- System.Object userState
###DeleteItem(System.String)
Parameters:
- System.String Item
###DeleteItemAsync(System.String)
Parameters:
- System.String Item
###DeleteItemAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###DeleteReportHistorySnapshot(System.String,System.String)
Parameters:
- System.String Report
- System.String HistoryID
###DeleteReportHistorySnapshotAsync(System.String,System.String)
Parameters:
- System.String Report
- System.String HistoryID
###DeleteReportHistorySnapshotAsync(System.String,System.String,System.Object)
Parameters:
- System.String Report
- System.String HistoryID
- System.Object userState
###DeleteRole(System.String)
Parameters:
- System.String Name
###DeleteRoleAsync(System.String)
Parameters:
- System.String Name
###DeleteRoleAsync(System.String,System.Object)
Parameters:
- System.String Name
- System.Object userState
###DeleteSchedule(System.String)
Parameters:
- System.String ScheduleID
###DeleteScheduleAsync(System.String)
Parameters:
- System.String ScheduleID
###DeleteScheduleAsync(System.String,System.Object)
Parameters:
- System.String ScheduleID
- System.Object userState
###DeleteSubscription(System.String)
Parameters:
- System.String SubscriptionID
###DeleteSubscriptionAsync(System.String)
Parameters:
- System.String SubscriptionID
###DeleteSubscriptionAsync(System.String,System.Object)
Parameters:
- System.String SubscriptionID
- System.Object userState
###DisableDataSource(System.String)
Parameters:
- System.String DataSource
###DisableDataSourceAsync(System.String)
Parameters:
- System.String DataSource
###DisableDataSourceAsync(System.String,System.Object)
Parameters:
- System.String DataSource
- System.Object userState
###Discover() Dynamically binds to an XML Web service described in the discovery document at Url.
###Dispose() Releases all resources used by the System.ComponentModel.Component.
###EnableDataSource(System.String)
Parameters:
- System.String DataSource
###EnableDataSourceAsync(System.String)
Parameters:
- System.String DataSource
###EnableDataSourceAsync(System.String,System.Object)
Parameters:
- System.String DataSource
- System.Object userState
###EndCancelBatch(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCancelJob(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateBatch(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateDataDrivenSubscription(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateDataSource(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateFolder(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateLinkedReport(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateModel(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateReport(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateReportHistorySnapshot(System.IAsyncResult,out Microsoft.SqlServer.ReportingServices2005.Warning[])
Parameters:
- System.IAsyncResult asyncResult
- out Microsoft.SqlServer.ReportingServices2005.Warning[]] Warnings
###EndCreateResource(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateRole(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateSchedule(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndCreateSubscription(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDeleteItem(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDeleteReportHistorySnapshot(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDeleteRole(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDeleteSchedule(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDeleteSubscription(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndDisableDataSource(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndEnableDataSource(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndExecuteBatch(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndFindItems(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndFireEvent(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndFlushCache(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGenerateModel(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetCacheOptions(System.IAsyncResult,out Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition)
Parameters:
- System.IAsyncResult asyncResult
- out Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item
###EndGetDataDrivenSubscriptionProperties(System.IAsyncResult,out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,out Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,out System.String,out Microsoft.SqlServer.ReportingServices2005.ActiveState,out System.String,out System.String,out System.String,out Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.IAsyncResult asyncResult
- out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- out Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- out System.String Description
- out Microsoft.SqlServer.ReportingServices2005.ActiveState Active
- out System.String Status
- out System.String EventType
- out System.String MatchData
- out Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###EndGetDataSourceContents(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetExecutionOptions(System.IAsyncResult,out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.IAsyncResult asyncResult
- out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###EndGetExtensionSettings(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetItemDataSourcePrompts(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetItemDataSources(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetItemType(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetModelDefinition(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetModelItemPermissions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetModelItemPolicies(System.IAsyncResult,out System.Boolean)
Parameters:
- System.IAsyncResult asyncResult
- out System.Boolean InheritParent
###EndGetPermissions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetPolicies(System.IAsyncResult,out System.Boolean)
Parameters:
- System.IAsyncResult asyncResult
- out System.Boolean InheritParent
###EndGetProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetRenderResource(System.IAsyncResult,out System.String)
Parameters:
- System.IAsyncResult asyncResult
- out System.String MimeType
###EndGetReportDefinition(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetReportHistoryLimit(System.IAsyncResult,out System.Boolean,out System.Int32)
Parameters:
- System.IAsyncResult asyncResult
- out System.Boolean IsSystem
- out System.Int32 SystemLimit
###EndGetReportHistoryOptions(System.IAsyncResult,out System.Boolean,out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.IAsyncResult asyncResult
- out System.Boolean KeepExecutionSnapshots
- out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###EndGetReportLink(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetReportParameters(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetResourceContents(System.IAsyncResult,out System.String)
Parameters:
- System.IAsyncResult asyncResult
- out System.String MimeType
###EndGetRoleProperties(System.IAsyncResult,out System.String)
Parameters:
- System.IAsyncResult asyncResult
- out System.String Description
###EndGetScheduleProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetSubscriptionProperties(System.IAsyncResult,out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,out System.String,out Microsoft.SqlServer.ReportingServices2005.ActiveState,out System.String,out System.String,out System.String,out Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.IAsyncResult asyncResult
- out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- out System.String Description
- out Microsoft.SqlServer.ReportingServices2005.ActiveState Active
- out System.String Status
- out System.String EventType
- out System.String MatchData
- out Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###EndGetSystemPermissions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetSystemPolicies(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetSystemProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndGetUserModel(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndInheritModelItemParentSecurity(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndInheritParentSecurity(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListChildren(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListDependentItems(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListEvents(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListExtensions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListJobs(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListModelDrillthroughReports(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListModelItemChildren(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListModelPerspectives(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListReportHistory(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListRoles(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListScheduledReports(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListSchedules(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListSecureMethods(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListSubscriptions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListSubscriptionsUsingDataSource(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndListTasks(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndLogoff(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndLogonUser(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndMoveItem(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndPauseSchedule(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndPrepareQuery(System.IAsyncResult,out System.Boolean,out System.String[])
Parameters:
- System.IAsyncResult asyncResult
- out System.Boolean Changed
- out System.String[] ParameterNames
###EndRegenerateModel(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndRemoveAllModelItemPolicies(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndResumeSchedule(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetCacheOptions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetDataDrivenSubscriptionProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetDataSourceContents(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetExecutionOptions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetItemDataSources(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetModelDefinition(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetModelDrillthroughReports(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetModelItemPolicies(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetPolicies(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetReportDefinition(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetReportHistoryLimit(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetReportHistoryOptions(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetReportLink(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetReportParameters(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetResourceContents(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetRoleProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetScheduleProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetSubscriptionProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetSystemPolicies(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndSetSystemProperties(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndUpdateReportExecutionSnapshot(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###EndValidateExtensionSettings(System.IAsyncResult)
Parameters:
- System.IAsyncResult asyncResult
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###ExecuteBatch()
###ExecuteBatchAsync()
###ExecuteBatchAsync(System.Object)
Parameters:
- System.Object userState
###FindItems(System.String,Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum,Microsoft.SqlServer.ReportingServices2005.SearchCondition[])
Parameters:
- System.String Folder
- Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum BooleanOperator
- Microsoft.SqlServer.ReportingServices2005.SearchCondition[]] Conditions
###FindItemsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum,Microsoft.SqlServer.ReportingServices2005.SearchCondition[])
Parameters:
- System.String Folder
- Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum BooleanOperator
- Microsoft.SqlServer.ReportingServices2005.SearchCondition[]] Conditions
###FindItemsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum,Microsoft.SqlServer.ReportingServices2005.SearchCondition[],System.Object)
Parameters:
- System.String Folder
- Microsoft.SqlServer.ReportingServices2005.BooleanOperatorEnum BooleanOperator
- Microsoft.SqlServer.ReportingServices2005.SearchCondition[]] Conditions
- System.Object userState
###FireEvent(System.String,System.String)
Parameters:
- System.String EventType
- System.String EventData
###FireEventAsync(System.String,System.String)
Parameters:
- System.String EventType
- System.String EventData
###FireEventAsync(System.String,System.String,System.Object)
Parameters:
- System.String EventType
- System.String EventData
- System.Object userState
###FlushCache(System.String)
Parameters:
- System.String Report
###FlushCacheAsync(System.String)
Parameters:
- System.String Report
###FlushCacheAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GenerateModel(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String DataSource
- System.String Model
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###GenerateModelAsync(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String DataSource
- System.String Model
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###GenerateModelAsync(System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String DataSource
- System.String Model
- System.String Parent
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###GetCacheOptions(System.String,out Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition)
Parameters:
###GetCacheOptionsAsync(System.String)
Parameters:
- System.String Report
###GetCacheOptionsAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetDataDrivenSubscriptionProperties(System.String,out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,out Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,out System.String,out Microsoft.SqlServer.ReportingServices2005.ActiveState,out System.String,out System.String,out System.String,out Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String DataDrivenSubscriptionID
- out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- out Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- out System.String Description
- out Microsoft.SqlServer.ReportingServices2005.ActiveState Active
- out System.String Status
- out System.String EventType
- out System.String MatchData
- out Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###GetDataDrivenSubscriptionPropertiesAsync(System.String,System.Object)
Parameters:
- System.String DataDrivenSubscriptionID
- System.Object userState
###GetDataDrivenSubscriptionPropertiesAsync(System.String)
Parameters:
- System.String DataDrivenSubscriptionID
###GetDataSourceContents(System.String)
Parameters:
- System.String DataSource
###GetDataSourceContentsAsync(System.String)
Parameters:
- System.String DataSource
###GetDataSourceContentsAsync(System.String,System.Object)
Parameters:
- System.String DataSource
- System.Object userState
###GetExecutionOptions(System.String,out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###GetExecutionOptionsAsync(System.String)
Parameters:
- System.String Report
###GetExecutionOptionsAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetExtensionSettings(System.String)
Parameters:
- System.String Extension
###GetExtensionSettingsAsync(System.String)
Parameters:
- System.String Extension
###GetExtensionSettingsAsync(System.String,System.Object)
Parameters:
- System.String Extension
- System.Object userState
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetItemDataSourcePrompts(System.String)
Parameters:
- System.String Item
###GetItemDataSourcePromptsAsync(System.String)
Parameters:
- System.String Item
###GetItemDataSourcePromptsAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###GetItemDataSources(System.String)
Parameters:
- System.String Item
###GetItemDataSourcesAsync(System.String)
Parameters:
- System.String Item
###GetItemDataSourcesAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###GetItemType(System.String)
Parameters:
- System.String Item
###GetItemTypeAsync(System.String)
Parameters:
- System.String Item
###GetItemTypeAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Returns:
An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime policy for this instance.
###GetModelDefinition(System.String)
Parameters:
- System.String Model
###GetModelDefinitionAsync(System.String)
Parameters:
- System.String Model
###GetModelDefinitionAsync(System.String,System.Object)
Parameters:
- System.String Model
- System.Object userState
###GetModelItemPermissions(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###GetModelItemPermissionsAsync(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###GetModelItemPermissionsAsync(System.String,System.String,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Object userState
###GetModelItemPolicies(System.String,System.String,out System.Boolean)
Parameters:
- System.String Model
- System.String ModelItemID
- out System.Boolean InheritParent
###GetModelItemPoliciesAsync(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###GetModelItemPoliciesAsync(System.String,System.String,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Object userState
###GetPermissions(System.String)
Parameters:
- System.String Item
###GetPermissionsAsync(System.String)
Parameters:
- System.String Item
###GetPermissionsAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###GetPolicies(System.String,out System.Boolean)
Parameters:
- System.String Item
- out System.Boolean InheritParent
###GetPoliciesAsync(System.String)
Parameters:
- System.String Item
###GetPoliciesAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###GetProperties(System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###GetPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###GetPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###GetRenderResource(System.String,System.String,out System.String)
Parameters:
- System.String Format
- System.String DeviceInfo
- out System.String MimeType
###GetRenderResourceAsync(System.String,System.String)
Parameters:
- System.String Format
- System.String DeviceInfo
###GetRenderResourceAsync(System.String,System.String,System.Object)
Parameters:
- System.String Format
- System.String DeviceInfo
- System.Object userState
###GetReportDefinition(System.String)
Parameters:
- System.String Report
###GetReportDefinitionAsync(System.String)
Parameters:
- System.String Report
###GetReportDefinitionAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetReportHistoryLimit(System.String,out System.Boolean,out System.Int32)
Parameters:
- System.String Report
- out System.Boolean IsSystem
- out System.Int32 SystemLimit
###GetReportHistoryLimitAsync(System.String)
Parameters:
- System.String Report
###GetReportHistoryLimitAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetReportHistoryOptions(System.String,out System.Boolean,out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- out System.Boolean KeepExecutionSnapshots
- out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###GetReportHistoryOptionsAsync(System.String)
Parameters:
- System.String Report
###GetReportHistoryOptionsAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetReportLink(System.String)
Parameters:
- System.String Report
###GetReportLinkAsync(System.String)
Parameters:
- System.String Report
###GetReportLinkAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###GetReportParameters(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[])
Parameters:
- System.String Report
- System.String HistoryID
- System.Boolean ForRendering
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Values
- Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[]] Credentials
###GetReportParametersAsync(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[])
Parameters:
- System.String Report
- System.String HistoryID
- System.Boolean ForRendering
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Values
- Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[]] Credentials
###GetReportParametersAsync(System.String,System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[],System.Object)
Parameters:
- System.String Report
- System.String HistoryID
- System.Boolean ForRendering
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Values
- Microsoft.SqlServer.ReportingServices2005.DataSourceCredentials[]] Credentials
- System.Object userState
###GetResourceContents(System.String,out System.String)
Parameters:
- System.String Resource
- out System.String MimeType
###GetResourceContentsAsync(System.String)
Parameters:
- System.String Resource
###GetResourceContentsAsync(System.String,System.Object)
Parameters:
- System.String Resource
- System.Object userState
###GetRoleProperties(System.String,out System.String)
Parameters:
- System.String Name
- out System.String Description
###GetRolePropertiesAsync(System.String)
Parameters:
- System.String Name
###GetRolePropertiesAsync(System.String,System.Object)
Parameters:
- System.String Name
- System.Object userState
###GetScheduleProperties(System.String)
Parameters:
- System.String ScheduleID
###GetSchedulePropertiesAsync(System.String)
Parameters:
- System.String ScheduleID
###GetSchedulePropertiesAsync(System.String,System.Object)
Parameters:
- System.String ScheduleID
- System.Object userState
###GetSubscriptionProperties(System.String,out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,out System.String,out Microsoft.SqlServer.ReportingServices2005.ActiveState,out System.String,out System.String,out System.String,out Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.String SubscriptionID
- out Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- out System.String Description
- out Microsoft.SqlServer.ReportingServices2005.ActiveState Active
- out System.String Status
- out System.String EventType
- out System.String MatchData
- out Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###GetSubscriptionPropertiesAsync(System.String)
Parameters:
- System.String SubscriptionID
###GetSubscriptionPropertiesAsync(System.String,System.Object)
Parameters:
- System.String SubscriptionID
- System.Object userState
###GetSystemPermissions()
###GetSystemPermissionsAsync()
###GetSystemPermissionsAsync(System.Object)
Parameters:
- System.Object userState
###GetSystemPolicies()
###GetSystemPoliciesAsync()
###GetSystemPoliciesAsync(System.Object)
Parameters:
- System.Object userState
###GetSystemProperties(Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
###GetSystemPropertiesAsync(Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
###GetSystemPropertiesAsync(Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###GetUserModel(System.String,System.String)
Parameters:
- System.String Model
- System.String Perspective
###GetUserModelAsync(System.String,System.String)
Parameters:
- System.String Model
- System.String Perspective
###GetUserModelAsync(System.String,System.String,System.Object)
Parameters:
- System.String Model
- System.String Perspective
- System.Object userState
###InheritModelItemParentSecurity(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###InheritModelItemParentSecurityAsync(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###InheritModelItemParentSecurityAsync(System.String,System.String,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Object userState
###InheritParentSecurity(System.String)
Parameters:
- System.String Item
###InheritParentSecurityAsync(System.String)
Parameters:
- System.String Item
###InheritParentSecurityAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance.
Returns:
An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime policy for this instance. This is the current lifetime service object for this instance if one exists; otherwise, a new lifetime service object initialized to the value of the LeaseManagerPollTime property.
###ListChildren(System.String,System.Boolean)
Parameters:
- System.String Item
- System.Boolean Recursive
###ListChildrenAsync(System.String,System.Boolean)
Parameters:
- System.String Item
- System.Boolean Recursive
###ListChildrenAsync(System.String,System.Boolean,System.Object)
Parameters:
- System.String Item
- System.Boolean Recursive
- System.Object userState
###ListDependentItems(System.String)
Parameters:
- System.String Item
###ListDependentItemsAsync(System.String)
Parameters:
- System.String Item
###ListDependentItemsAsync(System.String,System.Object)
Parameters:
- System.String Item
- System.Object userState
###ListEvents()
###ListEventsAsync()
###ListEventsAsync(System.Object)
Parameters:
- System.Object userState
###ListExtensions(Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum)
Parameters:
###ListExtensionsAsync(Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum)
Parameters:
###ListExtensionsAsync(Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.ExtensionTypeEnum ExtensionType
- System.Object userState
###ListJobs()
###ListJobsAsync()
###ListJobsAsync(System.Object)
Parameters:
- System.Object userState
###ListModelDrillthroughReports(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###ListModelDrillthroughReportsAsync(System.String,System.String)
Parameters:
- System.String Model
- System.String ModelItemID
###ListModelDrillthroughReportsAsync(System.String,System.String,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Object userState
###ListModelItemChildren(System.String,System.String,System.Boolean)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Boolean Recursive
###ListModelItemChildrenAsync(System.String,System.String,System.Boolean)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Boolean Recursive
###ListModelItemChildrenAsync(System.String,System.String,System.Boolean,System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- System.Boolean Recursive
- System.Object userState
###ListModelPerspectives(System.String)
Parameters:
- System.String Model
###ListModelPerspectivesAsync(System.String)
Parameters:
- System.String Model
###ListModelPerspectivesAsync(System.String,System.Object)
Parameters:
- System.String Model
- System.Object userState
###ListReportHistory(System.String)
Parameters:
- System.String Report
###ListReportHistoryAsync(System.String)
Parameters:
- System.String Report
###ListReportHistoryAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###ListRoles(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum)
Parameters:
###ListRolesAsync(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum)
Parameters:
###ListRolesAsync(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope
- System.Object userState
###ListScheduledReports(System.String)
Parameters:
- System.String ScheduleID
###ListScheduledReportsAsync(System.String)
Parameters:
- System.String ScheduleID
###ListScheduledReportsAsync(System.String,System.Object)
Parameters:
- System.String ScheduleID
- System.Object userState
###ListSchedules()
###ListSchedulesAsync()
###ListSchedulesAsync(System.Object)
Parameters:
- System.Object userState
###ListSecureMethods()
###ListSecureMethodsAsync()
###ListSecureMethodsAsync(System.Object)
Parameters:
- System.Object userState
###ListSubscriptions(System.String,System.String)
Parameters:
- System.String Report
- System.String Owner
###ListSubscriptionsAsync(System.String,System.String)
Parameters:
- System.String Report
- System.String Owner
###ListSubscriptionsAsync(System.String,System.String,System.Object)
Parameters:
- System.String Report
- System.String Owner
- System.Object userState
###ListSubscriptionsUsingDataSource(System.String)
Parameters:
- System.String DataSource
###ListSubscriptionsUsingDataSourceAsync(System.String)
Parameters:
- System.String DataSource
###ListSubscriptionsUsingDataSourceAsync(System.String,System.Object)
Parameters:
- System.String DataSource
- System.Object userState
###ListTasks(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum)
Parameters:
###ListTasksAsync(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum)
Parameters:
###ListTasksAsync(Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope
- System.Object userState
###Logoff()
###LogoffAsync()
###LogoffAsync(System.Object)
Parameters:
- System.Object userState
###LogonUser(System.String,System.String,System.String)
Parameters:
- System.String userName
- System.String password
- System.String authority
###LogonUserAsync(System.String,System.String,System.String)
Parameters:
- System.String userName
- System.String password
- System.String authority
###LogonUserAsync(System.String,System.String,System.String,System.Object)
Parameters:
- System.String userName
- System.String password
- System.String authority
- System.Object userState
###MoveItem(System.String,System.String)
Parameters:
- System.String Item
- System.String Target
###MoveItemAsync(System.String,System.String)
Parameters:
- System.String Item
- System.String Target
###MoveItemAsync(System.String,System.String,System.Object)
Parameters:
- System.String Item
- System.String Target
- System.Object userState
###PauseSchedule(System.String)
Parameters:
- System.String ScheduleID
###PauseScheduleAsync(System.String)
Parameters:
- System.String ScheduleID
###PauseScheduleAsync(System.String,System.Object)
Parameters:
- System.String ScheduleID
- System.Object userState
###PrepareQuery(Microsoft.SqlServer.ReportingServices2005.DataSource,Microsoft.SqlServer.ReportingServices2005.DataSetDefinition,out System.Boolean,out System.String[])
Parameters:
- Microsoft.SqlServer.ReportingServices2005.DataSource DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSetDefinition DataSet
- out System.Boolean Changed
- out System.String[] ParameterNames
###PrepareQueryAsync(Microsoft.SqlServer.ReportingServices2005.DataSource,Microsoft.SqlServer.ReportingServices2005.DataSetDefinition)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.DataSource DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSetDefinition DataSet
###PrepareQueryAsync(Microsoft.SqlServer.ReportingServices2005.DataSource,Microsoft.SqlServer.ReportingServices2005.DataSetDefinition,System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.DataSource DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSetDefinition DataSet
- System.Object userState
###RegenerateModel(System.String)
Parameters:
- System.String Model
###RegenerateModelAsync(System.String)
Parameters:
- System.String Model
###RegenerateModelAsync(System.String,System.Object)
Parameters:
- System.String Model
- System.Object userState
###RemoveAllModelItemPolicies(System.String)
Parameters:
- System.String Model
###RemoveAllModelItemPoliciesAsync(System.String)
Parameters:
- System.String Model
###RemoveAllModelItemPoliciesAsync(System.String,System.Object)
Parameters:
- System.String Model
- System.Object userState
###ResumeSchedule(System.String)
Parameters:
- System.String ScheduleID
###ResumeScheduleAsync(System.String)
Parameters:
- System.String ScheduleID
###ResumeScheduleAsync(System.String,System.Object)
Parameters:
- System.String ScheduleID
- System.Object userState
###SetCacheOptions(System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition)
Parameters:
- System.String Report
- System.Boolean CacheReport
- Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item
###SetCacheOptionsAsync(System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition)
Parameters:
- System.String Report
- System.Boolean CacheReport
- Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item
###SetCacheOptionsAsync(System.String,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition,System.Object)
Parameters:
- System.String Report
- System.Boolean CacheReport
- Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item
- System.Object userState
###SetDataDrivenSubscriptionProperties(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String DataDrivenSubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###SetDataDrivenSubscriptionPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String DataDrivenSubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
###SetDataDrivenSubscriptionPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.Object)
Parameters:
- System.String DataDrivenSubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- Microsoft.SqlServer.ReportingServices2005.DataRetrievalPlan DataRetrievalPlan
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] Parameters
- System.Object userState
###SetDataSourceContents(System.String,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition)
Parameters:
- System.String DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
###SetDataSourceContentsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition)
Parameters:
- System.String DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
###SetDataSourceContentsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition,System.Object)
Parameters:
- System.String DataSource
- Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition
- System.Object userState
###SetExecutionOptions(System.String,Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum ExecutionSetting
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###SetExecutionOptionsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum ExecutionSetting
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###SetExecutionOptionsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference,System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ExecutionSettingEnum ExecutionSetting
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
- System.Object userState
###SetItemDataSources(System.String,Microsoft.SqlServer.ReportingServices2005.DataSource[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.DataSource[]] DataSources
###SetItemDataSourcesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.DataSource[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.DataSource[]] DataSources
###SetItemDataSourcesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.DataSource[],System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.DataSource[]] DataSources
- System.Object userState
###SetModelDefinition(System.String,System.Byte[])
Parameters:
- System.String Model
- System.Byte[] Definition
###SetModelDefinitionAsync(System.String,System.Byte[])
Parameters:
- System.String Model
- System.Byte[] Definition
###SetModelDefinitionAsync(System.String,System.Byte[],System.Object)
Parameters:
- System.String Model
- System.Byte[] Definition
- System.Object userState
###SetModelDrillthroughReports(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[])
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[]] Reports
###SetModelDrillthroughReportsAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[])
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[]] Reports
###SetModelDrillthroughReportsAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[],System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.ModelDrillthroughReport[]] Reports
- System.Object userState
###SetModelItemPolicies(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
###SetModelItemPoliciesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
###SetModelItemPoliciesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Policy[],System.Object)
Parameters:
- System.String Model
- System.String ModelItemID
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.Object userState
###SetPolicies(System.String,Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
###SetPoliciesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
###SetPoliciesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Policy[],System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.Object userState
###SetProperties(System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###SetPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
###SetPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- System.String Item
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###SetReportDefinition(System.String,System.Byte[])
Parameters:
- System.String Report
- System.Byte[] Definition
###SetReportDefinitionAsync(System.String,System.Byte[])
Parameters:
- System.String Report
- System.Byte[] Definition
###SetReportDefinitionAsync(System.String,System.Byte[],System.Object)
Parameters:
- System.String Report
- System.Byte[] Definition
- System.Object userState
###SetReportHistoryLimit(System.String,System.Boolean,System.Int32)
Parameters:
- System.String Report
- System.Boolean UseSystem
- System.Int32 HistoryLimit
###SetReportHistoryLimitAsync(System.String,System.Boolean,System.Int32)
Parameters:
- System.String Report
- System.Boolean UseSystem
- System.Int32 HistoryLimit
###SetReportHistoryLimitAsync(System.String,System.Boolean,System.Int32,System.Object)
Parameters:
- System.String Report
- System.Boolean UseSystem
- System.Int32 HistoryLimit
- System.Object userState
###SetReportHistoryOptions(System.String,System.Boolean,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- System.Boolean EnableManualSnapshotCreation
- System.Boolean KeepExecutionSnapshots
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###SetReportHistoryOptionsAsync(System.String,System.Boolean,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference)
Parameters:
- System.String Report
- System.Boolean EnableManualSnapshotCreation
- System.Boolean KeepExecutionSnapshots
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
###SetReportHistoryOptionsAsync(System.String,System.Boolean,System.Boolean,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference,System.Object)
Parameters:
- System.String Report
- System.Boolean EnableManualSnapshotCreation
- System.Boolean KeepExecutionSnapshots
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item
- System.Object userState
###SetReportLink(System.String,System.String)
Parameters:
- System.String Report
- System.String Link
###SetReportLinkAsync(System.String,System.String)
Parameters:
- System.String Report
- System.String Link
###SetReportLinkAsync(System.String,System.String,System.Object)
Parameters:
- System.String Report
- System.String Link
- System.Object userState
###SetReportParameters(System.String,Microsoft.SqlServer.ReportingServices2005.ReportParameter[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ReportParameter[]] Parameters
###SetReportParametersAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ReportParameter[])
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ReportParameter[]] Parameters
###SetReportParametersAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ReportParameter[],System.Object)
Parameters:
- System.String Report
- Microsoft.SqlServer.ReportingServices2005.ReportParameter[]] Parameters
- System.Object userState
###SetResourceContents(System.String,System.Byte[],System.String)
Parameters:
- System.String Resource
- System.Byte[] Contents
- System.String MimeType
###SetResourceContentsAsync(System.String,System.Byte[],System.String)
Parameters:
- System.String Resource
- System.Byte[] Contents
- System.String MimeType
###SetResourceContentsAsync(System.String,System.Byte[],System.String,System.Object)
Parameters:
- System.String Resource
- System.Byte[] Contents
- System.String MimeType
- System.Object userState
###SetRoleProperties(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[])
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
###SetRolePropertiesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[])
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
###SetRolePropertiesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.Task[],System.Object)
Parameters:
- System.String Name
- System.String Description
- Microsoft.SqlServer.ReportingServices2005.Task[]] Tasks
- System.Object userState
###SetScheduleProperties(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition)
Parameters:
- System.String Name
- System.String ScheduleID
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
###SetSchedulePropertiesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition)
Parameters:
- System.String Name
- System.String ScheduleID
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
###SetSchedulePropertiesAsync(System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition,System.Object)
Parameters:
- System.String Name
- System.String ScheduleID
- Microsoft.SqlServer.ReportingServices2005.ScheduleDefinition ScheduleDefinition
- System.Object userState
###SetSubscriptionProperties(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.String SubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###SetSubscriptionPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[])
Parameters:
- System.String SubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
###SetSubscriptionPropertiesAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ExtensionSettings,System.String,System.String,System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValue[],System.Object)
Parameters:
- System.String SubscriptionID
- Microsoft.SqlServer.ReportingServices2005.ExtensionSettings ExtensionSettings
- System.String Description
- System.String EventType
- System.String MatchData
- Microsoft.SqlServer.ReportingServices2005.ParameterValue[]] Parameters
- System.Object userState
###SetSystemPolicies(Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
###SetSystemPoliciesAsync(Microsoft.SqlServer.ReportingServices2005.Policy[])
Parameters:
###SetSystemPoliciesAsync(Microsoft.SqlServer.ReportingServices2005.Policy[],System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Policy[]] Policies
- System.Object userState
###SetSystemProperties(Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
###SetSystemPropertiesAsync(Microsoft.SqlServer.ReportingServices2005.Property[])
Parameters:
###SetSystemPropertiesAsync(Microsoft.SqlServer.ReportingServices2005.Property[],System.Object)
Parameters:
- Microsoft.SqlServer.ReportingServices2005.Property[]] Properties
- System.Object userState
###ToString() Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden.
Returns:
A System.String containing the name of the System.ComponentModel.Component, if any, or null if the System.ComponentModel.Component is unnamed.
###UpdateReportExecutionSnapshot(System.String)
Parameters:
- System.String Report
###UpdateReportExecutionSnapshotAsync(System.String)
Parameters:
- System.String Report
###UpdateReportExecutionSnapshotAsync(System.String,System.Object)
Parameters:
- System.String Report
- System.Object userState
###ValidateExtensionSettings(System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String Extension
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] ParameterValues
###ValidateExtensionSettingsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[])
Parameters:
- System.String Extension
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] ParameterValues
###ValidateExtensionSettingsAsync(System.String,Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[],System.Object)
Parameters:
- System.String Extension
- Microsoft.SqlServer.ReportingServices2005.ParameterValueOrFieldReference[]] ParameterValues
- System.Object userState
