⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reference.vb

📁 sql server report service的例子。给dw开发者
💻 VB
📖 第 1 页 / 共 5 页
字号:
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:2.0.50727.42
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

Imports System
Imports System.ComponentModel
Imports System.Diagnostics
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Xml.Serialization

'
'This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.42.
'
Namespace RSWebService
    
    '''<remarks/>
    <System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.42"),  _
     System.Diagnostics.DebuggerStepThroughAttribute(),  _
     System.ComponentModel.DesignerCategoryAttribute("code"),  _
     System.Web.Services.WebServiceBindingAttribute(Name:="ReportingService2005Soap", [Namespace]:="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices"),  _
     System.Xml.Serialization.XmlIncludeAttribute(GetType(DataSourceDefinitionOrReference)),  _
     System.Xml.Serialization.XmlIncludeAttribute(GetType(ExpirationDefinition)),  _
     System.Xml.Serialization.XmlIncludeAttribute(GetType(RecurrencePattern)),  _
     System.Xml.Serialization.XmlIncludeAttribute(GetType(ScheduleDefinitionOrReference))>  _
    Partial Public Class ReportingService2005
        Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
        
        Private serverInfoHeaderValueField As ServerInfoHeader
        
        Private ListSecureMethodsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateBatchOperationCompleted As System.Threading.SendOrPostCallback
        
        Private batchHeaderValueField As BatchHeader
        
        Private CancelBatchOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ExecuteBatchOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetSystemPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetSystemPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DeleteItemOperationCompleted As System.Threading.SendOrPostCallback
        
        Private MoveItemOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListChildrenOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListDependentItemsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private itemNamespaceHeaderValueField As ItemNamespaceHeader
        
        Private GetPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetItemTypeOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateFolderOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateReportOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetReportDefinitionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetReportDefinitionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateResourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetResourceContentsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetResourceContentsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetReportParametersOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetReportParametersOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateLinkedReportOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetReportLinkOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetReportLinkOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetRenderResourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetExecutionOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetExecutionOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetCacheOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetCacheOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private UpdateReportExecutionSnapshotOperationCompleted As System.Threading.SendOrPostCallback
        
        Private FlushCacheOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListJobsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CancelJobOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateDataSourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetDataSourceContentsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetDataSourceContentsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private EnableDataSourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DisableDataSourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetItemDataSourcesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetItemDataSourcesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetItemDataSourcePromptsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateReportHistorySnapshotOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetReportHistoryOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetReportHistoryOptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetReportHistoryLimitOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetReportHistoryLimitOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListReportHistoryOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DeleteReportHistorySnapshotOperationCompleted As System.Threading.SendOrPostCallback
        
        Private FindItemsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateScheduleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DeleteScheduleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetSchedulePropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetSchedulePropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListScheduledReportsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListSchedulesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private PauseScheduleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ResumeScheduleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateSubscriptionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateDataDrivenSubscriptionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetSubscriptionPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetDataDrivenSubscriptionPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetSubscriptionPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetDataDrivenSubscriptionPropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DeleteSubscriptionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private PrepareQueryOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetExtensionSettingsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ValidateExtensionSettingsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListSubscriptionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListSubscriptionsUsingDataSourceOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListExtensionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListEventsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private FireEventOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListTasksOperationCompleted As System.Threading.SendOrPostCallback
        
        Private ListRolesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateRoleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private DeleteRoleOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetRolePropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetRolePropertiesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetSystemPoliciesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetSystemPoliciesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetPoliciesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetPoliciesOperationCompleted As System.Threading.SendOrPostCallback
        
        Private InheritParentSecurityOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetSystemPermissionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetPermissionsOperationCompleted As System.Threading.SendOrPostCallback
        
        Private LogonUserOperationCompleted As System.Threading.SendOrPostCallback
        
        Private LogoffOperationCompleted As System.Threading.SendOrPostCallback
        
        Private CreateModelOperationCompleted As System.Threading.SendOrPostCallback
        
        Private GetModelDefinitionOperationCompleted As System.Threading.SendOrPostCallback
        
        Private SetModelDefinitionOperationCompleted As System.Threading.SendOrPostCallback
        

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -