Mercurial > silverbladetech
comparison SSRS/SSRS.Services/Service References/ReportServiceReference/Reference.cs @ 112:b9d5f934cb21
Initial upload
author | adminsh@apollo |
---|---|
date | Sat, 19 May 2012 16:09:07 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
111:6cb8cd05ad6b | 112:b9d5f934cb21 |
---|---|
1 //------------------------------------------------------------------------------ | |
2 // <auto-generated> | |
3 // This code was generated by a tool. | |
4 // Runtime Version:4.0.30319.17379 | |
5 // | |
6 // Changes to this file may cause incorrect behavior and will be lost if | |
7 // the code is regenerated. | |
8 // </auto-generated> | |
9 //------------------------------------------------------------------------------ | |
10 | |
11 namespace SSRS.Services.ReportServiceReference { | |
12 | |
13 | |
14 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
15 [System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ConfigurationName="ReportServiceReference.ReportingService2010Soap")] | |
16 public interface ReportingService2010Soap { | |
17 | |
18 // CODEGEN: Generating message contract since message CreateCatalogItemRequest has headers | |
19 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCa" + | |
20 "talogItem", ReplyAction="*")] | |
21 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
22 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
23 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
24 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
25 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
26 SSRS.Services.ReportServiceReference.CreateCatalogItemResponse CreateCatalogItem(SSRS.Services.ReportServiceReference.CreateCatalogItemRequest request); | |
27 | |
28 // CODEGEN: Generating message contract since message SetItemDefinitionRequest has headers | |
29 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemD" + | |
30 "efinition", ReplyAction="*")] | |
31 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
32 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
33 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
34 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
35 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
36 SSRS.Services.ReportServiceReference.SetItemDefinitionResponse SetItemDefinition(SSRS.Services.ReportServiceReference.SetItemDefinitionRequest request); | |
37 | |
38 // CODEGEN: Generating message contract since message GetItemDefinitionRequest has headers | |
39 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemD" + | |
40 "efinition", ReplyAction="*")] | |
41 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
42 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
43 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
44 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
45 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
46 SSRS.Services.ReportServiceReference.GetItemDefinitionResponse GetItemDefinition(SSRS.Services.ReportServiceReference.GetItemDefinitionRequest request); | |
47 | |
48 // CODEGEN: Generating message contract since message GetItemTypeRequest has headers | |
49 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemT" + | |
50 "ype", ReplyAction="*")] | |
51 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
52 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
53 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
54 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
55 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
56 SSRS.Services.ReportServiceReference.GetItemTypeResponse GetItemType(SSRS.Services.ReportServiceReference.GetItemTypeRequest request); | |
57 | |
58 // CODEGEN: Generating message contract since message DeleteItemRequest has headers | |
59 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteIt" + | |
60 "em", ReplyAction="*")] | |
61 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
62 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
63 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
64 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
65 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
66 SSRS.Services.ReportServiceReference.DeleteItemResponse DeleteItem(SSRS.Services.ReportServiceReference.DeleteItemRequest request); | |
67 | |
68 // CODEGEN: Generating message contract since message MoveItemRequest has headers | |
69 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/MoveItem" + | |
70 "", ReplyAction="*")] | |
71 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
72 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
73 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
74 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
75 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
76 SSRS.Services.ReportServiceReference.MoveItemResponse MoveItem(SSRS.Services.ReportServiceReference.MoveItemRequest request); | |
77 | |
78 // CODEGEN: Generating message contract since message InheritParentSecurityRequest has headers | |
79 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritP" + | |
80 "arentSecurity", ReplyAction="*")] | |
81 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
82 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
83 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
84 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
85 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
86 SSRS.Services.ReportServiceReference.InheritParentSecurityResponse InheritParentSecurity(SSRS.Services.ReportServiceReference.InheritParentSecurityRequest request); | |
87 | |
88 // CODEGEN: Generating message contract since message ListItemHistoryRequest has headers | |
89 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItem" + | |
90 "History", ReplyAction="*")] | |
91 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
92 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
93 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
94 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
95 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
96 SSRS.Services.ReportServiceReference.ListItemHistoryResponse ListItemHistory(SSRS.Services.ReportServiceReference.ListItemHistoryRequest request); | |
97 | |
98 // CODEGEN: Generating message contract since message ListChildrenRequest has headers | |
99 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListChil" + | |
100 "dren", ReplyAction="*")] | |
101 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
102 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
103 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
104 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
105 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
106 SSRS.Services.ReportServiceReference.ListChildrenResponse ListChildren(SSRS.Services.ReportServiceReference.ListChildrenRequest request); | |
107 | |
108 // CODEGEN: Generating message contract since message ListDependentItemsRequest has headers | |
109 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDepe" + | |
110 "ndentItems", ReplyAction="*")] | |
111 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
112 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
113 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
114 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
115 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
116 SSRS.Services.ReportServiceReference.ListDependentItemsResponse ListDependentItems(SSRS.Services.ReportServiceReference.ListDependentItemsRequest request); | |
117 | |
118 // CODEGEN: Generating message contract since message FindItemsRequest has headers | |
119 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FindItem" + | |
120 "s", ReplyAction="*")] | |
121 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
122 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
123 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
124 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
125 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
126 SSRS.Services.ReportServiceReference.FindItemsResponse FindItems(SSRS.Services.ReportServiceReference.FindItemsRequest request); | |
127 | |
128 // CODEGEN: Generating message contract since message ListParentsRequest has headers | |
129 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListPare" + | |
130 "nts", ReplyAction="*")] | |
131 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
132 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
133 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
134 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
135 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
136 SSRS.Services.ReportServiceReference.ListParentsResponse ListParents(SSRS.Services.ReportServiceReference.ListParentsRequest request); | |
137 | |
138 // CODEGEN: Generating message contract since message CreateFolderRequest has headers | |
139 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateFo" + | |
140 "lder", ReplyAction="*")] | |
141 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
142 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
143 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
144 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
145 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
146 SSRS.Services.ReportServiceReference.CreateFolderResponse CreateFolder(SSRS.Services.ReportServiceReference.CreateFolderRequest request); | |
147 | |
148 // CODEGEN: Generating message contract since message SetPropertiesRequest has headers | |
149 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetPrope" + | |
150 "rties", ReplyAction="*")] | |
151 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
152 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
153 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
154 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
155 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
156 SSRS.Services.ReportServiceReference.SetPropertiesResponse SetProperties(SSRS.Services.ReportServiceReference.SetPropertiesRequest request); | |
157 | |
158 // CODEGEN: Generating message contract since message GetPropertiesRequest has headers | |
159 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPrope" + | |
160 "rties", ReplyAction="*")] | |
161 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
162 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
163 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
164 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
165 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
166 SSRS.Services.ReportServiceReference.GetPropertiesResponse GetProperties(SSRS.Services.ReportServiceReference.GetPropertiesRequest request); | |
167 | |
168 // CODEGEN: Generating message contract since message SetItemReferencesRequest has headers | |
169 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemR" + | |
170 "eferences", ReplyAction="*")] | |
171 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
172 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
173 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
174 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
175 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
176 SSRS.Services.ReportServiceReference.SetItemReferencesResponse SetItemReferences(SSRS.Services.ReportServiceReference.SetItemReferencesRequest request); | |
177 | |
178 // CODEGEN: Generating message contract since message GetItemReferencesRequest has headers | |
179 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemR" + | |
180 "eferences", ReplyAction="*")] | |
181 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
182 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
183 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
184 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
185 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
186 SSRS.Services.ReportServiceReference.GetItemReferencesResponse GetItemReferences(SSRS.Services.ReportServiceReference.GetItemReferencesRequest request); | |
187 | |
188 // CODEGEN: Generating message contract since message ListItemTypesRequest has headers | |
189 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItem" + | |
190 "Types", ReplyAction="*")] | |
191 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
192 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
193 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
194 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
195 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
196 SSRS.Services.ReportServiceReference.ListItemTypesResponse ListItemTypes(SSRS.Services.ReportServiceReference.ListItemTypesRequest request); | |
197 | |
198 // CODEGEN: Generating message contract since message SetSubscriptionPropertiesRequest has headers | |
199 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSubsc" + | |
200 "riptionProperties", ReplyAction="*")] | |
201 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
202 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
203 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
204 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
205 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
206 SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesResponse SetSubscriptionProperties(SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesRequest request); | |
207 | |
208 // CODEGEN: Generating message contract since message GetSubscriptionPropertiesRequest has headers | |
209 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSubsc" + | |
210 "riptionProperties", ReplyAction="*")] | |
211 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
212 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
213 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
214 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
215 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
216 SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesResponse GetSubscriptionProperties(SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesRequest request); | |
217 | |
218 // CODEGEN: Generating message contract since message SetDataDrivenSubscriptionPropertiesRequest has headers | |
219 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataD" + | |
220 "rivenSubscriptionProperties", ReplyAction="*")] | |
221 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
222 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
223 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
224 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
225 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
226 SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesResponse SetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesRequest request); | |
227 | |
228 // CODEGEN: Generating message contract since message GetDataDrivenSubscriptionPropertiesRequest has headers | |
229 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataD" + | |
230 "rivenSubscriptionProperties", ReplyAction="*")] | |
231 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
232 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
233 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
234 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
235 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
236 SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesResponse GetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesRequest request); | |
237 | |
238 // CODEGEN: Generating message contract since message DeleteSubscriptionRequest has headers | |
239 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSu" + | |
240 "bscription", ReplyAction="*")] | |
241 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
242 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
243 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
244 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
245 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
246 SSRS.Services.ReportServiceReference.DeleteSubscriptionResponse DeleteSubscription(SSRS.Services.ReportServiceReference.DeleteSubscriptionRequest request); | |
247 | |
248 // CODEGEN: Generating message contract since message CreateSubscriptionRequest has headers | |
249 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSu" + | |
250 "bscription", ReplyAction="*")] | |
251 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
252 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
253 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
254 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
255 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
256 SSRS.Services.ReportServiceReference.CreateSubscriptionResponse CreateSubscription(SSRS.Services.ReportServiceReference.CreateSubscriptionRequest request); | |
257 | |
258 // CODEGEN: Generating message contract since message CreateDataDrivenSubscriptionRequest has headers | |
259 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDa" + | |
260 "taDrivenSubscription", ReplyAction="*")] | |
261 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
262 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
263 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
264 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
265 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
266 SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionResponse CreateDataDrivenSubscription(SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionRequest request); | |
267 | |
268 // CODEGEN: Generating message contract since message GetExtensionSettingsRequest has headers | |
269 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExten" + | |
270 "sionSettings", ReplyAction="*")] | |
271 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
272 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
273 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
274 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
275 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
276 SSRS.Services.ReportServiceReference.GetExtensionSettingsResponse GetExtensionSettings(SSRS.Services.ReportServiceReference.GetExtensionSettingsRequest request); | |
277 | |
278 // CODEGEN: Generating message contract since message ValidateExtensionSettingsRequest has headers | |
279 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Validate" + | |
280 "ExtensionSettings", ReplyAction="*")] | |
281 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
282 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
283 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
284 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
285 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
286 SSRS.Services.ReportServiceReference.ValidateExtensionSettingsResponse ValidateExtensionSettings(SSRS.Services.ReportServiceReference.ValidateExtensionSettingsRequest request); | |
287 | |
288 // CODEGEN: Generating message contract since message ListSubscriptionsRequest has headers | |
289 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubs" + | |
290 "criptions", ReplyAction="*")] | |
291 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
292 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
293 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
294 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
295 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
296 SSRS.Services.ReportServiceReference.ListSubscriptionsResponse ListSubscriptions(SSRS.Services.ReportServiceReference.ListSubscriptionsRequest request); | |
297 | |
298 // CODEGEN: Generating message contract since message ListMySubscriptionsRequest has headers | |
299 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMySu" + | |
300 "bscriptions", ReplyAction="*")] | |
301 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
302 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
303 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
304 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
305 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
306 SSRS.Services.ReportServiceReference.ListMySubscriptionsResponse ListMySubscriptions(SSRS.Services.ReportServiceReference.ListMySubscriptionsRequest request); | |
307 | |
308 // CODEGEN: Generating message contract since message ListSubscriptionsUsingDataSourceRequest has headers | |
309 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubs" + | |
310 "criptionsUsingDataSource", ReplyAction="*")] | |
311 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
312 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
313 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
314 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
315 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
316 SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceResponse ListSubscriptionsUsingDataSource(SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceRequest request); | |
317 | |
318 // CODEGEN: Generating message contract since message ChangeSubscriptionOwnerRequest has headers | |
319 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ChangeSu" + | |
320 "bscriptionOwner", ReplyAction="*")] | |
321 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
322 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
323 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
324 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
325 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
326 SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerResponse ChangeSubscriptionOwner(SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerRequest request); | |
327 | |
328 // CODEGEN: Generating message contract since message CreateDataSourceRequest has headers | |
329 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDa" + | |
330 "taSource", ReplyAction="*")] | |
331 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
332 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
333 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
334 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
335 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
336 SSRS.Services.ReportServiceReference.CreateDataSourceResponse CreateDataSource(SSRS.Services.ReportServiceReference.CreateDataSourceRequest request); | |
337 | |
338 // CODEGEN: Generating message contract since message PrepareQueryRequest has headers | |
339 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PrepareQ" + | |
340 "uery", ReplyAction="*")] | |
341 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
342 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
343 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
344 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
345 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
346 SSRS.Services.ReportServiceReference.PrepareQueryResponse PrepareQuery(SSRS.Services.ReportServiceReference.PrepareQueryRequest request); | |
347 | |
348 // CODEGEN: Generating message contract since message EnableDataSourceRequest has headers | |
349 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/EnableDa" + | |
350 "taSource", ReplyAction="*")] | |
351 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
352 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
353 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
354 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
355 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
356 SSRS.Services.ReportServiceReference.EnableDataSourceResponse EnableDataSource(SSRS.Services.ReportServiceReference.EnableDataSourceRequest request); | |
357 | |
358 // CODEGEN: Generating message contract since message DisableDataSourceRequest has headers | |
359 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DisableD" + | |
360 "ataSource", ReplyAction="*")] | |
361 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
362 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
363 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
364 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
365 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
366 SSRS.Services.ReportServiceReference.DisableDataSourceResponse DisableDataSource(SSRS.Services.ReportServiceReference.DisableDataSourceRequest request); | |
367 | |
368 // CODEGEN: Generating message contract since message SetDataSourceContentsRequest has headers | |
369 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataS" + | |
370 "ourceContents", ReplyAction="*")] | |
371 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
372 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
373 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
374 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
375 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
376 SSRS.Services.ReportServiceReference.SetDataSourceContentsResponse SetDataSourceContents(SSRS.Services.ReportServiceReference.SetDataSourceContentsRequest request); | |
377 | |
378 // CODEGEN: Generating message contract since message GetDataSourceContentsRequest has headers | |
379 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataS" + | |
380 "ourceContents", ReplyAction="*")] | |
381 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
382 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
383 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
384 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
385 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
386 SSRS.Services.ReportServiceReference.GetDataSourceContentsResponse GetDataSourceContents(SSRS.Services.ReportServiceReference.GetDataSourceContentsRequest request); | |
387 | |
388 // CODEGEN: Generating message contract since message ListDatabaseCredentialRetrievalOptionsRequest has headers | |
389 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListData" + | |
390 "baseCredentialRetrievalOptions", ReplyAction="*")] | |
391 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
392 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
393 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
394 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
395 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
396 SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsResponse ListDatabaseCredentialRetrievalOptions(SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsRequest request); | |
397 | |
398 // CODEGEN: Generating message contract since message SetItemDataSourcesRequest has headers | |
399 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemD" + | |
400 "ataSources", ReplyAction="*")] | |
401 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
402 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
403 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
404 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
405 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
406 SSRS.Services.ReportServiceReference.SetItemDataSourcesResponse SetItemDataSources(SSRS.Services.ReportServiceReference.SetItemDataSourcesRequest request); | |
407 | |
408 // CODEGEN: Generating message contract since message GetItemDataSourcesRequest has headers | |
409 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemD" + | |
410 "ataSources", ReplyAction="*")] | |
411 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
412 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
413 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
414 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
415 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
416 SSRS.Services.ReportServiceReference.GetItemDataSourcesResponse GetItemDataSources(SSRS.Services.ReportServiceReference.GetItemDataSourcesRequest request); | |
417 | |
418 // CODEGEN: Generating message contract since message TestConnectForDataSourceDefinitionRequest has headers | |
419 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConn" + | |
420 "ectForDataSourceDefinition", ReplyAction="*")] | |
421 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
422 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
423 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
424 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
425 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
426 SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionResponse TestConnectForDataSourceDefinition(SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionRequest request); | |
427 | |
428 // CODEGEN: Generating message contract since message TestConnectForItemDataSourceRequest has headers | |
429 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConn" + | |
430 "ectForItemDataSource", ReplyAction="*")] | |
431 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
432 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
433 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
434 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
435 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
436 SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceResponse TestConnectForItemDataSource(SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceRequest request); | |
437 | |
438 // CODEGEN: Generating message contract since message CreateRoleRequest has headers | |
439 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateRo" + | |
440 "le", ReplyAction="*")] | |
441 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
442 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
443 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
444 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
445 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
446 SSRS.Services.ReportServiceReference.CreateRoleResponse CreateRole(SSRS.Services.ReportServiceReference.CreateRoleRequest request); | |
447 | |
448 // CODEGEN: Generating message contract since message SetRolePropertiesRequest has headers | |
449 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetRoleP" + | |
450 "roperties", ReplyAction="*")] | |
451 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
452 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
453 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
454 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
455 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
456 SSRS.Services.ReportServiceReference.SetRolePropertiesResponse SetRoleProperties(SSRS.Services.ReportServiceReference.SetRolePropertiesRequest request); | |
457 | |
458 // CODEGEN: Generating message contract since message GetRolePropertiesRequest has headers | |
459 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRoleP" + | |
460 "roperties", ReplyAction="*")] | |
461 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
462 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
463 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
464 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
465 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
466 SSRS.Services.ReportServiceReference.GetRolePropertiesResponse GetRoleProperties(SSRS.Services.ReportServiceReference.GetRolePropertiesRequest request); | |
467 | |
468 // CODEGEN: Generating message contract since message DeleteRoleRequest has headers | |
469 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteRo" + | |
470 "le", ReplyAction="*")] | |
471 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
472 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
473 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
474 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
475 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
476 SSRS.Services.ReportServiceReference.DeleteRoleResponse DeleteRole(SSRS.Services.ReportServiceReference.DeleteRoleRequest request); | |
477 | |
478 // CODEGEN: Generating message contract since message ListRolesRequest has headers | |
479 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListRole" + | |
480 "s", ReplyAction="*")] | |
481 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
482 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
483 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
484 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
485 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
486 SSRS.Services.ReportServiceReference.ListRolesResponse ListRoles(SSRS.Services.ReportServiceReference.ListRolesRequest request); | |
487 | |
488 // CODEGEN: Generating message contract since message ListTasksRequest has headers | |
489 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTask" + | |
490 "s", ReplyAction="*")] | |
491 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
492 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
493 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
494 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
495 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
496 SSRS.Services.ReportServiceReference.ListTasksResponse ListTasks(SSRS.Services.ReportServiceReference.ListTasksRequest request); | |
497 | |
498 // CODEGEN: Generating message contract since message SetPoliciesRequest has headers | |
499 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetPolic" + | |
500 "ies", ReplyAction="*")] | |
501 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
502 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
503 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
504 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
505 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
506 SSRS.Services.ReportServiceReference.SetPoliciesResponse SetPolicies(SSRS.Services.ReportServiceReference.SetPoliciesRequest request); | |
507 | |
508 // CODEGEN: Generating message contract since message GetPoliciesRequest has headers | |
509 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPolic" + | |
510 "ies", ReplyAction="*")] | |
511 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
512 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
513 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
514 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
515 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
516 SSRS.Services.ReportServiceReference.GetPoliciesResponse GetPolicies(SSRS.Services.ReportServiceReference.GetPoliciesRequest request); | |
517 | |
518 // CODEGEN: Generating message contract since message GetItemDataSourcePromptsRequest has headers | |
519 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemD" + | |
520 "ataSourcePrompts", ReplyAction="*")] | |
521 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
522 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
523 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
524 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
525 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
526 SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsResponse GetItemDataSourcePrompts(SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsRequest request); | |
527 | |
528 // CODEGEN: Generating message contract since message GenerateModelRequest has headers | |
529 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Generate" + | |
530 "Model", ReplyAction="*")] | |
531 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
532 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
533 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
534 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
535 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
536 SSRS.Services.ReportServiceReference.GenerateModelResponse GenerateModel(SSRS.Services.ReportServiceReference.GenerateModelRequest request); | |
537 | |
538 // CODEGEN: Generating message contract since message GetModelItemPermissionsRequest has headers | |
539 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModel" + | |
540 "ItemPermissions", ReplyAction="*")] | |
541 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
542 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
543 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
544 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
545 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
546 SSRS.Services.ReportServiceReference.GetModelItemPermissionsResponse GetModelItemPermissions(SSRS.Services.ReportServiceReference.GetModelItemPermissionsRequest request); | |
547 | |
548 // CODEGEN: Generating message contract since message SetModelItemPoliciesRequest has headers | |
549 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModel" + | |
550 "ItemPolicies", ReplyAction="*")] | |
551 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
552 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
553 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
554 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
555 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
556 SSRS.Services.ReportServiceReference.SetModelItemPoliciesResponse SetModelItemPolicies(SSRS.Services.ReportServiceReference.SetModelItemPoliciesRequest request); | |
557 | |
558 // CODEGEN: Generating message contract since message GetModelItemPoliciesRequest has headers | |
559 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModel" + | |
560 "ItemPolicies", ReplyAction="*")] | |
561 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
562 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
563 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
564 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
565 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
566 SSRS.Services.ReportServiceReference.GetModelItemPoliciesResponse GetModelItemPolicies(SSRS.Services.ReportServiceReference.GetModelItemPoliciesRequest request); | |
567 | |
568 // CODEGEN: Generating message contract since message GetUserModelRequest has headers | |
569 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetUserM" + | |
570 "odel", ReplyAction="*")] | |
571 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
572 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
573 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
574 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
575 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
576 SSRS.Services.ReportServiceReference.GetUserModelResponse GetUserModel(SSRS.Services.ReportServiceReference.GetUserModelRequest request); | |
577 | |
578 // CODEGEN: Generating message contract since message InheritModelItemParentSecurityRequest has headers | |
579 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritM" + | |
580 "odelItemParentSecurity", ReplyAction="*")] | |
581 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
582 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
583 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
584 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
585 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
586 SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityResponse InheritModelItemParentSecurity(SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityRequest request); | |
587 | |
588 // CODEGEN: Generating message contract since message SetModelDrillthroughReportsRequest has headers | |
589 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModel" + | |
590 "DrillthroughReports", ReplyAction="*")] | |
591 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
592 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
593 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
594 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
595 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
596 SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsResponse SetModelDrillthroughReports(SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsRequest request); | |
597 | |
598 // CODEGEN: Generating message contract since message ListModelDrillthroughReportsRequest has headers | |
599 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMode" + | |
600 "lDrillthroughReports", ReplyAction="*")] | |
601 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
602 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
603 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
604 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
605 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
606 SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsResponse ListModelDrillthroughReports(SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsRequest request); | |
607 | |
608 // CODEGEN: Generating message contract since message ListModelItemChildrenRequest has headers | |
609 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMode" + | |
610 "lItemChildren", ReplyAction="*")] | |
611 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
612 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
613 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
614 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
615 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
616 SSRS.Services.ReportServiceReference.ListModelItemChildrenResponse ListModelItemChildren(SSRS.Services.ReportServiceReference.ListModelItemChildrenRequest request); | |
617 | |
618 // CODEGEN: Generating message contract since message ListModelItemTypesRequest has headers | |
619 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMode" + | |
620 "lItemTypes", ReplyAction="*")] | |
621 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
622 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
623 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
624 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
625 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
626 SSRS.Services.ReportServiceReference.ListModelItemTypesResponse ListModelItemTypes(SSRS.Services.ReportServiceReference.ListModelItemTypesRequest request); | |
627 | |
628 // CODEGEN: Generating message contract since message ListModelPerspectivesRequest has headers | |
629 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMode" + | |
630 "lPerspectives", ReplyAction="*")] | |
631 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
632 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
633 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
634 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
635 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
636 SSRS.Services.ReportServiceReference.ListModelPerspectivesResponse ListModelPerspectives(SSRS.Services.ReportServiceReference.ListModelPerspectivesRequest request); | |
637 | |
638 // CODEGEN: Generating message contract since message RegenerateModelRequest has headers | |
639 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Regenera" + | |
640 "teModel", ReplyAction="*")] | |
641 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
642 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
643 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
644 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
645 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
646 SSRS.Services.ReportServiceReference.RegenerateModelResponse RegenerateModel(SSRS.Services.ReportServiceReference.RegenerateModelRequest request); | |
647 | |
648 // CODEGEN: Generating message contract since message RemoveAllModelItemPoliciesRequest has headers | |
649 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/RemoveAl" + | |
650 "lModelItemPolicies", ReplyAction="*")] | |
651 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
652 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
653 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
654 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
655 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
656 SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesResponse RemoveAllModelItemPolicies(SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesRequest request); | |
657 | |
658 // CODEGEN: Generating message contract since message CreateScheduleRequest has headers | |
659 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSc" + | |
660 "hedule", ReplyAction="*")] | |
661 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
662 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
663 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
664 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
665 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
666 SSRS.Services.ReportServiceReference.CreateScheduleResponse CreateSchedule(SSRS.Services.ReportServiceReference.CreateScheduleRequest request); | |
667 | |
668 // CODEGEN: Generating message contract since message DeleteScheduleRequest has headers | |
669 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSc" + | |
670 "hedule", ReplyAction="*")] | |
671 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
672 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
673 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
674 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
675 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
676 SSRS.Services.ReportServiceReference.DeleteScheduleResponse DeleteSchedule(SSRS.Services.ReportServiceReference.DeleteScheduleRequest request); | |
677 | |
678 // CODEGEN: Generating message contract since message ListSchedulesRequest has headers | |
679 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSche" + | |
680 "dules", ReplyAction="*")] | |
681 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
682 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
683 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
684 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
685 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
686 SSRS.Services.ReportServiceReference.ListSchedulesResponse ListSchedules(SSRS.Services.ReportServiceReference.ListSchedulesRequest request); | |
687 | |
688 // CODEGEN: Generating message contract since message GetSchedulePropertiesRequest has headers | |
689 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSched" + | |
690 "uleProperties", ReplyAction="*")] | |
691 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
692 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
693 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
694 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
695 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
696 SSRS.Services.ReportServiceReference.GetSchedulePropertiesResponse GetScheduleProperties(SSRS.Services.ReportServiceReference.GetSchedulePropertiesRequest request); | |
697 | |
698 // CODEGEN: Generating message contract since message ListScheduleStatesRequest has headers | |
699 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSche" + | |
700 "duleStates", ReplyAction="*")] | |
701 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
702 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
703 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
704 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
705 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
706 SSRS.Services.ReportServiceReference.ListScheduleStatesResponse ListScheduleStates(SSRS.Services.ReportServiceReference.ListScheduleStatesRequest request); | |
707 | |
708 // CODEGEN: Generating message contract since message PauseScheduleRequest has headers | |
709 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PauseSch" + | |
710 "edule", ReplyAction="*")] | |
711 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
712 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
713 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
714 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
715 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
716 SSRS.Services.ReportServiceReference.PauseScheduleResponse PauseSchedule(SSRS.Services.ReportServiceReference.PauseScheduleRequest request); | |
717 | |
718 // CODEGEN: Generating message contract since message ResumeScheduleRequest has headers | |
719 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ResumeSc" + | |
720 "hedule", ReplyAction="*")] | |
721 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
722 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
723 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
724 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
725 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
726 SSRS.Services.ReportServiceReference.ResumeScheduleResponse ResumeSchedule(SSRS.Services.ReportServiceReference.ResumeScheduleRequest request); | |
727 | |
728 // CODEGEN: Generating message contract since message SetSchedulePropertiesRequest has headers | |
729 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSched" + | |
730 "uleProperties", ReplyAction="*")] | |
731 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
732 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
733 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
734 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
735 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
736 SSRS.Services.ReportServiceReference.SetSchedulePropertiesResponse SetScheduleProperties(SSRS.Services.ReportServiceReference.SetSchedulePropertiesRequest request); | |
737 | |
738 // CODEGEN: Generating message contract since message ListScheduledItemsRequest has headers | |
739 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSche" + | |
740 "duledItems", ReplyAction="*")] | |
741 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
742 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
743 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
744 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
745 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
746 SSRS.Services.ReportServiceReference.ListScheduledItemsResponse ListScheduledItems(SSRS.Services.ReportServiceReference.ListScheduledItemsRequest request); | |
747 | |
748 // CODEGEN: Generating message contract since message SetItemParametersRequest has headers | |
749 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemP" + | |
750 "arameters", ReplyAction="*")] | |
751 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
752 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
753 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
754 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
755 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
756 SSRS.Services.ReportServiceReference.SetItemParametersResponse SetItemParameters(SSRS.Services.ReportServiceReference.SetItemParametersRequest request); | |
757 | |
758 // CODEGEN: Generating message contract since message GetItemParametersRequest has headers | |
759 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemP" + | |
760 "arameters", ReplyAction="*")] | |
761 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
762 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
763 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
764 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
765 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
766 SSRS.Services.ReportServiceReference.GetItemParametersResponse GetItemParameters(SSRS.Services.ReportServiceReference.GetItemParametersRequest request); | |
767 | |
768 // CODEGEN: Generating message contract since message ListParameterTypesRequest has headers | |
769 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListPara" + | |
770 "meterTypes", ReplyAction="*")] | |
771 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
772 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
773 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
774 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
775 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
776 SSRS.Services.ReportServiceReference.ListParameterTypesResponse ListParameterTypes(SSRS.Services.ReportServiceReference.ListParameterTypesRequest request); | |
777 | |
778 // CODEGEN: Generating message contract since message ListParameterStatesRequest has headers | |
779 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListPara" + | |
780 "meterStates", ReplyAction="*")] | |
781 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
782 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
783 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
784 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
785 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
786 SSRS.Services.ReportServiceReference.ListParameterStatesResponse ListParameterStates(SSRS.Services.ReportServiceReference.ListParameterStatesRequest request); | |
787 | |
788 // CODEGEN: Generating message contract since message CreateReportEditSessionRequest has headers | |
789 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateRe" + | |
790 "portEditSession", ReplyAction="*")] | |
791 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
792 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
793 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
794 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
795 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
796 SSRS.Services.ReportServiceReference.CreateReportEditSessionResponse CreateReportEditSession(SSRS.Services.ReportServiceReference.CreateReportEditSessionRequest request); | |
797 | |
798 // CODEGEN: Generating message contract since message CreateLinkedItemRequest has headers | |
799 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateLi" + | |
800 "nkedItem", ReplyAction="*")] | |
801 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
802 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
803 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
804 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
805 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
806 SSRS.Services.ReportServiceReference.CreateLinkedItemResponse CreateLinkedItem(SSRS.Services.ReportServiceReference.CreateLinkedItemRequest request); | |
807 | |
808 // CODEGEN: Generating message contract since message SetItemLinkRequest has headers | |
809 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemL" + | |
810 "ink", ReplyAction="*")] | |
811 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
812 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
813 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
814 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
815 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
816 SSRS.Services.ReportServiceReference.SetItemLinkResponse SetItemLink(SSRS.Services.ReportServiceReference.SetItemLinkRequest request); | |
817 | |
818 // CODEGEN: Generating message contract since message GetItemLinkRequest has headers | |
819 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemL" + | |
820 "ink", ReplyAction="*")] | |
821 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
822 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
823 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
824 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
825 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
826 SSRS.Services.ReportServiceReference.GetItemLinkResponse GetItemLink(SSRS.Services.ReportServiceReference.GetItemLinkRequest request); | |
827 | |
828 // CODEGEN: Generating message contract since message ListExecutionSettingsRequest has headers | |
829 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExec" + | |
830 "utionSettings", ReplyAction="*")] | |
831 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
832 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
833 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
834 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
835 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
836 SSRS.Services.ReportServiceReference.ListExecutionSettingsResponse ListExecutionSettings(SSRS.Services.ReportServiceReference.ListExecutionSettingsRequest request); | |
837 | |
838 // CODEGEN: Generating message contract since message SetExecutionOptionsRequest has headers | |
839 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetExecu" + | |
840 "tionOptions", ReplyAction="*")] | |
841 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
842 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
843 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
844 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
845 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
846 SSRS.Services.ReportServiceReference.SetExecutionOptionsResponse SetExecutionOptions(SSRS.Services.ReportServiceReference.SetExecutionOptionsRequest request); | |
847 | |
848 // CODEGEN: Generating message contract since message GetExecutionOptionsRequest has headers | |
849 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExecu" + | |
850 "tionOptions", ReplyAction="*")] | |
851 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
852 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
853 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
854 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
855 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
856 SSRS.Services.ReportServiceReference.GetExecutionOptionsResponse GetExecutionOptions(SSRS.Services.ReportServiceReference.GetExecutionOptionsRequest request); | |
857 | |
858 // CODEGEN: Generating message contract since message UpdateItemExecutionSnapshotRequest has headers | |
859 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/UpdateIt" + | |
860 "emExecutionSnapshot", ReplyAction="*")] | |
861 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
862 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
863 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
864 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
865 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
866 SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotResponse UpdateItemExecutionSnapshot(SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotRequest request); | |
867 | |
868 // CODEGEN: Generating message contract since message SetCacheOptionsRequest has headers | |
869 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCache" + | |
870 "Options", ReplyAction="*")] | |
871 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
872 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
873 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
874 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
875 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
876 SSRS.Services.ReportServiceReference.SetCacheOptionsResponse SetCacheOptions(SSRS.Services.ReportServiceReference.SetCacheOptionsRequest request); | |
877 | |
878 // CODEGEN: Generating message contract since message GetCacheOptionsRequest has headers | |
879 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCache" + | |
880 "Options", ReplyAction="*")] | |
881 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
882 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
883 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
884 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
885 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
886 SSRS.Services.ReportServiceReference.GetCacheOptionsResponse GetCacheOptions(SSRS.Services.ReportServiceReference.GetCacheOptionsRequest request); | |
887 | |
888 // CODEGEN: Generating message contract since message FlushCacheRequest has headers | |
889 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FlushCac" + | |
890 "he", ReplyAction="*")] | |
891 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
892 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
893 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
894 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
895 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
896 SSRS.Services.ReportServiceReference.FlushCacheResponse FlushCache(SSRS.Services.ReportServiceReference.FlushCacheRequest request); | |
897 | |
898 // CODEGEN: Generating message contract since message CreateItemHistorySnapshotRequest has headers | |
899 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateIt" + | |
900 "emHistorySnapshot", ReplyAction="*")] | |
901 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
902 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
903 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
904 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
905 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
906 SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotResponse CreateItemHistorySnapshot(SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotRequest request); | |
907 | |
908 // CODEGEN: Generating message contract since message DeleteItemHistorySnapshotRequest has headers | |
909 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteIt" + | |
910 "emHistorySnapshot", ReplyAction="*")] | |
911 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
912 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
913 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
914 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
915 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
916 SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotResponse DeleteItemHistorySnapshot(SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotRequest request); | |
917 | |
918 // CODEGEN: Generating message contract since message SetItemHistoryLimitRequest has headers | |
919 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemH" + | |
920 "istoryLimit", ReplyAction="*")] | |
921 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
922 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
923 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
924 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
925 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
926 SSRS.Services.ReportServiceReference.SetItemHistoryLimitResponse SetItemHistoryLimit(SSRS.Services.ReportServiceReference.SetItemHistoryLimitRequest request); | |
927 | |
928 // CODEGEN: Generating message contract since message GetItemHistoryLimitRequest has headers | |
929 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemH" + | |
930 "istoryLimit", ReplyAction="*")] | |
931 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
932 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
933 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
934 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
935 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
936 SSRS.Services.ReportServiceReference.GetItemHistoryLimitResponse GetItemHistoryLimit(SSRS.Services.ReportServiceReference.GetItemHistoryLimitRequest request); | |
937 | |
938 // CODEGEN: Generating message contract since message SetItemHistoryOptionsRequest has headers | |
939 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemH" + | |
940 "istoryOptions", ReplyAction="*")] | |
941 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
942 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
943 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
944 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
945 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
946 SSRS.Services.ReportServiceReference.SetItemHistoryOptionsResponse SetItemHistoryOptions(SSRS.Services.ReportServiceReference.SetItemHistoryOptionsRequest request); | |
947 | |
948 // CODEGEN: Generating message contract since message GetItemHistoryOptionsRequest has headers | |
949 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemH" + | |
950 "istoryOptions", ReplyAction="*")] | |
951 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
952 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
953 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
954 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
955 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
956 SSRS.Services.ReportServiceReference.GetItemHistoryOptionsResponse GetItemHistoryOptions(SSRS.Services.ReportServiceReference.GetItemHistoryOptionsRequest request); | |
957 | |
958 // CODEGEN: Generating message contract since message GetReportServerConfigInfoRequest has headers | |
959 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRepor" + | |
960 "tServerConfigInfo", ReplyAction="*")] | |
961 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
962 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
963 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
964 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
965 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
966 SSRS.Services.ReportServiceReference.GetReportServerConfigInfoResponse GetReportServerConfigInfo(SSRS.Services.ReportServiceReference.GetReportServerConfigInfoRequest request); | |
967 | |
968 // CODEGEN: Generating message contract since message IsSSLRequiredRequest has headers | |
969 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/IsSSLReq" + | |
970 "uired", ReplyAction="*")] | |
971 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
972 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
973 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
974 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
975 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
976 SSRS.Services.ReportServiceReference.IsSSLRequiredResponse IsSSLRequired(SSRS.Services.ReportServiceReference.IsSSLRequiredRequest request); | |
977 | |
978 // CODEGEN: Generating message contract since message SetSystemPropertiesRequest has headers | |
979 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSyste" + | |
980 "mProperties", ReplyAction="*")] | |
981 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
982 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
983 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
984 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
985 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
986 SSRS.Services.ReportServiceReference.SetSystemPropertiesResponse SetSystemProperties(SSRS.Services.ReportServiceReference.SetSystemPropertiesRequest request); | |
987 | |
988 // CODEGEN: Generating message contract since message GetSystemPropertiesRequest has headers | |
989 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSyste" + | |
990 "mProperties", ReplyAction="*")] | |
991 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
992 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
993 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
994 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
995 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
996 SSRS.Services.ReportServiceReference.GetSystemPropertiesResponse GetSystemProperties(SSRS.Services.ReportServiceReference.GetSystemPropertiesRequest request); | |
997 | |
998 // CODEGEN: Generating message contract since message SetSystemPoliciesRequest has headers | |
999 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSyste" + | |
1000 "mPolicies", ReplyAction="*")] | |
1001 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1002 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1003 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1004 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1005 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1006 SSRS.Services.ReportServiceReference.SetSystemPoliciesResponse SetSystemPolicies(SSRS.Services.ReportServiceReference.SetSystemPoliciesRequest request); | |
1007 | |
1008 // CODEGEN: Generating message contract since message GetSystemPoliciesRequest has headers | |
1009 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSyste" + | |
1010 "mPolicies", ReplyAction="*")] | |
1011 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1012 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1013 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1014 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1015 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1016 SSRS.Services.ReportServiceReference.GetSystemPoliciesResponse GetSystemPolicies(SSRS.Services.ReportServiceReference.GetSystemPoliciesRequest request); | |
1017 | |
1018 // CODEGEN: Generating message contract since message ListExtensionsRequest has headers | |
1019 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExte" + | |
1020 "nsions", ReplyAction="*")] | |
1021 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1022 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1023 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1024 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1025 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1026 SSRS.Services.ReportServiceReference.ListExtensionsResponse ListExtensions(SSRS.Services.ReportServiceReference.ListExtensionsRequest request); | |
1027 | |
1028 // CODEGEN: Generating message contract since message ListExtensionTypesRequest has headers | |
1029 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExte" + | |
1030 "nsionTypes", ReplyAction="*")] | |
1031 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1032 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1033 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1034 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1035 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1036 SSRS.Services.ReportServiceReference.ListExtensionTypesResponse ListExtensionTypes(SSRS.Services.ReportServiceReference.ListExtensionTypesRequest request); | |
1037 | |
1038 // CODEGEN: Generating message contract since message ListEventsRequest has headers | |
1039 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListEven" + | |
1040 "ts", ReplyAction="*")] | |
1041 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1042 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1043 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1044 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1045 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1046 SSRS.Services.ReportServiceReference.ListEventsResponse ListEvents(SSRS.Services.ReportServiceReference.ListEventsRequest request); | |
1047 | |
1048 // CODEGEN: Generating message contract since message FireEventRequest has headers | |
1049 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FireEven" + | |
1050 "t", ReplyAction="*")] | |
1051 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1052 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1053 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1054 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1055 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1056 SSRS.Services.ReportServiceReference.FireEventResponse FireEvent(SSRS.Services.ReportServiceReference.FireEventRequest request); | |
1057 | |
1058 // CODEGEN: Generating message contract since message ListJobsRequest has headers | |
1059 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobs" + | |
1060 "", ReplyAction="*")] | |
1061 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1062 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1063 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1064 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1065 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1066 SSRS.Services.ReportServiceReference.ListJobsResponse ListJobs(SSRS.Services.ReportServiceReference.ListJobsRequest request); | |
1067 | |
1068 // CODEGEN: Generating message contract since message ListJobTypesRequest has headers | |
1069 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobT" + | |
1070 "ypes", ReplyAction="*")] | |
1071 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1072 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1073 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1074 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1075 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1076 SSRS.Services.ReportServiceReference.ListJobTypesResponse ListJobTypes(SSRS.Services.ReportServiceReference.ListJobTypesRequest request); | |
1077 | |
1078 // CODEGEN: Generating message contract since message ListJobActionsRequest has headers | |
1079 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobA" + | |
1080 "ctions", ReplyAction="*")] | |
1081 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1082 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1083 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1084 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1085 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1086 SSRS.Services.ReportServiceReference.ListJobActionsResponse ListJobActions(SSRS.Services.ReportServiceReference.ListJobActionsRequest request); | |
1087 | |
1088 // CODEGEN: Generating message contract since message ListJobStatesRequest has headers | |
1089 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobS" + | |
1090 "tates", ReplyAction="*")] | |
1091 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1092 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1093 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1094 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1095 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1096 SSRS.Services.ReportServiceReference.ListJobStatesResponse ListJobStates(SSRS.Services.ReportServiceReference.ListJobStatesRequest request); | |
1097 | |
1098 // CODEGEN: Generating message contract since message CancelJobRequest has headers | |
1099 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CancelJo" + | |
1100 "b", ReplyAction="*")] | |
1101 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1102 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1103 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1104 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1105 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1106 SSRS.Services.ReportServiceReference.CancelJobResponse CancelJob(SSRS.Services.ReportServiceReference.CancelJobRequest request); | |
1107 | |
1108 // CODEGEN: Generating message contract since message CreateCacheRefreshPlanRequest has headers | |
1109 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCa" + | |
1110 "cheRefreshPlan", ReplyAction="*")] | |
1111 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1112 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1113 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1114 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1115 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1116 SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanResponse CreateCacheRefreshPlan(SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanRequest request); | |
1117 | |
1118 // CODEGEN: Generating message contract since message SetCacheRefreshPlanPropertiesRequest has headers | |
1119 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCache" + | |
1120 "RefreshPlanProperties", ReplyAction="*")] | |
1121 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1122 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1123 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1124 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1125 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1126 SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesResponse SetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesRequest request); | |
1127 | |
1128 // CODEGEN: Generating message contract since message GetCacheRefreshPlanPropertiesRequest has headers | |
1129 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCache" + | |
1130 "RefreshPlanProperties", ReplyAction="*")] | |
1131 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1132 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1133 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1134 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1135 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1136 SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesResponse GetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesRequest request); | |
1137 | |
1138 // CODEGEN: Generating message contract since message DeleteCacheRefreshPlanRequest has headers | |
1139 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCa" + | |
1140 "cheRefreshPlan", ReplyAction="*")] | |
1141 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1142 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1143 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1144 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1145 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1146 SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanResponse DeleteCacheRefreshPlan(SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanRequest request); | |
1147 | |
1148 // CODEGEN: Generating message contract since message ListCacheRefreshPlansRequest has headers | |
1149 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListCach" + | |
1150 "eRefreshPlans", ReplyAction="*")] | |
1151 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1152 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1153 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1154 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1155 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1156 SSRS.Services.ReportServiceReference.ListCacheRefreshPlansResponse ListCacheRefreshPlans(SSRS.Services.ReportServiceReference.ListCacheRefreshPlansRequest request); | |
1157 | |
1158 // CODEGEN: Generating message contract since message LogonUserRequest has headers | |
1159 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/LogonUse" + | |
1160 "r", ReplyAction="*")] | |
1161 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1162 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1163 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1164 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1165 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1166 SSRS.Services.ReportServiceReference.LogonUserResponse LogonUser(SSRS.Services.ReportServiceReference.LogonUserRequest request); | |
1167 | |
1168 // CODEGEN: Generating message contract since message LogoffRequest has headers | |
1169 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Logoff", ReplyAction="*")] | |
1170 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1171 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1172 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1173 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1174 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1175 SSRS.Services.ReportServiceReference.LogoffResponse Logoff(SSRS.Services.ReportServiceReference.LogoffRequest request); | |
1176 | |
1177 // CODEGEN: Generating message contract since message GetPermissionsRequest has headers | |
1178 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPermi" + | |
1179 "ssions", ReplyAction="*")] | |
1180 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1181 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1182 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1183 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1184 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1185 SSRS.Services.ReportServiceReference.GetPermissionsResponse GetPermissions(SSRS.Services.ReportServiceReference.GetPermissionsRequest request); | |
1186 | |
1187 // CODEGEN: Generating message contract since message GetSystemPermissionsRequest has headers | |
1188 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSyste" + | |
1189 "mPermissions", ReplyAction="*")] | |
1190 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1191 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1192 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1193 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1194 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1195 SSRS.Services.ReportServiceReference.GetSystemPermissionsResponse GetSystemPermissions(SSRS.Services.ReportServiceReference.GetSystemPermissionsRequest request); | |
1196 | |
1197 // CODEGEN: Generating message contract since message ListSecurityScopesRequest has headers | |
1198 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSecu" + | |
1199 "rityScopes", ReplyAction="*")] | |
1200 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] | |
1201 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExpirationDefinition))] | |
1202 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RecurrencePattern))] | |
1203 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ScheduleDefinitionOrReference))] | |
1204 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DataSourceDefinitionOrReference))] | |
1205 SSRS.Services.ReportServiceReference.ListSecurityScopesResponse ListSecurityScopes(SSRS.Services.ReportServiceReference.ListSecurityScopesRequest request); | |
1206 } | |
1207 | |
1208 /// <remarks/> | |
1209 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1210 [System.SerializableAttribute()] | |
1211 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1212 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1213 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1214 public partial class TrustedUserHeader : object, System.ComponentModel.INotifyPropertyChanged { | |
1215 | |
1216 private string userNameField; | |
1217 | |
1218 private byte[] userTokenField; | |
1219 | |
1220 private System.Xml.XmlAttribute[] anyAttrField; | |
1221 | |
1222 /// <remarks/> | |
1223 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1224 public string UserName { | |
1225 get { | |
1226 return this.userNameField; | |
1227 } | |
1228 set { | |
1229 this.userNameField = value; | |
1230 this.RaisePropertyChanged("UserName"); | |
1231 } | |
1232 } | |
1233 | |
1234 /// <remarks/> | |
1235 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] | |
1236 public byte[] UserToken { | |
1237 get { | |
1238 return this.userTokenField; | |
1239 } | |
1240 set { | |
1241 this.userTokenField = value; | |
1242 this.RaisePropertyChanged("UserToken"); | |
1243 } | |
1244 } | |
1245 | |
1246 /// <remarks/> | |
1247 [System.Xml.Serialization.XmlAnyAttributeAttribute()] | |
1248 public System.Xml.XmlAttribute[] AnyAttr { | |
1249 get { | |
1250 return this.anyAttrField; | |
1251 } | |
1252 set { | |
1253 this.anyAttrField = value; | |
1254 this.RaisePropertyChanged("AnyAttr"); | |
1255 } | |
1256 } | |
1257 | |
1258 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1259 | |
1260 protected void RaisePropertyChanged(string propertyName) { | |
1261 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1262 if ((propertyChanged != null)) { | |
1263 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1264 } | |
1265 } | |
1266 } | |
1267 | |
1268 /// <remarks/> | |
1269 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1270 [System.SerializableAttribute()] | |
1271 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1272 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1273 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1274 public partial class CacheRefreshPlan : object, System.ComponentModel.INotifyPropertyChanged { | |
1275 | |
1276 private string cacheRefreshPlanIDField; | |
1277 | |
1278 private string itemPathField; | |
1279 | |
1280 private string descriptionField; | |
1281 | |
1282 private CacheRefreshPlanState stateField; | |
1283 | |
1284 private System.DateTime lastExecutedField; | |
1285 | |
1286 private System.DateTime modifiedDateField; | |
1287 | |
1288 private string modifiedByField; | |
1289 | |
1290 private string lastRunStatusField; | |
1291 | |
1292 /// <remarks/> | |
1293 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1294 public string CacheRefreshPlanID { | |
1295 get { | |
1296 return this.cacheRefreshPlanIDField; | |
1297 } | |
1298 set { | |
1299 this.cacheRefreshPlanIDField = value; | |
1300 this.RaisePropertyChanged("CacheRefreshPlanID"); | |
1301 } | |
1302 } | |
1303 | |
1304 /// <remarks/> | |
1305 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1306 public string ItemPath { | |
1307 get { | |
1308 return this.itemPathField; | |
1309 } | |
1310 set { | |
1311 this.itemPathField = value; | |
1312 this.RaisePropertyChanged("ItemPath"); | |
1313 } | |
1314 } | |
1315 | |
1316 /// <remarks/> | |
1317 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
1318 public string Description { | |
1319 get { | |
1320 return this.descriptionField; | |
1321 } | |
1322 set { | |
1323 this.descriptionField = value; | |
1324 this.RaisePropertyChanged("Description"); | |
1325 } | |
1326 } | |
1327 | |
1328 /// <remarks/> | |
1329 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
1330 public CacheRefreshPlanState State { | |
1331 get { | |
1332 return this.stateField; | |
1333 } | |
1334 set { | |
1335 this.stateField = value; | |
1336 this.RaisePropertyChanged("State"); | |
1337 } | |
1338 } | |
1339 | |
1340 /// <remarks/> | |
1341 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
1342 public System.DateTime LastExecuted { | |
1343 get { | |
1344 return this.lastExecutedField; | |
1345 } | |
1346 set { | |
1347 this.lastExecutedField = value; | |
1348 this.RaisePropertyChanged("LastExecuted"); | |
1349 } | |
1350 } | |
1351 | |
1352 /// <remarks/> | |
1353 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
1354 public System.DateTime ModifiedDate { | |
1355 get { | |
1356 return this.modifiedDateField; | |
1357 } | |
1358 set { | |
1359 this.modifiedDateField = value; | |
1360 this.RaisePropertyChanged("ModifiedDate"); | |
1361 } | |
1362 } | |
1363 | |
1364 /// <remarks/> | |
1365 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
1366 public string ModifiedBy { | |
1367 get { | |
1368 return this.modifiedByField; | |
1369 } | |
1370 set { | |
1371 this.modifiedByField = value; | |
1372 this.RaisePropertyChanged("ModifiedBy"); | |
1373 } | |
1374 } | |
1375 | |
1376 /// <remarks/> | |
1377 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
1378 public string LastRunStatus { | |
1379 get { | |
1380 return this.lastRunStatusField; | |
1381 } | |
1382 set { | |
1383 this.lastRunStatusField = value; | |
1384 this.RaisePropertyChanged("LastRunStatus"); | |
1385 } | |
1386 } | |
1387 | |
1388 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1389 | |
1390 protected void RaisePropertyChanged(string propertyName) { | |
1391 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1392 if ((propertyChanged != null)) { | |
1393 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1394 } | |
1395 } | |
1396 } | |
1397 | |
1398 /// <remarks/> | |
1399 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1400 [System.SerializableAttribute()] | |
1401 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1402 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1403 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1404 public partial class CacheRefreshPlanState : object, System.ComponentModel.INotifyPropertyChanged { | |
1405 | |
1406 private bool missingParameterValueField; | |
1407 | |
1408 private bool invalidParameterValueField; | |
1409 | |
1410 private bool unknownItemParameterField; | |
1411 | |
1412 private bool cachingNotEnabledOnItemField; | |
1413 | |
1414 /// <remarks/> | |
1415 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1416 public bool MissingParameterValue { | |
1417 get { | |
1418 return this.missingParameterValueField; | |
1419 } | |
1420 set { | |
1421 this.missingParameterValueField = value; | |
1422 this.RaisePropertyChanged("MissingParameterValue"); | |
1423 } | |
1424 } | |
1425 | |
1426 /// <remarks/> | |
1427 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1428 public bool InvalidParameterValue { | |
1429 get { | |
1430 return this.invalidParameterValueField; | |
1431 } | |
1432 set { | |
1433 this.invalidParameterValueField = value; | |
1434 this.RaisePropertyChanged("InvalidParameterValue"); | |
1435 } | |
1436 } | |
1437 | |
1438 /// <remarks/> | |
1439 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
1440 public bool UnknownItemParameter { | |
1441 get { | |
1442 return this.unknownItemParameterField; | |
1443 } | |
1444 set { | |
1445 this.unknownItemParameterField = value; | |
1446 this.RaisePropertyChanged("UnknownItemParameter"); | |
1447 } | |
1448 } | |
1449 | |
1450 /// <remarks/> | |
1451 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
1452 public bool CachingNotEnabledOnItem { | |
1453 get { | |
1454 return this.cachingNotEnabledOnItemField; | |
1455 } | |
1456 set { | |
1457 this.cachingNotEnabledOnItemField = value; | |
1458 this.RaisePropertyChanged("CachingNotEnabledOnItem"); | |
1459 } | |
1460 } | |
1461 | |
1462 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1463 | |
1464 protected void RaisePropertyChanged(string propertyName) { | |
1465 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1466 if ((propertyChanged != null)) { | |
1467 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1468 } | |
1469 } | |
1470 } | |
1471 | |
1472 /// <remarks/> | |
1473 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1474 [System.SerializableAttribute()] | |
1475 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1476 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1477 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1478 public partial class Job : object, System.ComponentModel.INotifyPropertyChanged { | |
1479 | |
1480 private string jobIDField; | |
1481 | |
1482 private string nameField; | |
1483 | |
1484 private string pathField; | |
1485 | |
1486 private string descriptionField; | |
1487 | |
1488 private string machineField; | |
1489 | |
1490 private string userField; | |
1491 | |
1492 private System.DateTime startDateTimeField; | |
1493 | |
1494 private string jobActionNameField; | |
1495 | |
1496 private string jobTypeNameField; | |
1497 | |
1498 private string jobStatusNameField; | |
1499 | |
1500 /// <remarks/> | |
1501 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1502 public string JobID { | |
1503 get { | |
1504 return this.jobIDField; | |
1505 } | |
1506 set { | |
1507 this.jobIDField = value; | |
1508 this.RaisePropertyChanged("JobID"); | |
1509 } | |
1510 } | |
1511 | |
1512 /// <remarks/> | |
1513 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1514 public string Name { | |
1515 get { | |
1516 return this.nameField; | |
1517 } | |
1518 set { | |
1519 this.nameField = value; | |
1520 this.RaisePropertyChanged("Name"); | |
1521 } | |
1522 } | |
1523 | |
1524 /// <remarks/> | |
1525 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
1526 public string Path { | |
1527 get { | |
1528 return this.pathField; | |
1529 } | |
1530 set { | |
1531 this.pathField = value; | |
1532 this.RaisePropertyChanged("Path"); | |
1533 } | |
1534 } | |
1535 | |
1536 /// <remarks/> | |
1537 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
1538 public string Description { | |
1539 get { | |
1540 return this.descriptionField; | |
1541 } | |
1542 set { | |
1543 this.descriptionField = value; | |
1544 this.RaisePropertyChanged("Description"); | |
1545 } | |
1546 } | |
1547 | |
1548 /// <remarks/> | |
1549 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
1550 public string Machine { | |
1551 get { | |
1552 return this.machineField; | |
1553 } | |
1554 set { | |
1555 this.machineField = value; | |
1556 this.RaisePropertyChanged("Machine"); | |
1557 } | |
1558 } | |
1559 | |
1560 /// <remarks/> | |
1561 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
1562 public string User { | |
1563 get { | |
1564 return this.userField; | |
1565 } | |
1566 set { | |
1567 this.userField = value; | |
1568 this.RaisePropertyChanged("User"); | |
1569 } | |
1570 } | |
1571 | |
1572 /// <remarks/> | |
1573 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
1574 public System.DateTime StartDateTime { | |
1575 get { | |
1576 return this.startDateTimeField; | |
1577 } | |
1578 set { | |
1579 this.startDateTimeField = value; | |
1580 this.RaisePropertyChanged("StartDateTime"); | |
1581 } | |
1582 } | |
1583 | |
1584 /// <remarks/> | |
1585 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
1586 public string JobActionName { | |
1587 get { | |
1588 return this.jobActionNameField; | |
1589 } | |
1590 set { | |
1591 this.jobActionNameField = value; | |
1592 this.RaisePropertyChanged("JobActionName"); | |
1593 } | |
1594 } | |
1595 | |
1596 /// <remarks/> | |
1597 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
1598 public string JobTypeName { | |
1599 get { | |
1600 return this.jobTypeNameField; | |
1601 } | |
1602 set { | |
1603 this.jobTypeNameField = value; | |
1604 this.RaisePropertyChanged("JobTypeName"); | |
1605 } | |
1606 } | |
1607 | |
1608 /// <remarks/> | |
1609 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
1610 public string JobStatusName { | |
1611 get { | |
1612 return this.jobStatusNameField; | |
1613 } | |
1614 set { | |
1615 this.jobStatusNameField = value; | |
1616 this.RaisePropertyChanged("JobStatusName"); | |
1617 } | |
1618 } | |
1619 | |
1620 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1621 | |
1622 protected void RaisePropertyChanged(string propertyName) { | |
1623 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1624 if ((propertyChanged != null)) { | |
1625 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1626 } | |
1627 } | |
1628 } | |
1629 | |
1630 /// <remarks/> | |
1631 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1632 [System.SerializableAttribute()] | |
1633 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1634 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1635 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1636 public partial class Event : object, System.ComponentModel.INotifyPropertyChanged { | |
1637 | |
1638 private string typeField; | |
1639 | |
1640 /// <remarks/> | |
1641 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1642 public string Type { | |
1643 get { | |
1644 return this.typeField; | |
1645 } | |
1646 set { | |
1647 this.typeField = value; | |
1648 this.RaisePropertyChanged("Type"); | |
1649 } | |
1650 } | |
1651 | |
1652 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1653 | |
1654 protected void RaisePropertyChanged(string propertyName) { | |
1655 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1656 if ((propertyChanged != null)) { | |
1657 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1658 } | |
1659 } | |
1660 } | |
1661 | |
1662 /// <remarks/> | |
1663 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1664 [System.SerializableAttribute()] | |
1665 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1666 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1667 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1668 public partial class Extension : object, System.ComponentModel.INotifyPropertyChanged { | |
1669 | |
1670 private string extensionTypeNameField; | |
1671 | |
1672 private string nameField; | |
1673 | |
1674 private string localizedNameField; | |
1675 | |
1676 private bool visibleField; | |
1677 | |
1678 private bool isModelGenerationSupportedField; | |
1679 | |
1680 /// <remarks/> | |
1681 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1682 public string ExtensionTypeName { | |
1683 get { | |
1684 return this.extensionTypeNameField; | |
1685 } | |
1686 set { | |
1687 this.extensionTypeNameField = value; | |
1688 this.RaisePropertyChanged("ExtensionTypeName"); | |
1689 } | |
1690 } | |
1691 | |
1692 /// <remarks/> | |
1693 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1694 public string Name { | |
1695 get { | |
1696 return this.nameField; | |
1697 } | |
1698 set { | |
1699 this.nameField = value; | |
1700 this.RaisePropertyChanged("Name"); | |
1701 } | |
1702 } | |
1703 | |
1704 /// <remarks/> | |
1705 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
1706 public string LocalizedName { | |
1707 get { | |
1708 return this.localizedNameField; | |
1709 } | |
1710 set { | |
1711 this.localizedNameField = value; | |
1712 this.RaisePropertyChanged("LocalizedName"); | |
1713 } | |
1714 } | |
1715 | |
1716 /// <remarks/> | |
1717 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
1718 public bool Visible { | |
1719 get { | |
1720 return this.visibleField; | |
1721 } | |
1722 set { | |
1723 this.visibleField = value; | |
1724 this.RaisePropertyChanged("Visible"); | |
1725 } | |
1726 } | |
1727 | |
1728 /// <remarks/> | |
1729 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
1730 public bool IsModelGenerationSupported { | |
1731 get { | |
1732 return this.isModelGenerationSupportedField; | |
1733 } | |
1734 set { | |
1735 this.isModelGenerationSupportedField = value; | |
1736 this.RaisePropertyChanged("IsModelGenerationSupported"); | |
1737 } | |
1738 } | |
1739 | |
1740 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1741 | |
1742 protected void RaisePropertyChanged(string propertyName) { | |
1743 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1744 if ((propertyChanged != null)) { | |
1745 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1746 } | |
1747 } | |
1748 } | |
1749 | |
1750 /// <remarks/> | |
1751 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ScheduleExpiration))] | |
1752 [System.Xml.Serialization.XmlIncludeAttribute(typeof(TimeExpiration))] | |
1753 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1754 [System.SerializableAttribute()] | |
1755 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1756 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1757 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1758 public partial class ExpirationDefinition : object, System.ComponentModel.INotifyPropertyChanged { | |
1759 | |
1760 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1761 | |
1762 protected void RaisePropertyChanged(string propertyName) { | |
1763 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1764 if ((propertyChanged != null)) { | |
1765 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1766 } | |
1767 } | |
1768 } | |
1769 | |
1770 /// <remarks/> | |
1771 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1772 [System.SerializableAttribute()] | |
1773 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1774 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1775 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1776 public partial class ScheduleExpiration : ExpirationDefinition { | |
1777 | |
1778 private ScheduleDefinitionOrReference itemField; | |
1779 | |
1780 /// <remarks/> | |
1781 [System.Xml.Serialization.XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition), Order=0)] | |
1782 [System.Xml.Serialization.XmlElementAttribute("ScheduleReference", typeof(ScheduleReference), Order=0)] | |
1783 public ScheduleDefinitionOrReference Item { | |
1784 get { | |
1785 return this.itemField; | |
1786 } | |
1787 set { | |
1788 this.itemField = value; | |
1789 this.RaisePropertyChanged("Item"); | |
1790 } | |
1791 } | |
1792 } | |
1793 | |
1794 /// <remarks/> | |
1795 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1796 [System.SerializableAttribute()] | |
1797 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1798 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1799 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1800 public partial class ScheduleDefinition : ScheduleDefinitionOrReference { | |
1801 | |
1802 private System.DateTime startDateTimeField; | |
1803 | |
1804 private System.DateTime endDateField; | |
1805 | |
1806 private bool endDateFieldSpecified; | |
1807 | |
1808 private RecurrencePattern itemField; | |
1809 | |
1810 /// <remarks/> | |
1811 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1812 public System.DateTime StartDateTime { | |
1813 get { | |
1814 return this.startDateTimeField; | |
1815 } | |
1816 set { | |
1817 this.startDateTimeField = value; | |
1818 this.RaisePropertyChanged("StartDateTime"); | |
1819 } | |
1820 } | |
1821 | |
1822 /// <remarks/> | |
1823 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1824 public System.DateTime EndDate { | |
1825 get { | |
1826 return this.endDateField; | |
1827 } | |
1828 set { | |
1829 this.endDateField = value; | |
1830 this.RaisePropertyChanged("EndDate"); | |
1831 } | |
1832 } | |
1833 | |
1834 /// <remarks/> | |
1835 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
1836 public bool EndDateSpecified { | |
1837 get { | |
1838 return this.endDateFieldSpecified; | |
1839 } | |
1840 set { | |
1841 this.endDateFieldSpecified = value; | |
1842 this.RaisePropertyChanged("EndDateSpecified"); | |
1843 } | |
1844 } | |
1845 | |
1846 /// <remarks/> | |
1847 [System.Xml.Serialization.XmlElementAttribute("DailyRecurrence", typeof(DailyRecurrence), Order=2)] | |
1848 [System.Xml.Serialization.XmlElementAttribute("MinuteRecurrence", typeof(MinuteRecurrence), Order=2)] | |
1849 [System.Xml.Serialization.XmlElementAttribute("MonthlyDOWRecurrence", typeof(MonthlyDOWRecurrence), Order=2)] | |
1850 [System.Xml.Serialization.XmlElementAttribute("MonthlyRecurrence", typeof(MonthlyRecurrence), Order=2)] | |
1851 [System.Xml.Serialization.XmlElementAttribute("WeeklyRecurrence", typeof(WeeklyRecurrence), Order=2)] | |
1852 public RecurrencePattern Item { | |
1853 get { | |
1854 return this.itemField; | |
1855 } | |
1856 set { | |
1857 this.itemField = value; | |
1858 this.RaisePropertyChanged("Item"); | |
1859 } | |
1860 } | |
1861 } | |
1862 | |
1863 /// <remarks/> | |
1864 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1865 [System.SerializableAttribute()] | |
1866 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1867 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1868 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1869 public partial class DailyRecurrence : RecurrencePattern { | |
1870 | |
1871 private int daysIntervalField; | |
1872 | |
1873 /// <remarks/> | |
1874 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1875 public int DaysInterval { | |
1876 get { | |
1877 return this.daysIntervalField; | |
1878 } | |
1879 set { | |
1880 this.daysIntervalField = value; | |
1881 this.RaisePropertyChanged("DaysInterval"); | |
1882 } | |
1883 } | |
1884 } | |
1885 | |
1886 /// <remarks/> | |
1887 [System.Xml.Serialization.XmlIncludeAttribute(typeof(MinuteRecurrence))] | |
1888 [System.Xml.Serialization.XmlIncludeAttribute(typeof(DailyRecurrence))] | |
1889 [System.Xml.Serialization.XmlIncludeAttribute(typeof(WeeklyRecurrence))] | |
1890 [System.Xml.Serialization.XmlIncludeAttribute(typeof(MonthlyDOWRecurrence))] | |
1891 [System.Xml.Serialization.XmlIncludeAttribute(typeof(MonthlyRecurrence))] | |
1892 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1893 [System.SerializableAttribute()] | |
1894 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1895 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1896 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1897 public partial class RecurrencePattern : object, System.ComponentModel.INotifyPropertyChanged { | |
1898 | |
1899 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
1900 | |
1901 protected void RaisePropertyChanged(string propertyName) { | |
1902 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
1903 if ((propertyChanged != null)) { | |
1904 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
1905 } | |
1906 } | |
1907 } | |
1908 | |
1909 /// <remarks/> | |
1910 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1911 [System.SerializableAttribute()] | |
1912 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1913 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1914 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1915 public partial class MinuteRecurrence : RecurrencePattern { | |
1916 | |
1917 private int minutesIntervalField; | |
1918 | |
1919 /// <remarks/> | |
1920 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1921 public int MinutesInterval { | |
1922 get { | |
1923 return this.minutesIntervalField; | |
1924 } | |
1925 set { | |
1926 this.minutesIntervalField = value; | |
1927 this.RaisePropertyChanged("MinutesInterval"); | |
1928 } | |
1929 } | |
1930 } | |
1931 | |
1932 /// <remarks/> | |
1933 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1934 [System.SerializableAttribute()] | |
1935 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1936 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1937 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1938 public partial class WeeklyRecurrence : RecurrencePattern { | |
1939 | |
1940 private int weeksIntervalField; | |
1941 | |
1942 private bool weeksIntervalFieldSpecified; | |
1943 | |
1944 private DaysOfWeekSelector daysOfWeekField; | |
1945 | |
1946 /// <remarks/> | |
1947 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
1948 public int WeeksInterval { | |
1949 get { | |
1950 return this.weeksIntervalField; | |
1951 } | |
1952 set { | |
1953 this.weeksIntervalField = value; | |
1954 this.RaisePropertyChanged("WeeksInterval"); | |
1955 } | |
1956 } | |
1957 | |
1958 /// <remarks/> | |
1959 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
1960 public bool WeeksIntervalSpecified { | |
1961 get { | |
1962 return this.weeksIntervalFieldSpecified; | |
1963 } | |
1964 set { | |
1965 this.weeksIntervalFieldSpecified = value; | |
1966 this.RaisePropertyChanged("WeeksIntervalSpecified"); | |
1967 } | |
1968 } | |
1969 | |
1970 /// <remarks/> | |
1971 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
1972 public DaysOfWeekSelector DaysOfWeek { | |
1973 get { | |
1974 return this.daysOfWeekField; | |
1975 } | |
1976 set { | |
1977 this.daysOfWeekField = value; | |
1978 this.RaisePropertyChanged("DaysOfWeek"); | |
1979 } | |
1980 } | |
1981 } | |
1982 | |
1983 /// <remarks/> | |
1984 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
1985 [System.SerializableAttribute()] | |
1986 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
1987 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
1988 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
1989 public partial class DaysOfWeekSelector : object, System.ComponentModel.INotifyPropertyChanged { | |
1990 | |
1991 private bool sundayField; | |
1992 | |
1993 private bool mondayField; | |
1994 | |
1995 private bool tuesdayField; | |
1996 | |
1997 private bool wednesdayField; | |
1998 | |
1999 private bool thursdayField; | |
2000 | |
2001 private bool fridayField; | |
2002 | |
2003 private bool saturdayField; | |
2004 | |
2005 /// <remarks/> | |
2006 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2007 public bool Sunday { | |
2008 get { | |
2009 return this.sundayField; | |
2010 } | |
2011 set { | |
2012 this.sundayField = value; | |
2013 this.RaisePropertyChanged("Sunday"); | |
2014 } | |
2015 } | |
2016 | |
2017 /// <remarks/> | |
2018 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2019 public bool Monday { | |
2020 get { | |
2021 return this.mondayField; | |
2022 } | |
2023 set { | |
2024 this.mondayField = value; | |
2025 this.RaisePropertyChanged("Monday"); | |
2026 } | |
2027 } | |
2028 | |
2029 /// <remarks/> | |
2030 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2031 public bool Tuesday { | |
2032 get { | |
2033 return this.tuesdayField; | |
2034 } | |
2035 set { | |
2036 this.tuesdayField = value; | |
2037 this.RaisePropertyChanged("Tuesday"); | |
2038 } | |
2039 } | |
2040 | |
2041 /// <remarks/> | |
2042 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
2043 public bool Wednesday { | |
2044 get { | |
2045 return this.wednesdayField; | |
2046 } | |
2047 set { | |
2048 this.wednesdayField = value; | |
2049 this.RaisePropertyChanged("Wednesday"); | |
2050 } | |
2051 } | |
2052 | |
2053 /// <remarks/> | |
2054 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
2055 public bool Thursday { | |
2056 get { | |
2057 return this.thursdayField; | |
2058 } | |
2059 set { | |
2060 this.thursdayField = value; | |
2061 this.RaisePropertyChanged("Thursday"); | |
2062 } | |
2063 } | |
2064 | |
2065 /// <remarks/> | |
2066 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
2067 public bool Friday { | |
2068 get { | |
2069 return this.fridayField; | |
2070 } | |
2071 set { | |
2072 this.fridayField = value; | |
2073 this.RaisePropertyChanged("Friday"); | |
2074 } | |
2075 } | |
2076 | |
2077 /// <remarks/> | |
2078 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
2079 public bool Saturday { | |
2080 get { | |
2081 return this.saturdayField; | |
2082 } | |
2083 set { | |
2084 this.saturdayField = value; | |
2085 this.RaisePropertyChanged("Saturday"); | |
2086 } | |
2087 } | |
2088 | |
2089 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2090 | |
2091 protected void RaisePropertyChanged(string propertyName) { | |
2092 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2093 if ((propertyChanged != null)) { | |
2094 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2095 } | |
2096 } | |
2097 } | |
2098 | |
2099 /// <remarks/> | |
2100 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2101 [System.SerializableAttribute()] | |
2102 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2103 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2104 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2105 public partial class MonthlyDOWRecurrence : RecurrencePattern { | |
2106 | |
2107 private WeekNumberEnum whichWeekField; | |
2108 | |
2109 private bool whichWeekFieldSpecified; | |
2110 | |
2111 private DaysOfWeekSelector daysOfWeekField; | |
2112 | |
2113 private MonthsOfYearSelector monthsOfYearField; | |
2114 | |
2115 /// <remarks/> | |
2116 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2117 public WeekNumberEnum WhichWeek { | |
2118 get { | |
2119 return this.whichWeekField; | |
2120 } | |
2121 set { | |
2122 this.whichWeekField = value; | |
2123 this.RaisePropertyChanged("WhichWeek"); | |
2124 } | |
2125 } | |
2126 | |
2127 /// <remarks/> | |
2128 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2129 public bool WhichWeekSpecified { | |
2130 get { | |
2131 return this.whichWeekFieldSpecified; | |
2132 } | |
2133 set { | |
2134 this.whichWeekFieldSpecified = value; | |
2135 this.RaisePropertyChanged("WhichWeekSpecified"); | |
2136 } | |
2137 } | |
2138 | |
2139 /// <remarks/> | |
2140 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2141 public DaysOfWeekSelector DaysOfWeek { | |
2142 get { | |
2143 return this.daysOfWeekField; | |
2144 } | |
2145 set { | |
2146 this.daysOfWeekField = value; | |
2147 this.RaisePropertyChanged("DaysOfWeek"); | |
2148 } | |
2149 } | |
2150 | |
2151 /// <remarks/> | |
2152 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2153 public MonthsOfYearSelector MonthsOfYear { | |
2154 get { | |
2155 return this.monthsOfYearField; | |
2156 } | |
2157 set { | |
2158 this.monthsOfYearField = value; | |
2159 this.RaisePropertyChanged("MonthsOfYear"); | |
2160 } | |
2161 } | |
2162 } | |
2163 | |
2164 /// <remarks/> | |
2165 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2166 [System.SerializableAttribute()] | |
2167 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2168 public enum WeekNumberEnum { | |
2169 | |
2170 /// <remarks/> | |
2171 FirstWeek, | |
2172 | |
2173 /// <remarks/> | |
2174 SecondWeek, | |
2175 | |
2176 /// <remarks/> | |
2177 ThirdWeek, | |
2178 | |
2179 /// <remarks/> | |
2180 FourthWeek, | |
2181 | |
2182 /// <remarks/> | |
2183 LastWeek, | |
2184 } | |
2185 | |
2186 /// <remarks/> | |
2187 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2188 [System.SerializableAttribute()] | |
2189 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2190 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2191 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2192 public partial class MonthsOfYearSelector : object, System.ComponentModel.INotifyPropertyChanged { | |
2193 | |
2194 private bool januaryField; | |
2195 | |
2196 private bool februaryField; | |
2197 | |
2198 private bool marchField; | |
2199 | |
2200 private bool aprilField; | |
2201 | |
2202 private bool mayField; | |
2203 | |
2204 private bool juneField; | |
2205 | |
2206 private bool julyField; | |
2207 | |
2208 private bool augustField; | |
2209 | |
2210 private bool septemberField; | |
2211 | |
2212 private bool octoberField; | |
2213 | |
2214 private bool novemberField; | |
2215 | |
2216 private bool decemberField; | |
2217 | |
2218 /// <remarks/> | |
2219 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2220 public bool January { | |
2221 get { | |
2222 return this.januaryField; | |
2223 } | |
2224 set { | |
2225 this.januaryField = value; | |
2226 this.RaisePropertyChanged("January"); | |
2227 } | |
2228 } | |
2229 | |
2230 /// <remarks/> | |
2231 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2232 public bool February { | |
2233 get { | |
2234 return this.februaryField; | |
2235 } | |
2236 set { | |
2237 this.februaryField = value; | |
2238 this.RaisePropertyChanged("February"); | |
2239 } | |
2240 } | |
2241 | |
2242 /// <remarks/> | |
2243 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2244 public bool March { | |
2245 get { | |
2246 return this.marchField; | |
2247 } | |
2248 set { | |
2249 this.marchField = value; | |
2250 this.RaisePropertyChanged("March"); | |
2251 } | |
2252 } | |
2253 | |
2254 /// <remarks/> | |
2255 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
2256 public bool April { | |
2257 get { | |
2258 return this.aprilField; | |
2259 } | |
2260 set { | |
2261 this.aprilField = value; | |
2262 this.RaisePropertyChanged("April"); | |
2263 } | |
2264 } | |
2265 | |
2266 /// <remarks/> | |
2267 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
2268 public bool May { | |
2269 get { | |
2270 return this.mayField; | |
2271 } | |
2272 set { | |
2273 this.mayField = value; | |
2274 this.RaisePropertyChanged("May"); | |
2275 } | |
2276 } | |
2277 | |
2278 /// <remarks/> | |
2279 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
2280 public bool June { | |
2281 get { | |
2282 return this.juneField; | |
2283 } | |
2284 set { | |
2285 this.juneField = value; | |
2286 this.RaisePropertyChanged("June"); | |
2287 } | |
2288 } | |
2289 | |
2290 /// <remarks/> | |
2291 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
2292 public bool July { | |
2293 get { | |
2294 return this.julyField; | |
2295 } | |
2296 set { | |
2297 this.julyField = value; | |
2298 this.RaisePropertyChanged("July"); | |
2299 } | |
2300 } | |
2301 | |
2302 /// <remarks/> | |
2303 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
2304 public bool August { | |
2305 get { | |
2306 return this.augustField; | |
2307 } | |
2308 set { | |
2309 this.augustField = value; | |
2310 this.RaisePropertyChanged("August"); | |
2311 } | |
2312 } | |
2313 | |
2314 /// <remarks/> | |
2315 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
2316 public bool September { | |
2317 get { | |
2318 return this.septemberField; | |
2319 } | |
2320 set { | |
2321 this.septemberField = value; | |
2322 this.RaisePropertyChanged("September"); | |
2323 } | |
2324 } | |
2325 | |
2326 /// <remarks/> | |
2327 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
2328 public bool October { | |
2329 get { | |
2330 return this.octoberField; | |
2331 } | |
2332 set { | |
2333 this.octoberField = value; | |
2334 this.RaisePropertyChanged("October"); | |
2335 } | |
2336 } | |
2337 | |
2338 /// <remarks/> | |
2339 [System.Xml.Serialization.XmlElementAttribute(Order=10)] | |
2340 public bool November { | |
2341 get { | |
2342 return this.novemberField; | |
2343 } | |
2344 set { | |
2345 this.novemberField = value; | |
2346 this.RaisePropertyChanged("November"); | |
2347 } | |
2348 } | |
2349 | |
2350 /// <remarks/> | |
2351 [System.Xml.Serialization.XmlElementAttribute(Order=11)] | |
2352 public bool December { | |
2353 get { | |
2354 return this.decemberField; | |
2355 } | |
2356 set { | |
2357 this.decemberField = value; | |
2358 this.RaisePropertyChanged("December"); | |
2359 } | |
2360 } | |
2361 | |
2362 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2363 | |
2364 protected void RaisePropertyChanged(string propertyName) { | |
2365 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2366 if ((propertyChanged != null)) { | |
2367 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2368 } | |
2369 } | |
2370 } | |
2371 | |
2372 /// <remarks/> | |
2373 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2374 [System.SerializableAttribute()] | |
2375 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2376 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2377 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2378 public partial class MonthlyRecurrence : RecurrencePattern { | |
2379 | |
2380 private string daysField; | |
2381 | |
2382 private MonthsOfYearSelector monthsOfYearField; | |
2383 | |
2384 /// <remarks/> | |
2385 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2386 public string Days { | |
2387 get { | |
2388 return this.daysField; | |
2389 } | |
2390 set { | |
2391 this.daysField = value; | |
2392 this.RaisePropertyChanged("Days"); | |
2393 } | |
2394 } | |
2395 | |
2396 /// <remarks/> | |
2397 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2398 public MonthsOfYearSelector MonthsOfYear { | |
2399 get { | |
2400 return this.monthsOfYearField; | |
2401 } | |
2402 set { | |
2403 this.monthsOfYearField = value; | |
2404 this.RaisePropertyChanged("MonthsOfYear"); | |
2405 } | |
2406 } | |
2407 } | |
2408 | |
2409 /// <remarks/> | |
2410 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ScheduleReference))] | |
2411 [System.Xml.Serialization.XmlIncludeAttribute(typeof(NoSchedule))] | |
2412 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ScheduleDefinition))] | |
2413 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2414 [System.SerializableAttribute()] | |
2415 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2416 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2417 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2418 public partial class ScheduleDefinitionOrReference : object, System.ComponentModel.INotifyPropertyChanged { | |
2419 | |
2420 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2421 | |
2422 protected void RaisePropertyChanged(string propertyName) { | |
2423 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2424 if ((propertyChanged != null)) { | |
2425 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2426 } | |
2427 } | |
2428 } | |
2429 | |
2430 /// <remarks/> | |
2431 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2432 [System.SerializableAttribute()] | |
2433 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2434 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2435 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2436 public partial class ScheduleReference : ScheduleDefinitionOrReference { | |
2437 | |
2438 private string scheduleIDField; | |
2439 | |
2440 private ScheduleDefinition definitionField; | |
2441 | |
2442 /// <remarks/> | |
2443 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2444 public string ScheduleID { | |
2445 get { | |
2446 return this.scheduleIDField; | |
2447 } | |
2448 set { | |
2449 this.scheduleIDField = value; | |
2450 this.RaisePropertyChanged("ScheduleID"); | |
2451 } | |
2452 } | |
2453 | |
2454 /// <remarks/> | |
2455 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2456 public ScheduleDefinition Definition { | |
2457 get { | |
2458 return this.definitionField; | |
2459 } | |
2460 set { | |
2461 this.definitionField = value; | |
2462 this.RaisePropertyChanged("Definition"); | |
2463 } | |
2464 } | |
2465 } | |
2466 | |
2467 /// <remarks/> | |
2468 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2469 [System.SerializableAttribute()] | |
2470 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2471 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2472 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2473 public partial class NoSchedule : ScheduleDefinitionOrReference { | |
2474 } | |
2475 | |
2476 /// <remarks/> | |
2477 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2478 [System.SerializableAttribute()] | |
2479 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2480 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2481 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2482 public partial class TimeExpiration : ExpirationDefinition { | |
2483 | |
2484 private int minutesField; | |
2485 | |
2486 /// <remarks/> | |
2487 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2488 public int Minutes { | |
2489 get { | |
2490 return this.minutesField; | |
2491 } | |
2492 set { | |
2493 this.minutesField = value; | |
2494 this.RaisePropertyChanged("Minutes"); | |
2495 } | |
2496 } | |
2497 } | |
2498 | |
2499 /// <remarks/> | |
2500 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2501 [System.SerializableAttribute()] | |
2502 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2503 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2504 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2505 public partial class DataSourceCredentials : object, System.ComponentModel.INotifyPropertyChanged { | |
2506 | |
2507 private string dataSourceNameField; | |
2508 | |
2509 private string userNameField; | |
2510 | |
2511 private string passwordField; | |
2512 | |
2513 /// <remarks/> | |
2514 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2515 public string DataSourceName { | |
2516 get { | |
2517 return this.dataSourceNameField; | |
2518 } | |
2519 set { | |
2520 this.dataSourceNameField = value; | |
2521 this.RaisePropertyChanged("DataSourceName"); | |
2522 } | |
2523 } | |
2524 | |
2525 /// <remarks/> | |
2526 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2527 public string UserName { | |
2528 get { | |
2529 return this.userNameField; | |
2530 } | |
2531 set { | |
2532 this.userNameField = value; | |
2533 this.RaisePropertyChanged("UserName"); | |
2534 } | |
2535 } | |
2536 | |
2537 /// <remarks/> | |
2538 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2539 public string Password { | |
2540 get { | |
2541 return this.passwordField; | |
2542 } | |
2543 set { | |
2544 this.passwordField = value; | |
2545 this.RaisePropertyChanged("Password"); | |
2546 } | |
2547 } | |
2548 | |
2549 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2550 | |
2551 protected void RaisePropertyChanged(string propertyName) { | |
2552 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2553 if ((propertyChanged != null)) { | |
2554 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2555 } | |
2556 } | |
2557 } | |
2558 | |
2559 /// <remarks/> | |
2560 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2561 [System.SerializableAttribute()] | |
2562 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2563 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2564 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2565 public partial class ItemParameter : object, System.ComponentModel.INotifyPropertyChanged { | |
2566 | |
2567 private string nameField; | |
2568 | |
2569 private string parameterTypeNameField; | |
2570 | |
2571 private bool nullableField; | |
2572 | |
2573 private bool nullableFieldSpecified; | |
2574 | |
2575 private bool allowBlankField; | |
2576 | |
2577 private bool allowBlankFieldSpecified; | |
2578 | |
2579 private bool multiValueField; | |
2580 | |
2581 private bool multiValueFieldSpecified; | |
2582 | |
2583 private bool queryParameterField; | |
2584 | |
2585 private bool queryParameterFieldSpecified; | |
2586 | |
2587 private string promptField; | |
2588 | |
2589 private bool promptUserField; | |
2590 | |
2591 private bool promptUserFieldSpecified; | |
2592 | |
2593 private string[] dependenciesField; | |
2594 | |
2595 private bool validValuesQueryBasedField; | |
2596 | |
2597 private bool validValuesQueryBasedFieldSpecified; | |
2598 | |
2599 private ValidValue[] validValuesField; | |
2600 | |
2601 private bool defaultValuesQueryBasedField; | |
2602 | |
2603 private bool defaultValuesQueryBasedFieldSpecified; | |
2604 | |
2605 private string[] defaultValuesField; | |
2606 | |
2607 private string parameterStateNameField; | |
2608 | |
2609 private string errorMessageField; | |
2610 | |
2611 /// <remarks/> | |
2612 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2613 public string Name { | |
2614 get { | |
2615 return this.nameField; | |
2616 } | |
2617 set { | |
2618 this.nameField = value; | |
2619 this.RaisePropertyChanged("Name"); | |
2620 } | |
2621 } | |
2622 | |
2623 /// <remarks/> | |
2624 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2625 public string ParameterTypeName { | |
2626 get { | |
2627 return this.parameterTypeNameField; | |
2628 } | |
2629 set { | |
2630 this.parameterTypeNameField = value; | |
2631 this.RaisePropertyChanged("ParameterTypeName"); | |
2632 } | |
2633 } | |
2634 | |
2635 /// <remarks/> | |
2636 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2637 public bool Nullable { | |
2638 get { | |
2639 return this.nullableField; | |
2640 } | |
2641 set { | |
2642 this.nullableField = value; | |
2643 this.RaisePropertyChanged("Nullable"); | |
2644 } | |
2645 } | |
2646 | |
2647 /// <remarks/> | |
2648 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2649 public bool NullableSpecified { | |
2650 get { | |
2651 return this.nullableFieldSpecified; | |
2652 } | |
2653 set { | |
2654 this.nullableFieldSpecified = value; | |
2655 this.RaisePropertyChanged("NullableSpecified"); | |
2656 } | |
2657 } | |
2658 | |
2659 /// <remarks/> | |
2660 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
2661 public bool AllowBlank { | |
2662 get { | |
2663 return this.allowBlankField; | |
2664 } | |
2665 set { | |
2666 this.allowBlankField = value; | |
2667 this.RaisePropertyChanged("AllowBlank"); | |
2668 } | |
2669 } | |
2670 | |
2671 /// <remarks/> | |
2672 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2673 public bool AllowBlankSpecified { | |
2674 get { | |
2675 return this.allowBlankFieldSpecified; | |
2676 } | |
2677 set { | |
2678 this.allowBlankFieldSpecified = value; | |
2679 this.RaisePropertyChanged("AllowBlankSpecified"); | |
2680 } | |
2681 } | |
2682 | |
2683 /// <remarks/> | |
2684 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
2685 public bool MultiValue { | |
2686 get { | |
2687 return this.multiValueField; | |
2688 } | |
2689 set { | |
2690 this.multiValueField = value; | |
2691 this.RaisePropertyChanged("MultiValue"); | |
2692 } | |
2693 } | |
2694 | |
2695 /// <remarks/> | |
2696 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2697 public bool MultiValueSpecified { | |
2698 get { | |
2699 return this.multiValueFieldSpecified; | |
2700 } | |
2701 set { | |
2702 this.multiValueFieldSpecified = value; | |
2703 this.RaisePropertyChanged("MultiValueSpecified"); | |
2704 } | |
2705 } | |
2706 | |
2707 /// <remarks/> | |
2708 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
2709 public bool QueryParameter { | |
2710 get { | |
2711 return this.queryParameterField; | |
2712 } | |
2713 set { | |
2714 this.queryParameterField = value; | |
2715 this.RaisePropertyChanged("QueryParameter"); | |
2716 } | |
2717 } | |
2718 | |
2719 /// <remarks/> | |
2720 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2721 public bool QueryParameterSpecified { | |
2722 get { | |
2723 return this.queryParameterFieldSpecified; | |
2724 } | |
2725 set { | |
2726 this.queryParameterFieldSpecified = value; | |
2727 this.RaisePropertyChanged("QueryParameterSpecified"); | |
2728 } | |
2729 } | |
2730 | |
2731 /// <remarks/> | |
2732 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
2733 public string Prompt { | |
2734 get { | |
2735 return this.promptField; | |
2736 } | |
2737 set { | |
2738 this.promptField = value; | |
2739 this.RaisePropertyChanged("Prompt"); | |
2740 } | |
2741 } | |
2742 | |
2743 /// <remarks/> | |
2744 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
2745 public bool PromptUser { | |
2746 get { | |
2747 return this.promptUserField; | |
2748 } | |
2749 set { | |
2750 this.promptUserField = value; | |
2751 this.RaisePropertyChanged("PromptUser"); | |
2752 } | |
2753 } | |
2754 | |
2755 /// <remarks/> | |
2756 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2757 public bool PromptUserSpecified { | |
2758 get { | |
2759 return this.promptUserFieldSpecified; | |
2760 } | |
2761 set { | |
2762 this.promptUserFieldSpecified = value; | |
2763 this.RaisePropertyChanged("PromptUserSpecified"); | |
2764 } | |
2765 } | |
2766 | |
2767 /// <remarks/> | |
2768 [System.Xml.Serialization.XmlArrayAttribute(Order=8)] | |
2769 [System.Xml.Serialization.XmlArrayItemAttribute("Dependency")] | |
2770 public string[] Dependencies { | |
2771 get { | |
2772 return this.dependenciesField; | |
2773 } | |
2774 set { | |
2775 this.dependenciesField = value; | |
2776 this.RaisePropertyChanged("Dependencies"); | |
2777 } | |
2778 } | |
2779 | |
2780 /// <remarks/> | |
2781 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
2782 public bool ValidValuesQueryBased { | |
2783 get { | |
2784 return this.validValuesQueryBasedField; | |
2785 } | |
2786 set { | |
2787 this.validValuesQueryBasedField = value; | |
2788 this.RaisePropertyChanged("ValidValuesQueryBased"); | |
2789 } | |
2790 } | |
2791 | |
2792 /// <remarks/> | |
2793 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2794 public bool ValidValuesQueryBasedSpecified { | |
2795 get { | |
2796 return this.validValuesQueryBasedFieldSpecified; | |
2797 } | |
2798 set { | |
2799 this.validValuesQueryBasedFieldSpecified = value; | |
2800 this.RaisePropertyChanged("ValidValuesQueryBasedSpecified"); | |
2801 } | |
2802 } | |
2803 | |
2804 /// <remarks/> | |
2805 [System.Xml.Serialization.XmlArrayAttribute(Order=10)] | |
2806 public ValidValue[] ValidValues { | |
2807 get { | |
2808 return this.validValuesField; | |
2809 } | |
2810 set { | |
2811 this.validValuesField = value; | |
2812 this.RaisePropertyChanged("ValidValues"); | |
2813 } | |
2814 } | |
2815 | |
2816 /// <remarks/> | |
2817 [System.Xml.Serialization.XmlElementAttribute(Order=11)] | |
2818 public bool DefaultValuesQueryBased { | |
2819 get { | |
2820 return this.defaultValuesQueryBasedField; | |
2821 } | |
2822 set { | |
2823 this.defaultValuesQueryBasedField = value; | |
2824 this.RaisePropertyChanged("DefaultValuesQueryBased"); | |
2825 } | |
2826 } | |
2827 | |
2828 /// <remarks/> | |
2829 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
2830 public bool DefaultValuesQueryBasedSpecified { | |
2831 get { | |
2832 return this.defaultValuesQueryBasedFieldSpecified; | |
2833 } | |
2834 set { | |
2835 this.defaultValuesQueryBasedFieldSpecified = value; | |
2836 this.RaisePropertyChanged("DefaultValuesQueryBasedSpecified"); | |
2837 } | |
2838 } | |
2839 | |
2840 /// <remarks/> | |
2841 [System.Xml.Serialization.XmlArrayAttribute(Order=12)] | |
2842 [System.Xml.Serialization.XmlArrayItemAttribute("Value")] | |
2843 public string[] DefaultValues { | |
2844 get { | |
2845 return this.defaultValuesField; | |
2846 } | |
2847 set { | |
2848 this.defaultValuesField = value; | |
2849 this.RaisePropertyChanged("DefaultValues"); | |
2850 } | |
2851 } | |
2852 | |
2853 /// <remarks/> | |
2854 [System.Xml.Serialization.XmlElementAttribute(Order=13)] | |
2855 public string ParameterStateName { | |
2856 get { | |
2857 return this.parameterStateNameField; | |
2858 } | |
2859 set { | |
2860 this.parameterStateNameField = value; | |
2861 this.RaisePropertyChanged("ParameterStateName"); | |
2862 } | |
2863 } | |
2864 | |
2865 /// <remarks/> | |
2866 [System.Xml.Serialization.XmlElementAttribute(Order=14)] | |
2867 public string ErrorMessage { | |
2868 get { | |
2869 return this.errorMessageField; | |
2870 } | |
2871 set { | |
2872 this.errorMessageField = value; | |
2873 this.RaisePropertyChanged("ErrorMessage"); | |
2874 } | |
2875 } | |
2876 | |
2877 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2878 | |
2879 protected void RaisePropertyChanged(string propertyName) { | |
2880 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2881 if ((propertyChanged != null)) { | |
2882 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2883 } | |
2884 } | |
2885 } | |
2886 | |
2887 /// <remarks/> | |
2888 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2889 [System.SerializableAttribute()] | |
2890 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2891 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2892 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2893 public partial class ValidValue : object, System.ComponentModel.INotifyPropertyChanged { | |
2894 | |
2895 private string labelField; | |
2896 | |
2897 private string valueField; | |
2898 | |
2899 /// <remarks/> | |
2900 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2901 public string Label { | |
2902 get { | |
2903 return this.labelField; | |
2904 } | |
2905 set { | |
2906 this.labelField = value; | |
2907 this.RaisePropertyChanged("Label"); | |
2908 } | |
2909 } | |
2910 | |
2911 /// <remarks/> | |
2912 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2913 public string Value { | |
2914 get { | |
2915 return this.valueField; | |
2916 } | |
2917 set { | |
2918 this.valueField = value; | |
2919 this.RaisePropertyChanged("Value"); | |
2920 } | |
2921 } | |
2922 | |
2923 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
2924 | |
2925 protected void RaisePropertyChanged(string propertyName) { | |
2926 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
2927 if ((propertyChanged != null)) { | |
2928 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
2929 } | |
2930 } | |
2931 } | |
2932 | |
2933 /// <remarks/> | |
2934 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
2935 [System.SerializableAttribute()] | |
2936 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
2937 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
2938 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
2939 public partial class Schedule : object, System.ComponentModel.INotifyPropertyChanged { | |
2940 | |
2941 private string scheduleIDField; | |
2942 | |
2943 private string nameField; | |
2944 | |
2945 private ScheduleDefinition definitionField; | |
2946 | |
2947 private string descriptionField; | |
2948 | |
2949 private string creatorField; | |
2950 | |
2951 private System.DateTime nextRunTimeField; | |
2952 | |
2953 private bool nextRunTimeFieldSpecified; | |
2954 | |
2955 private System.DateTime lastRunTimeField; | |
2956 | |
2957 private bool lastRunTimeFieldSpecified; | |
2958 | |
2959 private bool referencesPresentField; | |
2960 | |
2961 private string scheduleStateNameField; | |
2962 | |
2963 /// <remarks/> | |
2964 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
2965 public string ScheduleID { | |
2966 get { | |
2967 return this.scheduleIDField; | |
2968 } | |
2969 set { | |
2970 this.scheduleIDField = value; | |
2971 this.RaisePropertyChanged("ScheduleID"); | |
2972 } | |
2973 } | |
2974 | |
2975 /// <remarks/> | |
2976 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
2977 public string Name { | |
2978 get { | |
2979 return this.nameField; | |
2980 } | |
2981 set { | |
2982 this.nameField = value; | |
2983 this.RaisePropertyChanged("Name"); | |
2984 } | |
2985 } | |
2986 | |
2987 /// <remarks/> | |
2988 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
2989 public ScheduleDefinition Definition { | |
2990 get { | |
2991 return this.definitionField; | |
2992 } | |
2993 set { | |
2994 this.definitionField = value; | |
2995 this.RaisePropertyChanged("Definition"); | |
2996 } | |
2997 } | |
2998 | |
2999 /// <remarks/> | |
3000 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
3001 public string Description { | |
3002 get { | |
3003 return this.descriptionField; | |
3004 } | |
3005 set { | |
3006 this.descriptionField = value; | |
3007 this.RaisePropertyChanged("Description"); | |
3008 } | |
3009 } | |
3010 | |
3011 /// <remarks/> | |
3012 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
3013 public string Creator { | |
3014 get { | |
3015 return this.creatorField; | |
3016 } | |
3017 set { | |
3018 this.creatorField = value; | |
3019 this.RaisePropertyChanged("Creator"); | |
3020 } | |
3021 } | |
3022 | |
3023 /// <remarks/> | |
3024 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
3025 public System.DateTime NextRunTime { | |
3026 get { | |
3027 return this.nextRunTimeField; | |
3028 } | |
3029 set { | |
3030 this.nextRunTimeField = value; | |
3031 this.RaisePropertyChanged("NextRunTime"); | |
3032 } | |
3033 } | |
3034 | |
3035 /// <remarks/> | |
3036 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
3037 public bool NextRunTimeSpecified { | |
3038 get { | |
3039 return this.nextRunTimeFieldSpecified; | |
3040 } | |
3041 set { | |
3042 this.nextRunTimeFieldSpecified = value; | |
3043 this.RaisePropertyChanged("NextRunTimeSpecified"); | |
3044 } | |
3045 } | |
3046 | |
3047 /// <remarks/> | |
3048 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
3049 public System.DateTime LastRunTime { | |
3050 get { | |
3051 return this.lastRunTimeField; | |
3052 } | |
3053 set { | |
3054 this.lastRunTimeField = value; | |
3055 this.RaisePropertyChanged("LastRunTime"); | |
3056 } | |
3057 } | |
3058 | |
3059 /// <remarks/> | |
3060 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
3061 public bool LastRunTimeSpecified { | |
3062 get { | |
3063 return this.lastRunTimeFieldSpecified; | |
3064 } | |
3065 set { | |
3066 this.lastRunTimeFieldSpecified = value; | |
3067 this.RaisePropertyChanged("LastRunTimeSpecified"); | |
3068 } | |
3069 } | |
3070 | |
3071 /// <remarks/> | |
3072 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
3073 public bool ReferencesPresent { | |
3074 get { | |
3075 return this.referencesPresentField; | |
3076 } | |
3077 set { | |
3078 this.referencesPresentField = value; | |
3079 this.RaisePropertyChanged("ReferencesPresent"); | |
3080 } | |
3081 } | |
3082 | |
3083 /// <remarks/> | |
3084 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
3085 public string ScheduleStateName { | |
3086 get { | |
3087 return this.scheduleStateNameField; | |
3088 } | |
3089 set { | |
3090 this.scheduleStateNameField = value; | |
3091 this.RaisePropertyChanged("ScheduleStateName"); | |
3092 } | |
3093 } | |
3094 | |
3095 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3096 | |
3097 protected void RaisePropertyChanged(string propertyName) { | |
3098 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3099 if ((propertyChanged != null)) { | |
3100 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3101 } | |
3102 } | |
3103 } | |
3104 | |
3105 /// <remarks/> | |
3106 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3107 [System.SerializableAttribute()] | |
3108 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3109 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3110 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3111 public partial class ModelPerspective : object, System.ComponentModel.INotifyPropertyChanged { | |
3112 | |
3113 private string idField; | |
3114 | |
3115 private string nameField; | |
3116 | |
3117 private string descriptionField; | |
3118 | |
3119 /// <remarks/> | |
3120 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3121 public string ID { | |
3122 get { | |
3123 return this.idField; | |
3124 } | |
3125 set { | |
3126 this.idField = value; | |
3127 this.RaisePropertyChanged("ID"); | |
3128 } | |
3129 } | |
3130 | |
3131 /// <remarks/> | |
3132 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3133 public string Name { | |
3134 get { | |
3135 return this.nameField; | |
3136 } | |
3137 set { | |
3138 this.nameField = value; | |
3139 this.RaisePropertyChanged("Name"); | |
3140 } | |
3141 } | |
3142 | |
3143 /// <remarks/> | |
3144 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3145 public string Description { | |
3146 get { | |
3147 return this.descriptionField; | |
3148 } | |
3149 set { | |
3150 this.descriptionField = value; | |
3151 this.RaisePropertyChanged("Description"); | |
3152 } | |
3153 } | |
3154 | |
3155 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3156 | |
3157 protected void RaisePropertyChanged(string propertyName) { | |
3158 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3159 if ((propertyChanged != null)) { | |
3160 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3161 } | |
3162 } | |
3163 } | |
3164 | |
3165 /// <remarks/> | |
3166 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3167 [System.SerializableAttribute()] | |
3168 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3169 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3170 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3171 public partial class ModelCatalogItem : object, System.ComponentModel.INotifyPropertyChanged { | |
3172 | |
3173 private string modelField; | |
3174 | |
3175 private string descriptionField; | |
3176 | |
3177 private ModelPerspective[] perspectivesField; | |
3178 | |
3179 /// <remarks/> | |
3180 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3181 public string Model { | |
3182 get { | |
3183 return this.modelField; | |
3184 } | |
3185 set { | |
3186 this.modelField = value; | |
3187 this.RaisePropertyChanged("Model"); | |
3188 } | |
3189 } | |
3190 | |
3191 /// <remarks/> | |
3192 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3193 public string Description { | |
3194 get { | |
3195 return this.descriptionField; | |
3196 } | |
3197 set { | |
3198 this.descriptionField = value; | |
3199 this.RaisePropertyChanged("Description"); | |
3200 } | |
3201 } | |
3202 | |
3203 /// <remarks/> | |
3204 [System.Xml.Serialization.XmlArrayAttribute(Order=2)] | |
3205 public ModelPerspective[] Perspectives { | |
3206 get { | |
3207 return this.perspectivesField; | |
3208 } | |
3209 set { | |
3210 this.perspectivesField = value; | |
3211 this.RaisePropertyChanged("Perspectives"); | |
3212 } | |
3213 } | |
3214 | |
3215 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3216 | |
3217 protected void RaisePropertyChanged(string propertyName) { | |
3218 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3219 if ((propertyChanged != null)) { | |
3220 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3221 } | |
3222 } | |
3223 } | |
3224 | |
3225 /// <remarks/> | |
3226 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3227 [System.SerializableAttribute()] | |
3228 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3229 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3230 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3231 public partial class ModelItem : object, System.ComponentModel.INotifyPropertyChanged { | |
3232 | |
3233 private string idField; | |
3234 | |
3235 private string nameField; | |
3236 | |
3237 private string modelItemTypeNameField; | |
3238 | |
3239 private string descriptionField; | |
3240 | |
3241 private ModelItem[] modelItemsField; | |
3242 | |
3243 /// <remarks/> | |
3244 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3245 public string ID { | |
3246 get { | |
3247 return this.idField; | |
3248 } | |
3249 set { | |
3250 this.idField = value; | |
3251 this.RaisePropertyChanged("ID"); | |
3252 } | |
3253 } | |
3254 | |
3255 /// <remarks/> | |
3256 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3257 public string Name { | |
3258 get { | |
3259 return this.nameField; | |
3260 } | |
3261 set { | |
3262 this.nameField = value; | |
3263 this.RaisePropertyChanged("Name"); | |
3264 } | |
3265 } | |
3266 | |
3267 /// <remarks/> | |
3268 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3269 public string ModelItemTypeName { | |
3270 get { | |
3271 return this.modelItemTypeNameField; | |
3272 } | |
3273 set { | |
3274 this.modelItemTypeNameField = value; | |
3275 this.RaisePropertyChanged("ModelItemTypeName"); | |
3276 } | |
3277 } | |
3278 | |
3279 /// <remarks/> | |
3280 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
3281 public string Description { | |
3282 get { | |
3283 return this.descriptionField; | |
3284 } | |
3285 set { | |
3286 this.descriptionField = value; | |
3287 this.RaisePropertyChanged("Description"); | |
3288 } | |
3289 } | |
3290 | |
3291 /// <remarks/> | |
3292 [System.Xml.Serialization.XmlArrayAttribute(Order=4)] | |
3293 public ModelItem[] ModelItems { | |
3294 get { | |
3295 return this.modelItemsField; | |
3296 } | |
3297 set { | |
3298 this.modelItemsField = value; | |
3299 this.RaisePropertyChanged("ModelItems"); | |
3300 } | |
3301 } | |
3302 | |
3303 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3304 | |
3305 protected void RaisePropertyChanged(string propertyName) { | |
3306 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3307 if ((propertyChanged != null)) { | |
3308 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3309 } | |
3310 } | |
3311 } | |
3312 | |
3313 /// <remarks/> | |
3314 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3315 [System.SerializableAttribute()] | |
3316 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3317 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3318 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3319 public partial class ModelDrillthroughReport : object, System.ComponentModel.INotifyPropertyChanged { | |
3320 | |
3321 private string pathField; | |
3322 | |
3323 private DrillthroughType typeField; | |
3324 | |
3325 /// <remarks/> | |
3326 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3327 public string Path { | |
3328 get { | |
3329 return this.pathField; | |
3330 } | |
3331 set { | |
3332 this.pathField = value; | |
3333 this.RaisePropertyChanged("Path"); | |
3334 } | |
3335 } | |
3336 | |
3337 /// <remarks/> | |
3338 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3339 public DrillthroughType Type { | |
3340 get { | |
3341 return this.typeField; | |
3342 } | |
3343 set { | |
3344 this.typeField = value; | |
3345 this.RaisePropertyChanged("Type"); | |
3346 } | |
3347 } | |
3348 | |
3349 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3350 | |
3351 protected void RaisePropertyChanged(string propertyName) { | |
3352 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3353 if ((propertyChanged != null)) { | |
3354 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3355 } | |
3356 } | |
3357 } | |
3358 | |
3359 /// <remarks/> | |
3360 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3361 [System.SerializableAttribute()] | |
3362 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3363 public enum DrillthroughType { | |
3364 | |
3365 /// <remarks/> | |
3366 Detail, | |
3367 | |
3368 /// <remarks/> | |
3369 List, | |
3370 } | |
3371 | |
3372 /// <remarks/> | |
3373 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3374 [System.SerializableAttribute()] | |
3375 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3376 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3377 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3378 public partial class DataSourcePrompt : object, System.ComponentModel.INotifyPropertyChanged { | |
3379 | |
3380 private string nameField; | |
3381 | |
3382 private string dataSourceIDField; | |
3383 | |
3384 private string promptField; | |
3385 | |
3386 /// <remarks/> | |
3387 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3388 public string Name { | |
3389 get { | |
3390 return this.nameField; | |
3391 } | |
3392 set { | |
3393 this.nameField = value; | |
3394 this.RaisePropertyChanged("Name"); | |
3395 } | |
3396 } | |
3397 | |
3398 /// <remarks/> | |
3399 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3400 public string DataSourceID { | |
3401 get { | |
3402 return this.dataSourceIDField; | |
3403 } | |
3404 set { | |
3405 this.dataSourceIDField = value; | |
3406 this.RaisePropertyChanged("DataSourceID"); | |
3407 } | |
3408 } | |
3409 | |
3410 /// <remarks/> | |
3411 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3412 public string Prompt { | |
3413 get { | |
3414 return this.promptField; | |
3415 } | |
3416 set { | |
3417 this.promptField = value; | |
3418 this.RaisePropertyChanged("Prompt"); | |
3419 } | |
3420 } | |
3421 | |
3422 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3423 | |
3424 protected void RaisePropertyChanged(string propertyName) { | |
3425 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3426 if ((propertyChanged != null)) { | |
3427 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3428 } | |
3429 } | |
3430 } | |
3431 | |
3432 /// <remarks/> | |
3433 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3434 [System.SerializableAttribute()] | |
3435 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3436 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3437 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3438 public partial class Policy : object, System.ComponentModel.INotifyPropertyChanged { | |
3439 | |
3440 private string groupUserNameField; | |
3441 | |
3442 private Role[] rolesField; | |
3443 | |
3444 /// <remarks/> | |
3445 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3446 public string GroupUserName { | |
3447 get { | |
3448 return this.groupUserNameField; | |
3449 } | |
3450 set { | |
3451 this.groupUserNameField = value; | |
3452 this.RaisePropertyChanged("GroupUserName"); | |
3453 } | |
3454 } | |
3455 | |
3456 /// <remarks/> | |
3457 [System.Xml.Serialization.XmlArrayAttribute(Order=1)] | |
3458 public Role[] Roles { | |
3459 get { | |
3460 return this.rolesField; | |
3461 } | |
3462 set { | |
3463 this.rolesField = value; | |
3464 this.RaisePropertyChanged("Roles"); | |
3465 } | |
3466 } | |
3467 | |
3468 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3469 | |
3470 protected void RaisePropertyChanged(string propertyName) { | |
3471 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3472 if ((propertyChanged != null)) { | |
3473 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3474 } | |
3475 } | |
3476 } | |
3477 | |
3478 /// <remarks/> | |
3479 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3480 [System.SerializableAttribute()] | |
3481 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3482 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3483 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3484 public partial class Role : object, System.ComponentModel.INotifyPropertyChanged { | |
3485 | |
3486 private string nameField; | |
3487 | |
3488 private string descriptionField; | |
3489 | |
3490 /// <remarks/> | |
3491 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3492 public string Name { | |
3493 get { | |
3494 return this.nameField; | |
3495 } | |
3496 set { | |
3497 this.nameField = value; | |
3498 this.RaisePropertyChanged("Name"); | |
3499 } | |
3500 } | |
3501 | |
3502 /// <remarks/> | |
3503 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3504 public string Description { | |
3505 get { | |
3506 return this.descriptionField; | |
3507 } | |
3508 set { | |
3509 this.descriptionField = value; | |
3510 this.RaisePropertyChanged("Description"); | |
3511 } | |
3512 } | |
3513 | |
3514 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3515 | |
3516 protected void RaisePropertyChanged(string propertyName) { | |
3517 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3518 if ((propertyChanged != null)) { | |
3519 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3520 } | |
3521 } | |
3522 } | |
3523 | |
3524 /// <remarks/> | |
3525 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3526 [System.SerializableAttribute()] | |
3527 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3528 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3529 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3530 public partial class Task : object, System.ComponentModel.INotifyPropertyChanged { | |
3531 | |
3532 private string taskIDField; | |
3533 | |
3534 private string nameField; | |
3535 | |
3536 private string descriptionField; | |
3537 | |
3538 /// <remarks/> | |
3539 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3540 public string TaskID { | |
3541 get { | |
3542 return this.taskIDField; | |
3543 } | |
3544 set { | |
3545 this.taskIDField = value; | |
3546 this.RaisePropertyChanged("TaskID"); | |
3547 } | |
3548 } | |
3549 | |
3550 /// <remarks/> | |
3551 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3552 public string Name { | |
3553 get { | |
3554 return this.nameField; | |
3555 } | |
3556 set { | |
3557 this.nameField = value; | |
3558 this.RaisePropertyChanged("Name"); | |
3559 } | |
3560 } | |
3561 | |
3562 /// <remarks/> | |
3563 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3564 public string Description { | |
3565 get { | |
3566 return this.descriptionField; | |
3567 } | |
3568 set { | |
3569 this.descriptionField = value; | |
3570 this.RaisePropertyChanged("Description"); | |
3571 } | |
3572 } | |
3573 | |
3574 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3575 | |
3576 protected void RaisePropertyChanged(string propertyName) { | |
3577 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3578 if ((propertyChanged != null)) { | |
3579 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3580 } | |
3581 } | |
3582 } | |
3583 | |
3584 /// <remarks/> | |
3585 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3586 [System.SerializableAttribute()] | |
3587 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3588 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3589 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3590 public partial class DataSource : object, System.ComponentModel.INotifyPropertyChanged { | |
3591 | |
3592 private string nameField; | |
3593 | |
3594 private DataSourceDefinitionOrReference itemField; | |
3595 | |
3596 /// <remarks/> | |
3597 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3598 public string Name { | |
3599 get { | |
3600 return this.nameField; | |
3601 } | |
3602 set { | |
3603 this.nameField = value; | |
3604 this.RaisePropertyChanged("Name"); | |
3605 } | |
3606 } | |
3607 | |
3608 /// <remarks/> | |
3609 [System.Xml.Serialization.XmlElementAttribute("DataSourceDefinition", typeof(DataSourceDefinition), Order=1)] | |
3610 [System.Xml.Serialization.XmlElementAttribute("DataSourceReference", typeof(DataSourceReference), Order=1)] | |
3611 [System.Xml.Serialization.XmlElementAttribute("InvalidDataSourceReference", typeof(InvalidDataSourceReference), Order=1)] | |
3612 public DataSourceDefinitionOrReference Item { | |
3613 get { | |
3614 return this.itemField; | |
3615 } | |
3616 set { | |
3617 this.itemField = value; | |
3618 this.RaisePropertyChanged("Item"); | |
3619 } | |
3620 } | |
3621 | |
3622 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3623 | |
3624 protected void RaisePropertyChanged(string propertyName) { | |
3625 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3626 if ((propertyChanged != null)) { | |
3627 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3628 } | |
3629 } | |
3630 } | |
3631 | |
3632 /// <remarks/> | |
3633 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3634 [System.SerializableAttribute()] | |
3635 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3636 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3637 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3638 public partial class DataSourceDefinition : DataSourceDefinitionOrReference { | |
3639 | |
3640 private string extensionField; | |
3641 | |
3642 private string connectStringField; | |
3643 | |
3644 private bool useOriginalConnectStringField; | |
3645 | |
3646 private bool originalConnectStringExpressionBasedField; | |
3647 | |
3648 private CredentialRetrievalEnum credentialRetrievalField; | |
3649 | |
3650 private bool windowsCredentialsField; | |
3651 | |
3652 private bool impersonateUserField; | |
3653 | |
3654 private bool impersonateUserFieldSpecified; | |
3655 | |
3656 private string promptField; | |
3657 | |
3658 private string userNameField; | |
3659 | |
3660 private string passwordField; | |
3661 | |
3662 private bool enabledField; | |
3663 | |
3664 private bool enabledFieldSpecified; | |
3665 | |
3666 /// <remarks/> | |
3667 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3668 public string Extension { | |
3669 get { | |
3670 return this.extensionField; | |
3671 } | |
3672 set { | |
3673 this.extensionField = value; | |
3674 this.RaisePropertyChanged("Extension"); | |
3675 } | |
3676 } | |
3677 | |
3678 /// <remarks/> | |
3679 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3680 public string ConnectString { | |
3681 get { | |
3682 return this.connectStringField; | |
3683 } | |
3684 set { | |
3685 this.connectStringField = value; | |
3686 this.RaisePropertyChanged("ConnectString"); | |
3687 } | |
3688 } | |
3689 | |
3690 /// <remarks/> | |
3691 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3692 public bool UseOriginalConnectString { | |
3693 get { | |
3694 return this.useOriginalConnectStringField; | |
3695 } | |
3696 set { | |
3697 this.useOriginalConnectStringField = value; | |
3698 this.RaisePropertyChanged("UseOriginalConnectString"); | |
3699 } | |
3700 } | |
3701 | |
3702 /// <remarks/> | |
3703 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
3704 public bool OriginalConnectStringExpressionBased { | |
3705 get { | |
3706 return this.originalConnectStringExpressionBasedField; | |
3707 } | |
3708 set { | |
3709 this.originalConnectStringExpressionBasedField = value; | |
3710 this.RaisePropertyChanged("OriginalConnectStringExpressionBased"); | |
3711 } | |
3712 } | |
3713 | |
3714 /// <remarks/> | |
3715 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
3716 public CredentialRetrievalEnum CredentialRetrieval { | |
3717 get { | |
3718 return this.credentialRetrievalField; | |
3719 } | |
3720 set { | |
3721 this.credentialRetrievalField = value; | |
3722 this.RaisePropertyChanged("CredentialRetrieval"); | |
3723 } | |
3724 } | |
3725 | |
3726 /// <remarks/> | |
3727 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
3728 public bool WindowsCredentials { | |
3729 get { | |
3730 return this.windowsCredentialsField; | |
3731 } | |
3732 set { | |
3733 this.windowsCredentialsField = value; | |
3734 this.RaisePropertyChanged("WindowsCredentials"); | |
3735 } | |
3736 } | |
3737 | |
3738 /// <remarks/> | |
3739 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
3740 public bool ImpersonateUser { | |
3741 get { | |
3742 return this.impersonateUserField; | |
3743 } | |
3744 set { | |
3745 this.impersonateUserField = value; | |
3746 this.RaisePropertyChanged("ImpersonateUser"); | |
3747 } | |
3748 } | |
3749 | |
3750 /// <remarks/> | |
3751 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
3752 public bool ImpersonateUserSpecified { | |
3753 get { | |
3754 return this.impersonateUserFieldSpecified; | |
3755 } | |
3756 set { | |
3757 this.impersonateUserFieldSpecified = value; | |
3758 this.RaisePropertyChanged("ImpersonateUserSpecified"); | |
3759 } | |
3760 } | |
3761 | |
3762 /// <remarks/> | |
3763 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
3764 public string Prompt { | |
3765 get { | |
3766 return this.promptField; | |
3767 } | |
3768 set { | |
3769 this.promptField = value; | |
3770 this.RaisePropertyChanged("Prompt"); | |
3771 } | |
3772 } | |
3773 | |
3774 /// <remarks/> | |
3775 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
3776 public string UserName { | |
3777 get { | |
3778 return this.userNameField; | |
3779 } | |
3780 set { | |
3781 this.userNameField = value; | |
3782 this.RaisePropertyChanged("UserName"); | |
3783 } | |
3784 } | |
3785 | |
3786 /// <remarks/> | |
3787 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
3788 public string Password { | |
3789 get { | |
3790 return this.passwordField; | |
3791 } | |
3792 set { | |
3793 this.passwordField = value; | |
3794 this.RaisePropertyChanged("Password"); | |
3795 } | |
3796 } | |
3797 | |
3798 /// <remarks/> | |
3799 [System.Xml.Serialization.XmlElementAttribute(Order=10)] | |
3800 public bool Enabled { | |
3801 get { | |
3802 return this.enabledField; | |
3803 } | |
3804 set { | |
3805 this.enabledField = value; | |
3806 this.RaisePropertyChanged("Enabled"); | |
3807 } | |
3808 } | |
3809 | |
3810 /// <remarks/> | |
3811 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
3812 public bool EnabledSpecified { | |
3813 get { | |
3814 return this.enabledFieldSpecified; | |
3815 } | |
3816 set { | |
3817 this.enabledFieldSpecified = value; | |
3818 this.RaisePropertyChanged("EnabledSpecified"); | |
3819 } | |
3820 } | |
3821 } | |
3822 | |
3823 /// <remarks/> | |
3824 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3825 [System.SerializableAttribute()] | |
3826 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3827 public enum CredentialRetrievalEnum { | |
3828 | |
3829 /// <remarks/> | |
3830 Prompt, | |
3831 | |
3832 /// <remarks/> | |
3833 Store, | |
3834 | |
3835 /// <remarks/> | |
3836 Integrated, | |
3837 | |
3838 /// <remarks/> | |
3839 None, | |
3840 } | |
3841 | |
3842 /// <remarks/> | |
3843 [System.Xml.Serialization.XmlIncludeAttribute(typeof(DataSourceReference))] | |
3844 [System.Xml.Serialization.XmlIncludeAttribute(typeof(InvalidDataSourceReference))] | |
3845 [System.Xml.Serialization.XmlIncludeAttribute(typeof(DataSourceDefinition))] | |
3846 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3847 [System.SerializableAttribute()] | |
3848 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3849 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3850 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3851 public partial class DataSourceDefinitionOrReference : object, System.ComponentModel.INotifyPropertyChanged { | |
3852 | |
3853 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
3854 | |
3855 protected void RaisePropertyChanged(string propertyName) { | |
3856 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
3857 if ((propertyChanged != null)) { | |
3858 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
3859 } | |
3860 } | |
3861 } | |
3862 | |
3863 /// <remarks/> | |
3864 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3865 [System.SerializableAttribute()] | |
3866 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3867 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3868 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3869 public partial class DataSourceReference : DataSourceDefinitionOrReference { | |
3870 | |
3871 private string referenceField; | |
3872 | |
3873 /// <remarks/> | |
3874 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3875 public string Reference { | |
3876 get { | |
3877 return this.referenceField; | |
3878 } | |
3879 set { | |
3880 this.referenceField = value; | |
3881 this.RaisePropertyChanged("Reference"); | |
3882 } | |
3883 } | |
3884 } | |
3885 | |
3886 /// <remarks/> | |
3887 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3888 [System.SerializableAttribute()] | |
3889 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3890 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3891 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3892 public partial class InvalidDataSourceReference : DataSourceDefinitionOrReference { | |
3893 } | |
3894 | |
3895 /// <remarks/> | |
3896 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
3897 [System.SerializableAttribute()] | |
3898 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
3899 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
3900 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
3901 public partial class Subscription : object, System.ComponentModel.INotifyPropertyChanged { | |
3902 | |
3903 private string subscriptionIDField; | |
3904 | |
3905 private string ownerField; | |
3906 | |
3907 private string pathField; | |
3908 | |
3909 private string virtualPathField; | |
3910 | |
3911 private string reportField; | |
3912 | |
3913 private ExtensionSettings deliverySettingsField; | |
3914 | |
3915 private string descriptionField; | |
3916 | |
3917 private string statusField; | |
3918 | |
3919 private ActiveState activeField; | |
3920 | |
3921 private System.DateTime lastExecutedField; | |
3922 | |
3923 private bool lastExecutedFieldSpecified; | |
3924 | |
3925 private string modifiedByField; | |
3926 | |
3927 private System.DateTime modifiedDateField; | |
3928 | |
3929 private string eventTypeField; | |
3930 | |
3931 private bool isDataDrivenField; | |
3932 | |
3933 /// <remarks/> | |
3934 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
3935 public string SubscriptionID { | |
3936 get { | |
3937 return this.subscriptionIDField; | |
3938 } | |
3939 set { | |
3940 this.subscriptionIDField = value; | |
3941 this.RaisePropertyChanged("SubscriptionID"); | |
3942 } | |
3943 } | |
3944 | |
3945 /// <remarks/> | |
3946 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
3947 public string Owner { | |
3948 get { | |
3949 return this.ownerField; | |
3950 } | |
3951 set { | |
3952 this.ownerField = value; | |
3953 this.RaisePropertyChanged("Owner"); | |
3954 } | |
3955 } | |
3956 | |
3957 /// <remarks/> | |
3958 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
3959 public string Path { | |
3960 get { | |
3961 return this.pathField; | |
3962 } | |
3963 set { | |
3964 this.pathField = value; | |
3965 this.RaisePropertyChanged("Path"); | |
3966 } | |
3967 } | |
3968 | |
3969 /// <remarks/> | |
3970 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
3971 public string VirtualPath { | |
3972 get { | |
3973 return this.virtualPathField; | |
3974 } | |
3975 set { | |
3976 this.virtualPathField = value; | |
3977 this.RaisePropertyChanged("VirtualPath"); | |
3978 } | |
3979 } | |
3980 | |
3981 /// <remarks/> | |
3982 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
3983 public string Report { | |
3984 get { | |
3985 return this.reportField; | |
3986 } | |
3987 set { | |
3988 this.reportField = value; | |
3989 this.RaisePropertyChanged("Report"); | |
3990 } | |
3991 } | |
3992 | |
3993 /// <remarks/> | |
3994 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
3995 public ExtensionSettings DeliverySettings { | |
3996 get { | |
3997 return this.deliverySettingsField; | |
3998 } | |
3999 set { | |
4000 this.deliverySettingsField = value; | |
4001 this.RaisePropertyChanged("DeliverySettings"); | |
4002 } | |
4003 } | |
4004 | |
4005 /// <remarks/> | |
4006 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
4007 public string Description { | |
4008 get { | |
4009 return this.descriptionField; | |
4010 } | |
4011 set { | |
4012 this.descriptionField = value; | |
4013 this.RaisePropertyChanged("Description"); | |
4014 } | |
4015 } | |
4016 | |
4017 /// <remarks/> | |
4018 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
4019 public string Status { | |
4020 get { | |
4021 return this.statusField; | |
4022 } | |
4023 set { | |
4024 this.statusField = value; | |
4025 this.RaisePropertyChanged("Status"); | |
4026 } | |
4027 } | |
4028 | |
4029 /// <remarks/> | |
4030 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
4031 public ActiveState Active { | |
4032 get { | |
4033 return this.activeField; | |
4034 } | |
4035 set { | |
4036 this.activeField = value; | |
4037 this.RaisePropertyChanged("Active"); | |
4038 } | |
4039 } | |
4040 | |
4041 /// <remarks/> | |
4042 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
4043 public System.DateTime LastExecuted { | |
4044 get { | |
4045 return this.lastExecutedField; | |
4046 } | |
4047 set { | |
4048 this.lastExecutedField = value; | |
4049 this.RaisePropertyChanged("LastExecuted"); | |
4050 } | |
4051 } | |
4052 | |
4053 /// <remarks/> | |
4054 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4055 public bool LastExecutedSpecified { | |
4056 get { | |
4057 return this.lastExecutedFieldSpecified; | |
4058 } | |
4059 set { | |
4060 this.lastExecutedFieldSpecified = value; | |
4061 this.RaisePropertyChanged("LastExecutedSpecified"); | |
4062 } | |
4063 } | |
4064 | |
4065 /// <remarks/> | |
4066 [System.Xml.Serialization.XmlElementAttribute(Order=10)] | |
4067 public string ModifiedBy { | |
4068 get { | |
4069 return this.modifiedByField; | |
4070 } | |
4071 set { | |
4072 this.modifiedByField = value; | |
4073 this.RaisePropertyChanged("ModifiedBy"); | |
4074 } | |
4075 } | |
4076 | |
4077 /// <remarks/> | |
4078 [System.Xml.Serialization.XmlElementAttribute(Order=11)] | |
4079 public System.DateTime ModifiedDate { | |
4080 get { | |
4081 return this.modifiedDateField; | |
4082 } | |
4083 set { | |
4084 this.modifiedDateField = value; | |
4085 this.RaisePropertyChanged("ModifiedDate"); | |
4086 } | |
4087 } | |
4088 | |
4089 /// <remarks/> | |
4090 [System.Xml.Serialization.XmlElementAttribute(Order=12)] | |
4091 public string EventType { | |
4092 get { | |
4093 return this.eventTypeField; | |
4094 } | |
4095 set { | |
4096 this.eventTypeField = value; | |
4097 this.RaisePropertyChanged("EventType"); | |
4098 } | |
4099 } | |
4100 | |
4101 /// <remarks/> | |
4102 [System.Xml.Serialization.XmlElementAttribute(Order=13)] | |
4103 public bool IsDataDriven { | |
4104 get { | |
4105 return this.isDataDrivenField; | |
4106 } | |
4107 set { | |
4108 this.isDataDrivenField = value; | |
4109 this.RaisePropertyChanged("IsDataDriven"); | |
4110 } | |
4111 } | |
4112 | |
4113 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4114 | |
4115 protected void RaisePropertyChanged(string propertyName) { | |
4116 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4117 if ((propertyChanged != null)) { | |
4118 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4119 } | |
4120 } | |
4121 } | |
4122 | |
4123 /// <remarks/> | |
4124 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4125 [System.SerializableAttribute()] | |
4126 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4127 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4128 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4129 public partial class ExtensionSettings : object, System.ComponentModel.INotifyPropertyChanged { | |
4130 | |
4131 private string extensionField; | |
4132 | |
4133 private ParameterValueOrFieldReference[] parameterValuesField; | |
4134 | |
4135 /// <remarks/> | |
4136 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4137 public string Extension { | |
4138 get { | |
4139 return this.extensionField; | |
4140 } | |
4141 set { | |
4142 this.extensionField = value; | |
4143 this.RaisePropertyChanged("Extension"); | |
4144 } | |
4145 } | |
4146 | |
4147 /// <remarks/> | |
4148 [System.Xml.Serialization.XmlArrayAttribute(Order=1)] | |
4149 [System.Xml.Serialization.XmlArrayItemAttribute(typeof(ParameterFieldReference))] | |
4150 [System.Xml.Serialization.XmlArrayItemAttribute(typeof(ParameterValue))] | |
4151 public ParameterValueOrFieldReference[] ParameterValues { | |
4152 get { | |
4153 return this.parameterValuesField; | |
4154 } | |
4155 set { | |
4156 this.parameterValuesField = value; | |
4157 this.RaisePropertyChanged("ParameterValues"); | |
4158 } | |
4159 } | |
4160 | |
4161 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4162 | |
4163 protected void RaisePropertyChanged(string propertyName) { | |
4164 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4165 if ((propertyChanged != null)) { | |
4166 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4167 } | |
4168 } | |
4169 } | |
4170 | |
4171 /// <remarks/> | |
4172 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4173 [System.SerializableAttribute()] | |
4174 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4175 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4176 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4177 public partial class ParameterFieldReference : ParameterValueOrFieldReference { | |
4178 | |
4179 private string parameterNameField; | |
4180 | |
4181 private string fieldAliasField; | |
4182 | |
4183 /// <remarks/> | |
4184 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4185 public string ParameterName { | |
4186 get { | |
4187 return this.parameterNameField; | |
4188 } | |
4189 set { | |
4190 this.parameterNameField = value; | |
4191 this.RaisePropertyChanged("ParameterName"); | |
4192 } | |
4193 } | |
4194 | |
4195 /// <remarks/> | |
4196 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4197 public string FieldAlias { | |
4198 get { | |
4199 return this.fieldAliasField; | |
4200 } | |
4201 set { | |
4202 this.fieldAliasField = value; | |
4203 this.RaisePropertyChanged("FieldAlias"); | |
4204 } | |
4205 } | |
4206 } | |
4207 | |
4208 /// <remarks/> | |
4209 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ParameterFieldReference))] | |
4210 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ParameterValue))] | |
4211 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4212 [System.SerializableAttribute()] | |
4213 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4214 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4215 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4216 public partial class ParameterValueOrFieldReference : object, System.ComponentModel.INotifyPropertyChanged { | |
4217 | |
4218 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4219 | |
4220 protected void RaisePropertyChanged(string propertyName) { | |
4221 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4222 if ((propertyChanged != null)) { | |
4223 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4224 } | |
4225 } | |
4226 } | |
4227 | |
4228 /// <remarks/> | |
4229 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4230 [System.SerializableAttribute()] | |
4231 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4232 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4233 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4234 public partial class ParameterValue : ParameterValueOrFieldReference { | |
4235 | |
4236 private string nameField; | |
4237 | |
4238 private string valueField; | |
4239 | |
4240 private string labelField; | |
4241 | |
4242 /// <remarks/> | |
4243 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4244 public string Name { | |
4245 get { | |
4246 return this.nameField; | |
4247 } | |
4248 set { | |
4249 this.nameField = value; | |
4250 this.RaisePropertyChanged("Name"); | |
4251 } | |
4252 } | |
4253 | |
4254 /// <remarks/> | |
4255 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4256 public string Value { | |
4257 get { | |
4258 return this.valueField; | |
4259 } | |
4260 set { | |
4261 this.valueField = value; | |
4262 this.RaisePropertyChanged("Value"); | |
4263 } | |
4264 } | |
4265 | |
4266 /// <remarks/> | |
4267 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
4268 public string Label { | |
4269 get { | |
4270 return this.labelField; | |
4271 } | |
4272 set { | |
4273 this.labelField = value; | |
4274 this.RaisePropertyChanged("Label"); | |
4275 } | |
4276 } | |
4277 } | |
4278 | |
4279 /// <remarks/> | |
4280 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4281 [System.SerializableAttribute()] | |
4282 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4283 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4284 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4285 public partial class ActiveState : object, System.ComponentModel.INotifyPropertyChanged { | |
4286 | |
4287 private bool deliveryExtensionRemovedField; | |
4288 | |
4289 private bool deliveryExtensionRemovedFieldSpecified; | |
4290 | |
4291 private bool sharedDataSourceRemovedField; | |
4292 | |
4293 private bool sharedDataSourceRemovedFieldSpecified; | |
4294 | |
4295 private bool missingParameterValueField; | |
4296 | |
4297 private bool missingParameterValueFieldSpecified; | |
4298 | |
4299 private bool invalidParameterValueField; | |
4300 | |
4301 private bool invalidParameterValueFieldSpecified; | |
4302 | |
4303 private bool unknownReportParameterField; | |
4304 | |
4305 private bool unknownReportParameterFieldSpecified; | |
4306 | |
4307 /// <remarks/> | |
4308 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4309 public bool DeliveryExtensionRemoved { | |
4310 get { | |
4311 return this.deliveryExtensionRemovedField; | |
4312 } | |
4313 set { | |
4314 this.deliveryExtensionRemovedField = value; | |
4315 this.RaisePropertyChanged("DeliveryExtensionRemoved"); | |
4316 } | |
4317 } | |
4318 | |
4319 /// <remarks/> | |
4320 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4321 public bool DeliveryExtensionRemovedSpecified { | |
4322 get { | |
4323 return this.deliveryExtensionRemovedFieldSpecified; | |
4324 } | |
4325 set { | |
4326 this.deliveryExtensionRemovedFieldSpecified = value; | |
4327 this.RaisePropertyChanged("DeliveryExtensionRemovedSpecified"); | |
4328 } | |
4329 } | |
4330 | |
4331 /// <remarks/> | |
4332 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4333 public bool SharedDataSourceRemoved { | |
4334 get { | |
4335 return this.sharedDataSourceRemovedField; | |
4336 } | |
4337 set { | |
4338 this.sharedDataSourceRemovedField = value; | |
4339 this.RaisePropertyChanged("SharedDataSourceRemoved"); | |
4340 } | |
4341 } | |
4342 | |
4343 /// <remarks/> | |
4344 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4345 public bool SharedDataSourceRemovedSpecified { | |
4346 get { | |
4347 return this.sharedDataSourceRemovedFieldSpecified; | |
4348 } | |
4349 set { | |
4350 this.sharedDataSourceRemovedFieldSpecified = value; | |
4351 this.RaisePropertyChanged("SharedDataSourceRemovedSpecified"); | |
4352 } | |
4353 } | |
4354 | |
4355 /// <remarks/> | |
4356 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
4357 public bool MissingParameterValue { | |
4358 get { | |
4359 return this.missingParameterValueField; | |
4360 } | |
4361 set { | |
4362 this.missingParameterValueField = value; | |
4363 this.RaisePropertyChanged("MissingParameterValue"); | |
4364 } | |
4365 } | |
4366 | |
4367 /// <remarks/> | |
4368 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4369 public bool MissingParameterValueSpecified { | |
4370 get { | |
4371 return this.missingParameterValueFieldSpecified; | |
4372 } | |
4373 set { | |
4374 this.missingParameterValueFieldSpecified = value; | |
4375 this.RaisePropertyChanged("MissingParameterValueSpecified"); | |
4376 } | |
4377 } | |
4378 | |
4379 /// <remarks/> | |
4380 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
4381 public bool InvalidParameterValue { | |
4382 get { | |
4383 return this.invalidParameterValueField; | |
4384 } | |
4385 set { | |
4386 this.invalidParameterValueField = value; | |
4387 this.RaisePropertyChanged("InvalidParameterValue"); | |
4388 } | |
4389 } | |
4390 | |
4391 /// <remarks/> | |
4392 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4393 public bool InvalidParameterValueSpecified { | |
4394 get { | |
4395 return this.invalidParameterValueFieldSpecified; | |
4396 } | |
4397 set { | |
4398 this.invalidParameterValueFieldSpecified = value; | |
4399 this.RaisePropertyChanged("InvalidParameterValueSpecified"); | |
4400 } | |
4401 } | |
4402 | |
4403 /// <remarks/> | |
4404 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
4405 public bool UnknownReportParameter { | |
4406 get { | |
4407 return this.unknownReportParameterField; | |
4408 } | |
4409 set { | |
4410 this.unknownReportParameterField = value; | |
4411 this.RaisePropertyChanged("UnknownReportParameter"); | |
4412 } | |
4413 } | |
4414 | |
4415 /// <remarks/> | |
4416 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4417 public bool UnknownReportParameterSpecified { | |
4418 get { | |
4419 return this.unknownReportParameterFieldSpecified; | |
4420 } | |
4421 set { | |
4422 this.unknownReportParameterFieldSpecified = value; | |
4423 this.RaisePropertyChanged("UnknownReportParameterSpecified"); | |
4424 } | |
4425 } | |
4426 | |
4427 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4428 | |
4429 protected void RaisePropertyChanged(string propertyName) { | |
4430 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4431 if ((propertyChanged != null)) { | |
4432 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4433 } | |
4434 } | |
4435 } | |
4436 | |
4437 /// <remarks/> | |
4438 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4439 [System.SerializableAttribute()] | |
4440 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4441 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4442 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4443 public partial class ExtensionParameter : object, System.ComponentModel.INotifyPropertyChanged { | |
4444 | |
4445 private string nameField; | |
4446 | |
4447 private string displayNameField; | |
4448 | |
4449 private bool requiredField; | |
4450 | |
4451 private bool requiredFieldSpecified; | |
4452 | |
4453 private bool readOnlyField; | |
4454 | |
4455 private string valueField; | |
4456 | |
4457 private string errorField; | |
4458 | |
4459 private bool encryptedField; | |
4460 | |
4461 private bool isPasswordField; | |
4462 | |
4463 private ValidValue[] validValuesField; | |
4464 | |
4465 /// <remarks/> | |
4466 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4467 public string Name { | |
4468 get { | |
4469 return this.nameField; | |
4470 } | |
4471 set { | |
4472 this.nameField = value; | |
4473 this.RaisePropertyChanged("Name"); | |
4474 } | |
4475 } | |
4476 | |
4477 /// <remarks/> | |
4478 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4479 public string DisplayName { | |
4480 get { | |
4481 return this.displayNameField; | |
4482 } | |
4483 set { | |
4484 this.displayNameField = value; | |
4485 this.RaisePropertyChanged("DisplayName"); | |
4486 } | |
4487 } | |
4488 | |
4489 /// <remarks/> | |
4490 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
4491 public bool Required { | |
4492 get { | |
4493 return this.requiredField; | |
4494 } | |
4495 set { | |
4496 this.requiredField = value; | |
4497 this.RaisePropertyChanged("Required"); | |
4498 } | |
4499 } | |
4500 | |
4501 /// <remarks/> | |
4502 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4503 public bool RequiredSpecified { | |
4504 get { | |
4505 return this.requiredFieldSpecified; | |
4506 } | |
4507 set { | |
4508 this.requiredFieldSpecified = value; | |
4509 this.RaisePropertyChanged("RequiredSpecified"); | |
4510 } | |
4511 } | |
4512 | |
4513 /// <remarks/> | |
4514 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
4515 public bool ReadOnly { | |
4516 get { | |
4517 return this.readOnlyField; | |
4518 } | |
4519 set { | |
4520 this.readOnlyField = value; | |
4521 this.RaisePropertyChanged("ReadOnly"); | |
4522 } | |
4523 } | |
4524 | |
4525 /// <remarks/> | |
4526 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
4527 public string Value { | |
4528 get { | |
4529 return this.valueField; | |
4530 } | |
4531 set { | |
4532 this.valueField = value; | |
4533 this.RaisePropertyChanged("Value"); | |
4534 } | |
4535 } | |
4536 | |
4537 /// <remarks/> | |
4538 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
4539 public string Error { | |
4540 get { | |
4541 return this.errorField; | |
4542 } | |
4543 set { | |
4544 this.errorField = value; | |
4545 this.RaisePropertyChanged("Error"); | |
4546 } | |
4547 } | |
4548 | |
4549 /// <remarks/> | |
4550 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
4551 public bool Encrypted { | |
4552 get { | |
4553 return this.encryptedField; | |
4554 } | |
4555 set { | |
4556 this.encryptedField = value; | |
4557 this.RaisePropertyChanged("Encrypted"); | |
4558 } | |
4559 } | |
4560 | |
4561 /// <remarks/> | |
4562 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
4563 public bool IsPassword { | |
4564 get { | |
4565 return this.isPasswordField; | |
4566 } | |
4567 set { | |
4568 this.isPasswordField = value; | |
4569 this.RaisePropertyChanged("IsPassword"); | |
4570 } | |
4571 } | |
4572 | |
4573 /// <remarks/> | |
4574 [System.Xml.Serialization.XmlArrayAttribute(Order=8)] | |
4575 [System.Xml.Serialization.XmlArrayItemAttribute("Value")] | |
4576 public ValidValue[] ValidValues { | |
4577 get { | |
4578 return this.validValuesField; | |
4579 } | |
4580 set { | |
4581 this.validValuesField = value; | |
4582 this.RaisePropertyChanged("ValidValues"); | |
4583 } | |
4584 } | |
4585 | |
4586 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4587 | |
4588 protected void RaisePropertyChanged(string propertyName) { | |
4589 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4590 if ((propertyChanged != null)) { | |
4591 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4592 } | |
4593 } | |
4594 } | |
4595 | |
4596 /// <remarks/> | |
4597 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4598 [System.SerializableAttribute()] | |
4599 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4600 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4601 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4602 public partial class QueryDefinition : object, System.ComponentModel.INotifyPropertyChanged { | |
4603 | |
4604 private string commandTypeField; | |
4605 | |
4606 private string commandTextField; | |
4607 | |
4608 private int timeoutField; | |
4609 | |
4610 private bool timeoutFieldSpecified; | |
4611 | |
4612 /// <remarks/> | |
4613 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4614 public string CommandType { | |
4615 get { | |
4616 return this.commandTypeField; | |
4617 } | |
4618 set { | |
4619 this.commandTypeField = value; | |
4620 this.RaisePropertyChanged("CommandType"); | |
4621 } | |
4622 } | |
4623 | |
4624 /// <remarks/> | |
4625 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4626 public string CommandText { | |
4627 get { | |
4628 return this.commandTextField; | |
4629 } | |
4630 set { | |
4631 this.commandTextField = value; | |
4632 this.RaisePropertyChanged("CommandText"); | |
4633 } | |
4634 } | |
4635 | |
4636 /// <remarks/> | |
4637 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
4638 public int Timeout { | |
4639 get { | |
4640 return this.timeoutField; | |
4641 } | |
4642 set { | |
4643 this.timeoutField = value; | |
4644 this.RaisePropertyChanged("Timeout"); | |
4645 } | |
4646 } | |
4647 | |
4648 /// <remarks/> | |
4649 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4650 public bool TimeoutSpecified { | |
4651 get { | |
4652 return this.timeoutFieldSpecified; | |
4653 } | |
4654 set { | |
4655 this.timeoutFieldSpecified = value; | |
4656 this.RaisePropertyChanged("TimeoutSpecified"); | |
4657 } | |
4658 } | |
4659 | |
4660 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4661 | |
4662 protected void RaisePropertyChanged(string propertyName) { | |
4663 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4664 if ((propertyChanged != null)) { | |
4665 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4666 } | |
4667 } | |
4668 } | |
4669 | |
4670 /// <remarks/> | |
4671 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4672 [System.SerializableAttribute()] | |
4673 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4674 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4675 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4676 public partial class Field : object, System.ComponentModel.INotifyPropertyChanged { | |
4677 | |
4678 private string aliasField; | |
4679 | |
4680 private string nameField; | |
4681 | |
4682 /// <remarks/> | |
4683 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4684 public string Alias { | |
4685 get { | |
4686 return this.aliasField; | |
4687 } | |
4688 set { | |
4689 this.aliasField = value; | |
4690 this.RaisePropertyChanged("Alias"); | |
4691 } | |
4692 } | |
4693 | |
4694 /// <remarks/> | |
4695 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4696 public string Name { | |
4697 get { | |
4698 return this.nameField; | |
4699 } | |
4700 set { | |
4701 this.nameField = value; | |
4702 this.RaisePropertyChanged("Name"); | |
4703 } | |
4704 } | |
4705 | |
4706 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4707 | |
4708 protected void RaisePropertyChanged(string propertyName) { | |
4709 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4710 if ((propertyChanged != null)) { | |
4711 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4712 } | |
4713 } | |
4714 } | |
4715 | |
4716 /// <remarks/> | |
4717 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4718 [System.SerializableAttribute()] | |
4719 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4720 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4721 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4722 public partial class DataSetDefinition : object, System.ComponentModel.INotifyPropertyChanged { | |
4723 | |
4724 private Field[] fieldsField; | |
4725 | |
4726 private QueryDefinition queryField; | |
4727 | |
4728 private SensitivityEnum caseSensitivityField; | |
4729 | |
4730 private bool caseSensitivityFieldSpecified; | |
4731 | |
4732 private string collationField; | |
4733 | |
4734 private SensitivityEnum accentSensitivityField; | |
4735 | |
4736 private bool accentSensitivityFieldSpecified; | |
4737 | |
4738 private SensitivityEnum kanatypeSensitivityField; | |
4739 | |
4740 private bool kanatypeSensitivityFieldSpecified; | |
4741 | |
4742 private SensitivityEnum widthSensitivityField; | |
4743 | |
4744 private bool widthSensitivityFieldSpecified; | |
4745 | |
4746 private string nameField; | |
4747 | |
4748 /// <remarks/> | |
4749 [System.Xml.Serialization.XmlArrayAttribute(Order=0)] | |
4750 public Field[] Fields { | |
4751 get { | |
4752 return this.fieldsField; | |
4753 } | |
4754 set { | |
4755 this.fieldsField = value; | |
4756 this.RaisePropertyChanged("Fields"); | |
4757 } | |
4758 } | |
4759 | |
4760 /// <remarks/> | |
4761 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4762 public QueryDefinition Query { | |
4763 get { | |
4764 return this.queryField; | |
4765 } | |
4766 set { | |
4767 this.queryField = value; | |
4768 this.RaisePropertyChanged("Query"); | |
4769 } | |
4770 } | |
4771 | |
4772 /// <remarks/> | |
4773 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
4774 public SensitivityEnum CaseSensitivity { | |
4775 get { | |
4776 return this.caseSensitivityField; | |
4777 } | |
4778 set { | |
4779 this.caseSensitivityField = value; | |
4780 this.RaisePropertyChanged("CaseSensitivity"); | |
4781 } | |
4782 } | |
4783 | |
4784 /// <remarks/> | |
4785 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4786 public bool CaseSensitivitySpecified { | |
4787 get { | |
4788 return this.caseSensitivityFieldSpecified; | |
4789 } | |
4790 set { | |
4791 this.caseSensitivityFieldSpecified = value; | |
4792 this.RaisePropertyChanged("CaseSensitivitySpecified"); | |
4793 } | |
4794 } | |
4795 | |
4796 /// <remarks/> | |
4797 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
4798 public string Collation { | |
4799 get { | |
4800 return this.collationField; | |
4801 } | |
4802 set { | |
4803 this.collationField = value; | |
4804 this.RaisePropertyChanged("Collation"); | |
4805 } | |
4806 } | |
4807 | |
4808 /// <remarks/> | |
4809 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
4810 public SensitivityEnum AccentSensitivity { | |
4811 get { | |
4812 return this.accentSensitivityField; | |
4813 } | |
4814 set { | |
4815 this.accentSensitivityField = value; | |
4816 this.RaisePropertyChanged("AccentSensitivity"); | |
4817 } | |
4818 } | |
4819 | |
4820 /// <remarks/> | |
4821 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4822 public bool AccentSensitivitySpecified { | |
4823 get { | |
4824 return this.accentSensitivityFieldSpecified; | |
4825 } | |
4826 set { | |
4827 this.accentSensitivityFieldSpecified = value; | |
4828 this.RaisePropertyChanged("AccentSensitivitySpecified"); | |
4829 } | |
4830 } | |
4831 | |
4832 /// <remarks/> | |
4833 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
4834 public SensitivityEnum KanatypeSensitivity { | |
4835 get { | |
4836 return this.kanatypeSensitivityField; | |
4837 } | |
4838 set { | |
4839 this.kanatypeSensitivityField = value; | |
4840 this.RaisePropertyChanged("KanatypeSensitivity"); | |
4841 } | |
4842 } | |
4843 | |
4844 /// <remarks/> | |
4845 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4846 public bool KanatypeSensitivitySpecified { | |
4847 get { | |
4848 return this.kanatypeSensitivityFieldSpecified; | |
4849 } | |
4850 set { | |
4851 this.kanatypeSensitivityFieldSpecified = value; | |
4852 this.RaisePropertyChanged("KanatypeSensitivitySpecified"); | |
4853 } | |
4854 } | |
4855 | |
4856 /// <remarks/> | |
4857 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
4858 public SensitivityEnum WidthSensitivity { | |
4859 get { | |
4860 return this.widthSensitivityField; | |
4861 } | |
4862 set { | |
4863 this.widthSensitivityField = value; | |
4864 this.RaisePropertyChanged("WidthSensitivity"); | |
4865 } | |
4866 } | |
4867 | |
4868 /// <remarks/> | |
4869 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
4870 public bool WidthSensitivitySpecified { | |
4871 get { | |
4872 return this.widthSensitivityFieldSpecified; | |
4873 } | |
4874 set { | |
4875 this.widthSensitivityFieldSpecified = value; | |
4876 this.RaisePropertyChanged("WidthSensitivitySpecified"); | |
4877 } | |
4878 } | |
4879 | |
4880 /// <remarks/> | |
4881 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
4882 public string Name { | |
4883 get { | |
4884 return this.nameField; | |
4885 } | |
4886 set { | |
4887 this.nameField = value; | |
4888 this.RaisePropertyChanged("Name"); | |
4889 } | |
4890 } | |
4891 | |
4892 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4893 | |
4894 protected void RaisePropertyChanged(string propertyName) { | |
4895 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4896 if ((propertyChanged != null)) { | |
4897 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4898 } | |
4899 } | |
4900 } | |
4901 | |
4902 /// <remarks/> | |
4903 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4904 [System.SerializableAttribute()] | |
4905 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4906 public enum SensitivityEnum { | |
4907 | |
4908 /// <remarks/> | |
4909 True, | |
4910 | |
4911 /// <remarks/> | |
4912 False, | |
4913 | |
4914 /// <remarks/> | |
4915 Auto, | |
4916 } | |
4917 | |
4918 /// <remarks/> | |
4919 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4920 [System.SerializableAttribute()] | |
4921 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4922 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4923 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4924 public partial class DataRetrievalPlan : object, System.ComponentModel.INotifyPropertyChanged { | |
4925 | |
4926 private DataSourceDefinitionOrReference itemField; | |
4927 | |
4928 private DataSetDefinition dataSetField; | |
4929 | |
4930 /// <remarks/> | |
4931 [System.Xml.Serialization.XmlElementAttribute("DataSourceDefinition", typeof(DataSourceDefinition), Order=0)] | |
4932 [System.Xml.Serialization.XmlElementAttribute("DataSourceReference", typeof(DataSourceReference), Order=0)] | |
4933 [System.Xml.Serialization.XmlElementAttribute("InvalidDataSourceReference", typeof(InvalidDataSourceReference), Order=0)] | |
4934 public DataSourceDefinitionOrReference Item { | |
4935 get { | |
4936 return this.itemField; | |
4937 } | |
4938 set { | |
4939 this.itemField = value; | |
4940 this.RaisePropertyChanged("Item"); | |
4941 } | |
4942 } | |
4943 | |
4944 /// <remarks/> | |
4945 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4946 public DataSetDefinition DataSet { | |
4947 get { | |
4948 return this.dataSetField; | |
4949 } | |
4950 set { | |
4951 this.dataSetField = value; | |
4952 this.RaisePropertyChanged("DataSet"); | |
4953 } | |
4954 } | |
4955 | |
4956 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
4957 | |
4958 protected void RaisePropertyChanged(string propertyName) { | |
4959 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
4960 if ((propertyChanged != null)) { | |
4961 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
4962 } | |
4963 } | |
4964 } | |
4965 | |
4966 /// <remarks/> | |
4967 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
4968 [System.SerializableAttribute()] | |
4969 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
4970 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
4971 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
4972 public partial class ItemReferenceData : object, System.ComponentModel.INotifyPropertyChanged { | |
4973 | |
4974 private string nameField; | |
4975 | |
4976 private string referenceField; | |
4977 | |
4978 private string referenceTypeField; | |
4979 | |
4980 /// <remarks/> | |
4981 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
4982 public string Name { | |
4983 get { | |
4984 return this.nameField; | |
4985 } | |
4986 set { | |
4987 this.nameField = value; | |
4988 this.RaisePropertyChanged("Name"); | |
4989 } | |
4990 } | |
4991 | |
4992 /// <remarks/> | |
4993 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
4994 public string Reference { | |
4995 get { | |
4996 return this.referenceField; | |
4997 } | |
4998 set { | |
4999 this.referenceField = value; | |
5000 this.RaisePropertyChanged("Reference"); | |
5001 } | |
5002 } | |
5003 | |
5004 /// <remarks/> | |
5005 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5006 public string ReferenceType { | |
5007 get { | |
5008 return this.referenceTypeField; | |
5009 } | |
5010 set { | |
5011 this.referenceTypeField = value; | |
5012 this.RaisePropertyChanged("ReferenceType"); | |
5013 } | |
5014 } | |
5015 | |
5016 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5017 | |
5018 protected void RaisePropertyChanged(string propertyName) { | |
5019 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5020 if ((propertyChanged != null)) { | |
5021 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5022 } | |
5023 } | |
5024 } | |
5025 | |
5026 /// <remarks/> | |
5027 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5028 [System.SerializableAttribute()] | |
5029 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5030 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5031 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5032 public partial class ItemReference : object, System.ComponentModel.INotifyPropertyChanged { | |
5033 | |
5034 private string nameField; | |
5035 | |
5036 private string referenceField; | |
5037 | |
5038 /// <remarks/> | |
5039 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5040 public string Name { | |
5041 get { | |
5042 return this.nameField; | |
5043 } | |
5044 set { | |
5045 this.nameField = value; | |
5046 this.RaisePropertyChanged("Name"); | |
5047 } | |
5048 } | |
5049 | |
5050 /// <remarks/> | |
5051 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5052 public string Reference { | |
5053 get { | |
5054 return this.referenceField; | |
5055 } | |
5056 set { | |
5057 this.referenceField = value; | |
5058 this.RaisePropertyChanged("Reference"); | |
5059 } | |
5060 } | |
5061 | |
5062 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5063 | |
5064 protected void RaisePropertyChanged(string propertyName) { | |
5065 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5066 if ((propertyChanged != null)) { | |
5067 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5068 } | |
5069 } | |
5070 } | |
5071 | |
5072 /// <remarks/> | |
5073 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5074 [System.SerializableAttribute()] | |
5075 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5076 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5077 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5078 public partial class ItemNamespaceHeader : object, System.ComponentModel.INotifyPropertyChanged { | |
5079 | |
5080 private ItemNamespaceEnum itemNamespaceField; | |
5081 | |
5082 private System.Xml.XmlAttribute[] anyAttrField; | |
5083 | |
5084 /// <remarks/> | |
5085 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5086 public ItemNamespaceEnum ItemNamespace { | |
5087 get { | |
5088 return this.itemNamespaceField; | |
5089 } | |
5090 set { | |
5091 this.itemNamespaceField = value; | |
5092 this.RaisePropertyChanged("ItemNamespace"); | |
5093 } | |
5094 } | |
5095 | |
5096 /// <remarks/> | |
5097 [System.Xml.Serialization.XmlAnyAttributeAttribute()] | |
5098 public System.Xml.XmlAttribute[] AnyAttr { | |
5099 get { | |
5100 return this.anyAttrField; | |
5101 } | |
5102 set { | |
5103 this.anyAttrField = value; | |
5104 this.RaisePropertyChanged("AnyAttr"); | |
5105 } | |
5106 } | |
5107 | |
5108 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5109 | |
5110 protected void RaisePropertyChanged(string propertyName) { | |
5111 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5112 if ((propertyChanged != null)) { | |
5113 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5114 } | |
5115 } | |
5116 } | |
5117 | |
5118 /// <remarks/> | |
5119 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5120 [System.SerializableAttribute()] | |
5121 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5122 public enum ItemNamespaceEnum { | |
5123 | |
5124 /// <remarks/> | |
5125 PathBased, | |
5126 | |
5127 /// <remarks/> | |
5128 GUIDBased, | |
5129 } | |
5130 | |
5131 /// <remarks/> | |
5132 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5133 [System.SerializableAttribute()] | |
5134 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5135 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5136 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5137 public partial class SearchCondition : object, System.ComponentModel.INotifyPropertyChanged { | |
5138 | |
5139 private ConditionEnum conditionField; | |
5140 | |
5141 private bool conditionFieldSpecified; | |
5142 | |
5143 private string[] valuesField; | |
5144 | |
5145 private string nameField; | |
5146 | |
5147 /// <remarks/> | |
5148 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5149 public ConditionEnum Condition { | |
5150 get { | |
5151 return this.conditionField; | |
5152 } | |
5153 set { | |
5154 this.conditionField = value; | |
5155 this.RaisePropertyChanged("Condition"); | |
5156 } | |
5157 } | |
5158 | |
5159 /// <remarks/> | |
5160 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
5161 public bool ConditionSpecified { | |
5162 get { | |
5163 return this.conditionFieldSpecified; | |
5164 } | |
5165 set { | |
5166 this.conditionFieldSpecified = value; | |
5167 this.RaisePropertyChanged("ConditionSpecified"); | |
5168 } | |
5169 } | |
5170 | |
5171 /// <remarks/> | |
5172 [System.Xml.Serialization.XmlArrayAttribute(Order=1)] | |
5173 [System.Xml.Serialization.XmlArrayItemAttribute("Value")] | |
5174 public string[] Values { | |
5175 get { | |
5176 return this.valuesField; | |
5177 } | |
5178 set { | |
5179 this.valuesField = value; | |
5180 this.RaisePropertyChanged("Values"); | |
5181 } | |
5182 } | |
5183 | |
5184 /// <remarks/> | |
5185 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5186 public string Name { | |
5187 get { | |
5188 return this.nameField; | |
5189 } | |
5190 set { | |
5191 this.nameField = value; | |
5192 this.RaisePropertyChanged("Name"); | |
5193 } | |
5194 } | |
5195 | |
5196 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5197 | |
5198 protected void RaisePropertyChanged(string propertyName) { | |
5199 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5200 if ((propertyChanged != null)) { | |
5201 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5202 } | |
5203 } | |
5204 } | |
5205 | |
5206 /// <remarks/> | |
5207 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5208 [System.SerializableAttribute()] | |
5209 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5210 public enum ConditionEnum { | |
5211 | |
5212 /// <remarks/> | |
5213 Contains, | |
5214 | |
5215 /// <remarks/> | |
5216 Equals, | |
5217 | |
5218 /// <remarks/> | |
5219 In, | |
5220 | |
5221 /// <remarks/> | |
5222 Between, | |
5223 } | |
5224 | |
5225 /// <remarks/> | |
5226 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5227 [System.SerializableAttribute()] | |
5228 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5229 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5230 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5231 public partial class ItemHistorySnapshot : object, System.ComponentModel.INotifyPropertyChanged { | |
5232 | |
5233 private string historyIDField; | |
5234 | |
5235 private System.DateTime creationDateField; | |
5236 | |
5237 private int sizeField; | |
5238 | |
5239 /// <remarks/> | |
5240 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5241 public string HistoryID { | |
5242 get { | |
5243 return this.historyIDField; | |
5244 } | |
5245 set { | |
5246 this.historyIDField = value; | |
5247 this.RaisePropertyChanged("HistoryID"); | |
5248 } | |
5249 } | |
5250 | |
5251 /// <remarks/> | |
5252 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5253 public System.DateTime CreationDate { | |
5254 get { | |
5255 return this.creationDateField; | |
5256 } | |
5257 set { | |
5258 this.creationDateField = value; | |
5259 this.RaisePropertyChanged("CreationDate"); | |
5260 } | |
5261 } | |
5262 | |
5263 /// <remarks/> | |
5264 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5265 public int Size { | |
5266 get { | |
5267 return this.sizeField; | |
5268 } | |
5269 set { | |
5270 this.sizeField = value; | |
5271 this.RaisePropertyChanged("Size"); | |
5272 } | |
5273 } | |
5274 | |
5275 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5276 | |
5277 protected void RaisePropertyChanged(string propertyName) { | |
5278 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5279 if ((propertyChanged != null)) { | |
5280 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5281 } | |
5282 } | |
5283 } | |
5284 | |
5285 /// <remarks/> | |
5286 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5287 [System.SerializableAttribute()] | |
5288 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5289 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5290 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5291 public partial class SYSTEMTIME : object, System.ComponentModel.INotifyPropertyChanged { | |
5292 | |
5293 private short yearField; | |
5294 | |
5295 private short monthField; | |
5296 | |
5297 private short dayOfWeekField; | |
5298 | |
5299 private short dayField; | |
5300 | |
5301 private short hourField; | |
5302 | |
5303 private short minuteField; | |
5304 | |
5305 private short secondField; | |
5306 | |
5307 private short millisecondsField; | |
5308 | |
5309 /// <remarks/> | |
5310 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5311 public short year { | |
5312 get { | |
5313 return this.yearField; | |
5314 } | |
5315 set { | |
5316 this.yearField = value; | |
5317 this.RaisePropertyChanged("year"); | |
5318 } | |
5319 } | |
5320 | |
5321 /// <remarks/> | |
5322 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5323 public short month { | |
5324 get { | |
5325 return this.monthField; | |
5326 } | |
5327 set { | |
5328 this.monthField = value; | |
5329 this.RaisePropertyChanged("month"); | |
5330 } | |
5331 } | |
5332 | |
5333 /// <remarks/> | |
5334 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5335 public short dayOfWeek { | |
5336 get { | |
5337 return this.dayOfWeekField; | |
5338 } | |
5339 set { | |
5340 this.dayOfWeekField = value; | |
5341 this.RaisePropertyChanged("dayOfWeek"); | |
5342 } | |
5343 } | |
5344 | |
5345 /// <remarks/> | |
5346 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
5347 public short day { | |
5348 get { | |
5349 return this.dayField; | |
5350 } | |
5351 set { | |
5352 this.dayField = value; | |
5353 this.RaisePropertyChanged("day"); | |
5354 } | |
5355 } | |
5356 | |
5357 /// <remarks/> | |
5358 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
5359 public short hour { | |
5360 get { | |
5361 return this.hourField; | |
5362 } | |
5363 set { | |
5364 this.hourField = value; | |
5365 this.RaisePropertyChanged("hour"); | |
5366 } | |
5367 } | |
5368 | |
5369 /// <remarks/> | |
5370 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
5371 public short minute { | |
5372 get { | |
5373 return this.minuteField; | |
5374 } | |
5375 set { | |
5376 this.minuteField = value; | |
5377 this.RaisePropertyChanged("minute"); | |
5378 } | |
5379 } | |
5380 | |
5381 /// <remarks/> | |
5382 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
5383 public short second { | |
5384 get { | |
5385 return this.secondField; | |
5386 } | |
5387 set { | |
5388 this.secondField = value; | |
5389 this.RaisePropertyChanged("second"); | |
5390 } | |
5391 } | |
5392 | |
5393 /// <remarks/> | |
5394 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
5395 public short milliseconds { | |
5396 get { | |
5397 return this.millisecondsField; | |
5398 } | |
5399 set { | |
5400 this.millisecondsField = value; | |
5401 this.RaisePropertyChanged("milliseconds"); | |
5402 } | |
5403 } | |
5404 | |
5405 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5406 | |
5407 protected void RaisePropertyChanged(string propertyName) { | |
5408 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5409 if ((propertyChanged != null)) { | |
5410 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5411 } | |
5412 } | |
5413 } | |
5414 | |
5415 /// <remarks/> | |
5416 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5417 [System.SerializableAttribute()] | |
5418 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5419 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5420 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5421 public partial class TimeZoneInformation : object, System.ComponentModel.INotifyPropertyChanged { | |
5422 | |
5423 private int biasField; | |
5424 | |
5425 private int standardBiasField; | |
5426 | |
5427 private SYSTEMTIME standardDateField; | |
5428 | |
5429 private int daylightBiasField; | |
5430 | |
5431 private SYSTEMTIME daylightDateField; | |
5432 | |
5433 /// <remarks/> | |
5434 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5435 public int Bias { | |
5436 get { | |
5437 return this.biasField; | |
5438 } | |
5439 set { | |
5440 this.biasField = value; | |
5441 this.RaisePropertyChanged("Bias"); | |
5442 } | |
5443 } | |
5444 | |
5445 /// <remarks/> | |
5446 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5447 public int StandardBias { | |
5448 get { | |
5449 return this.standardBiasField; | |
5450 } | |
5451 set { | |
5452 this.standardBiasField = value; | |
5453 this.RaisePropertyChanged("StandardBias"); | |
5454 } | |
5455 } | |
5456 | |
5457 /// <remarks/> | |
5458 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5459 public SYSTEMTIME StandardDate { | |
5460 get { | |
5461 return this.standardDateField; | |
5462 } | |
5463 set { | |
5464 this.standardDateField = value; | |
5465 this.RaisePropertyChanged("StandardDate"); | |
5466 } | |
5467 } | |
5468 | |
5469 /// <remarks/> | |
5470 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
5471 public int DaylightBias { | |
5472 get { | |
5473 return this.daylightBiasField; | |
5474 } | |
5475 set { | |
5476 this.daylightBiasField = value; | |
5477 this.RaisePropertyChanged("DaylightBias"); | |
5478 } | |
5479 } | |
5480 | |
5481 /// <remarks/> | |
5482 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
5483 public SYSTEMTIME DaylightDate { | |
5484 get { | |
5485 return this.daylightDateField; | |
5486 } | |
5487 set { | |
5488 this.daylightDateField = value; | |
5489 this.RaisePropertyChanged("DaylightDate"); | |
5490 } | |
5491 } | |
5492 | |
5493 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5494 | |
5495 protected void RaisePropertyChanged(string propertyName) { | |
5496 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5497 if ((propertyChanged != null)) { | |
5498 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5499 } | |
5500 } | |
5501 } | |
5502 | |
5503 /// <remarks/> | |
5504 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5505 [System.SerializableAttribute()] | |
5506 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5507 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5508 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5509 public partial class ServerInfoHeader : object, System.ComponentModel.INotifyPropertyChanged { | |
5510 | |
5511 private string reportServerVersionNumberField; | |
5512 | |
5513 private string reportServerEditionField; | |
5514 | |
5515 private string reportServerVersionField; | |
5516 | |
5517 private string reportServerDateTimeField; | |
5518 | |
5519 private TimeZoneInformation reportServerTimeZoneInfoField; | |
5520 | |
5521 private System.Xml.XmlAttribute[] anyAttrField; | |
5522 | |
5523 /// <remarks/> | |
5524 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5525 public string ReportServerVersionNumber { | |
5526 get { | |
5527 return this.reportServerVersionNumberField; | |
5528 } | |
5529 set { | |
5530 this.reportServerVersionNumberField = value; | |
5531 this.RaisePropertyChanged("ReportServerVersionNumber"); | |
5532 } | |
5533 } | |
5534 | |
5535 /// <remarks/> | |
5536 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5537 public string ReportServerEdition { | |
5538 get { | |
5539 return this.reportServerEditionField; | |
5540 } | |
5541 set { | |
5542 this.reportServerEditionField = value; | |
5543 this.RaisePropertyChanged("ReportServerEdition"); | |
5544 } | |
5545 } | |
5546 | |
5547 /// <remarks/> | |
5548 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5549 public string ReportServerVersion { | |
5550 get { | |
5551 return this.reportServerVersionField; | |
5552 } | |
5553 set { | |
5554 this.reportServerVersionField = value; | |
5555 this.RaisePropertyChanged("ReportServerVersion"); | |
5556 } | |
5557 } | |
5558 | |
5559 /// <remarks/> | |
5560 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
5561 public string ReportServerDateTime { | |
5562 get { | |
5563 return this.reportServerDateTimeField; | |
5564 } | |
5565 set { | |
5566 this.reportServerDateTimeField = value; | |
5567 this.RaisePropertyChanged("ReportServerDateTime"); | |
5568 } | |
5569 } | |
5570 | |
5571 /// <remarks/> | |
5572 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
5573 public TimeZoneInformation ReportServerTimeZoneInfo { | |
5574 get { | |
5575 return this.reportServerTimeZoneInfoField; | |
5576 } | |
5577 set { | |
5578 this.reportServerTimeZoneInfoField = value; | |
5579 this.RaisePropertyChanged("ReportServerTimeZoneInfo"); | |
5580 } | |
5581 } | |
5582 | |
5583 /// <remarks/> | |
5584 [System.Xml.Serialization.XmlAnyAttributeAttribute()] | |
5585 public System.Xml.XmlAttribute[] AnyAttr { | |
5586 get { | |
5587 return this.anyAttrField; | |
5588 } | |
5589 set { | |
5590 this.anyAttrField = value; | |
5591 this.RaisePropertyChanged("AnyAttr"); | |
5592 } | |
5593 } | |
5594 | |
5595 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5596 | |
5597 protected void RaisePropertyChanged(string propertyName) { | |
5598 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5599 if ((propertyChanged != null)) { | |
5600 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5601 } | |
5602 } | |
5603 } | |
5604 | |
5605 /// <remarks/> | |
5606 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5607 [System.SerializableAttribute()] | |
5608 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5609 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5610 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5611 public partial class Warning : object, System.ComponentModel.INotifyPropertyChanged { | |
5612 | |
5613 private string codeField; | |
5614 | |
5615 private string severityField; | |
5616 | |
5617 private string objectNameField; | |
5618 | |
5619 private string objectTypeField; | |
5620 | |
5621 private string messageField; | |
5622 | |
5623 /// <remarks/> | |
5624 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5625 public string Code { | |
5626 get { | |
5627 return this.codeField; | |
5628 } | |
5629 set { | |
5630 this.codeField = value; | |
5631 this.RaisePropertyChanged("Code"); | |
5632 } | |
5633 } | |
5634 | |
5635 /// <remarks/> | |
5636 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5637 public string Severity { | |
5638 get { | |
5639 return this.severityField; | |
5640 } | |
5641 set { | |
5642 this.severityField = value; | |
5643 this.RaisePropertyChanged("Severity"); | |
5644 } | |
5645 } | |
5646 | |
5647 /// <remarks/> | |
5648 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5649 public string ObjectName { | |
5650 get { | |
5651 return this.objectNameField; | |
5652 } | |
5653 set { | |
5654 this.objectNameField = value; | |
5655 this.RaisePropertyChanged("ObjectName"); | |
5656 } | |
5657 } | |
5658 | |
5659 /// <remarks/> | |
5660 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
5661 public string ObjectType { | |
5662 get { | |
5663 return this.objectTypeField; | |
5664 } | |
5665 set { | |
5666 this.objectTypeField = value; | |
5667 this.RaisePropertyChanged("ObjectType"); | |
5668 } | |
5669 } | |
5670 | |
5671 /// <remarks/> | |
5672 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
5673 public string Message { | |
5674 get { | |
5675 return this.messageField; | |
5676 } | |
5677 set { | |
5678 this.messageField = value; | |
5679 this.RaisePropertyChanged("Message"); | |
5680 } | |
5681 } | |
5682 | |
5683 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5684 | |
5685 protected void RaisePropertyChanged(string propertyName) { | |
5686 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5687 if ((propertyChanged != null)) { | |
5688 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5689 } | |
5690 } | |
5691 } | |
5692 | |
5693 /// <remarks/> | |
5694 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5695 [System.SerializableAttribute()] | |
5696 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5697 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5698 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5699 public partial class CatalogItem : object, System.ComponentModel.INotifyPropertyChanged { | |
5700 | |
5701 private string idField; | |
5702 | |
5703 private string nameField; | |
5704 | |
5705 private string pathField; | |
5706 | |
5707 private string virtualPathField; | |
5708 | |
5709 private string typeNameField; | |
5710 | |
5711 private int sizeField; | |
5712 | |
5713 private bool sizeFieldSpecified; | |
5714 | |
5715 private string descriptionField; | |
5716 | |
5717 private bool hiddenField; | |
5718 | |
5719 private bool hiddenFieldSpecified; | |
5720 | |
5721 private System.DateTime creationDateField; | |
5722 | |
5723 private bool creationDateFieldSpecified; | |
5724 | |
5725 private System.DateTime modifiedDateField; | |
5726 | |
5727 private bool modifiedDateFieldSpecified; | |
5728 | |
5729 private string createdByField; | |
5730 | |
5731 private string modifiedByField; | |
5732 | |
5733 private Property[] itemMetadataField; | |
5734 | |
5735 /// <remarks/> | |
5736 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5737 public string ID { | |
5738 get { | |
5739 return this.idField; | |
5740 } | |
5741 set { | |
5742 this.idField = value; | |
5743 this.RaisePropertyChanged("ID"); | |
5744 } | |
5745 } | |
5746 | |
5747 /// <remarks/> | |
5748 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5749 public string Name { | |
5750 get { | |
5751 return this.nameField; | |
5752 } | |
5753 set { | |
5754 this.nameField = value; | |
5755 this.RaisePropertyChanged("Name"); | |
5756 } | |
5757 } | |
5758 | |
5759 /// <remarks/> | |
5760 [System.Xml.Serialization.XmlElementAttribute(Order=2)] | |
5761 public string Path { | |
5762 get { | |
5763 return this.pathField; | |
5764 } | |
5765 set { | |
5766 this.pathField = value; | |
5767 this.RaisePropertyChanged("Path"); | |
5768 } | |
5769 } | |
5770 | |
5771 /// <remarks/> | |
5772 [System.Xml.Serialization.XmlElementAttribute(Order=3)] | |
5773 public string VirtualPath { | |
5774 get { | |
5775 return this.virtualPathField; | |
5776 } | |
5777 set { | |
5778 this.virtualPathField = value; | |
5779 this.RaisePropertyChanged("VirtualPath"); | |
5780 } | |
5781 } | |
5782 | |
5783 /// <remarks/> | |
5784 [System.Xml.Serialization.XmlElementAttribute(Order=4)] | |
5785 public string TypeName { | |
5786 get { | |
5787 return this.typeNameField; | |
5788 } | |
5789 set { | |
5790 this.typeNameField = value; | |
5791 this.RaisePropertyChanged("TypeName"); | |
5792 } | |
5793 } | |
5794 | |
5795 /// <remarks/> | |
5796 [System.Xml.Serialization.XmlElementAttribute(Order=5)] | |
5797 public int Size { | |
5798 get { | |
5799 return this.sizeField; | |
5800 } | |
5801 set { | |
5802 this.sizeField = value; | |
5803 this.RaisePropertyChanged("Size"); | |
5804 } | |
5805 } | |
5806 | |
5807 /// <remarks/> | |
5808 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
5809 public bool SizeSpecified { | |
5810 get { | |
5811 return this.sizeFieldSpecified; | |
5812 } | |
5813 set { | |
5814 this.sizeFieldSpecified = value; | |
5815 this.RaisePropertyChanged("SizeSpecified"); | |
5816 } | |
5817 } | |
5818 | |
5819 /// <remarks/> | |
5820 [System.Xml.Serialization.XmlElementAttribute(Order=6)] | |
5821 public string Description { | |
5822 get { | |
5823 return this.descriptionField; | |
5824 } | |
5825 set { | |
5826 this.descriptionField = value; | |
5827 this.RaisePropertyChanged("Description"); | |
5828 } | |
5829 } | |
5830 | |
5831 /// <remarks/> | |
5832 [System.Xml.Serialization.XmlElementAttribute(Order=7)] | |
5833 public bool Hidden { | |
5834 get { | |
5835 return this.hiddenField; | |
5836 } | |
5837 set { | |
5838 this.hiddenField = value; | |
5839 this.RaisePropertyChanged("Hidden"); | |
5840 } | |
5841 } | |
5842 | |
5843 /// <remarks/> | |
5844 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
5845 public bool HiddenSpecified { | |
5846 get { | |
5847 return this.hiddenFieldSpecified; | |
5848 } | |
5849 set { | |
5850 this.hiddenFieldSpecified = value; | |
5851 this.RaisePropertyChanged("HiddenSpecified"); | |
5852 } | |
5853 } | |
5854 | |
5855 /// <remarks/> | |
5856 [System.Xml.Serialization.XmlElementAttribute(Order=8)] | |
5857 public System.DateTime CreationDate { | |
5858 get { | |
5859 return this.creationDateField; | |
5860 } | |
5861 set { | |
5862 this.creationDateField = value; | |
5863 this.RaisePropertyChanged("CreationDate"); | |
5864 } | |
5865 } | |
5866 | |
5867 /// <remarks/> | |
5868 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
5869 public bool CreationDateSpecified { | |
5870 get { | |
5871 return this.creationDateFieldSpecified; | |
5872 } | |
5873 set { | |
5874 this.creationDateFieldSpecified = value; | |
5875 this.RaisePropertyChanged("CreationDateSpecified"); | |
5876 } | |
5877 } | |
5878 | |
5879 /// <remarks/> | |
5880 [System.Xml.Serialization.XmlElementAttribute(Order=9)] | |
5881 public System.DateTime ModifiedDate { | |
5882 get { | |
5883 return this.modifiedDateField; | |
5884 } | |
5885 set { | |
5886 this.modifiedDateField = value; | |
5887 this.RaisePropertyChanged("ModifiedDate"); | |
5888 } | |
5889 } | |
5890 | |
5891 /// <remarks/> | |
5892 [System.Xml.Serialization.XmlIgnoreAttribute()] | |
5893 public bool ModifiedDateSpecified { | |
5894 get { | |
5895 return this.modifiedDateFieldSpecified; | |
5896 } | |
5897 set { | |
5898 this.modifiedDateFieldSpecified = value; | |
5899 this.RaisePropertyChanged("ModifiedDateSpecified"); | |
5900 } | |
5901 } | |
5902 | |
5903 /// <remarks/> | |
5904 [System.Xml.Serialization.XmlElementAttribute(Order=10)] | |
5905 public string CreatedBy { | |
5906 get { | |
5907 return this.createdByField; | |
5908 } | |
5909 set { | |
5910 this.createdByField = value; | |
5911 this.RaisePropertyChanged("CreatedBy"); | |
5912 } | |
5913 } | |
5914 | |
5915 /// <remarks/> | |
5916 [System.Xml.Serialization.XmlElementAttribute(Order=11)] | |
5917 public string ModifiedBy { | |
5918 get { | |
5919 return this.modifiedByField; | |
5920 } | |
5921 set { | |
5922 this.modifiedByField = value; | |
5923 this.RaisePropertyChanged("ModifiedBy"); | |
5924 } | |
5925 } | |
5926 | |
5927 /// <remarks/> | |
5928 [System.Xml.Serialization.XmlArrayAttribute(Order=12)] | |
5929 public Property[] ItemMetadata { | |
5930 get { | |
5931 return this.itemMetadataField; | |
5932 } | |
5933 set { | |
5934 this.itemMetadataField = value; | |
5935 this.RaisePropertyChanged("ItemMetadata"); | |
5936 } | |
5937 } | |
5938 | |
5939 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5940 | |
5941 protected void RaisePropertyChanged(string propertyName) { | |
5942 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5943 if ((propertyChanged != null)) { | |
5944 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5945 } | |
5946 } | |
5947 } | |
5948 | |
5949 /// <remarks/> | |
5950 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
5951 [System.SerializableAttribute()] | |
5952 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5953 [System.ComponentModel.DesignerCategoryAttribute("code")] | |
5954 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
5955 public partial class Property : object, System.ComponentModel.INotifyPropertyChanged { | |
5956 | |
5957 private string nameField; | |
5958 | |
5959 private string valueField; | |
5960 | |
5961 /// <remarks/> | |
5962 [System.Xml.Serialization.XmlElementAttribute(Order=0)] | |
5963 public string Name { | |
5964 get { | |
5965 return this.nameField; | |
5966 } | |
5967 set { | |
5968 this.nameField = value; | |
5969 this.RaisePropertyChanged("Name"); | |
5970 } | |
5971 } | |
5972 | |
5973 /// <remarks/> | |
5974 [System.Xml.Serialization.XmlElementAttribute(Order=1)] | |
5975 public string Value { | |
5976 get { | |
5977 return this.valueField; | |
5978 } | |
5979 set { | |
5980 this.valueField = value; | |
5981 this.RaisePropertyChanged("Value"); | |
5982 } | |
5983 } | |
5984 | |
5985 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; | |
5986 | |
5987 protected void RaisePropertyChanged(string propertyName) { | |
5988 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; | |
5989 if ((propertyChanged != null)) { | |
5990 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); | |
5991 } | |
5992 } | |
5993 } | |
5994 | |
5995 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
5996 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
5997 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
5998 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateCatalogItem", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
5999 public partial class CreateCatalogItemRequest { | |
6000 | |
6001 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6002 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6003 | |
6004 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6005 public string ItemType; | |
6006 | |
6007 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6008 public string Name; | |
6009 | |
6010 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6011 public string Parent; | |
6012 | |
6013 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
6014 public bool Overwrite; | |
6015 | |
6016 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
6017 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] | |
6018 public byte[] Definition; | |
6019 | |
6020 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
6021 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
6022 | |
6023 public CreateCatalogItemRequest() { | |
6024 } | |
6025 | |
6026 public CreateCatalogItemRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemType, string Name, string Parent, bool Overwrite, byte[] Definition, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
6027 this.TrustedUserHeader = TrustedUserHeader; | |
6028 this.ItemType = ItemType; | |
6029 this.Name = Name; | |
6030 this.Parent = Parent; | |
6031 this.Overwrite = Overwrite; | |
6032 this.Definition = Definition; | |
6033 this.Properties = Properties; | |
6034 } | |
6035 } | |
6036 | |
6037 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6038 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6039 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6040 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateCatalogItemResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6041 public partial class CreateCatalogItemResponse { | |
6042 | |
6043 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6044 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6045 | |
6046 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6047 public SSRS.Services.ReportServiceReference.CatalogItem ItemInfo; | |
6048 | |
6049 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6050 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
6051 | |
6052 public CreateCatalogItemResponse() { | |
6053 } | |
6054 | |
6055 public CreateCatalogItemResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem ItemInfo, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
6056 this.ServerInfoHeader = ServerInfoHeader; | |
6057 this.ItemInfo = ItemInfo; | |
6058 this.Warnings = Warnings; | |
6059 } | |
6060 } | |
6061 | |
6062 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6063 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6064 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6065 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemDefinition", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6066 public partial class SetItemDefinitionRequest { | |
6067 | |
6068 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6069 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6070 | |
6071 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6072 public string ItemPath; | |
6073 | |
6074 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6075 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] | |
6076 public byte[] Definition; | |
6077 | |
6078 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6079 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
6080 | |
6081 public SetItemDefinitionRequest() { | |
6082 } | |
6083 | |
6084 public SetItemDefinitionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, byte[] Definition, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
6085 this.TrustedUserHeader = TrustedUserHeader; | |
6086 this.ItemPath = ItemPath; | |
6087 this.Definition = Definition; | |
6088 this.Properties = Properties; | |
6089 } | |
6090 } | |
6091 | |
6092 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6093 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6094 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6095 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemDefinitionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6096 public partial class SetItemDefinitionResponse { | |
6097 | |
6098 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6099 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6100 | |
6101 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6102 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
6103 | |
6104 public SetItemDefinitionResponse() { | |
6105 } | |
6106 | |
6107 public SetItemDefinitionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
6108 this.ServerInfoHeader = ServerInfoHeader; | |
6109 this.Warnings = Warnings; | |
6110 } | |
6111 } | |
6112 | |
6113 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6114 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6115 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6116 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDefinition", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6117 public partial class GetItemDefinitionRequest { | |
6118 | |
6119 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6120 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6121 | |
6122 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6123 public string ItemPath; | |
6124 | |
6125 public GetItemDefinitionRequest() { | |
6126 } | |
6127 | |
6128 public GetItemDefinitionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6129 this.TrustedUserHeader = TrustedUserHeader; | |
6130 this.ItemPath = ItemPath; | |
6131 } | |
6132 } | |
6133 | |
6134 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6135 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6136 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6137 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDefinitionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6138 public partial class GetItemDefinitionResponse { | |
6139 | |
6140 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6141 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6142 | |
6143 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6144 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] | |
6145 public byte[] Definition; | |
6146 | |
6147 public GetItemDefinitionResponse() { | |
6148 } | |
6149 | |
6150 public GetItemDefinitionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Definition) { | |
6151 this.ServerInfoHeader = ServerInfoHeader; | |
6152 this.Definition = Definition; | |
6153 } | |
6154 } | |
6155 | |
6156 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6157 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6158 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6159 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemType", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6160 public partial class GetItemTypeRequest { | |
6161 | |
6162 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6163 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6164 | |
6165 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6166 public string ItemPath; | |
6167 | |
6168 public GetItemTypeRequest() { | |
6169 } | |
6170 | |
6171 public GetItemTypeRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6172 this.TrustedUserHeader = TrustedUserHeader; | |
6173 this.ItemPath = ItemPath; | |
6174 } | |
6175 } | |
6176 | |
6177 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6178 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6179 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6180 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemTypeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6181 public partial class GetItemTypeResponse { | |
6182 | |
6183 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6184 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6185 | |
6186 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6187 public string Type; | |
6188 | |
6189 public GetItemTypeResponse() { | |
6190 } | |
6191 | |
6192 public GetItemTypeResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string Type) { | |
6193 this.ServerInfoHeader = ServerInfoHeader; | |
6194 this.Type = Type; | |
6195 } | |
6196 } | |
6197 | |
6198 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6199 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6200 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6201 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteItem", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6202 public partial class DeleteItemRequest { | |
6203 | |
6204 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6205 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6206 | |
6207 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6208 public string ItemPath; | |
6209 | |
6210 public DeleteItemRequest() { | |
6211 } | |
6212 | |
6213 public DeleteItemRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6214 this.TrustedUserHeader = TrustedUserHeader; | |
6215 this.ItemPath = ItemPath; | |
6216 } | |
6217 } | |
6218 | |
6219 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6220 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6221 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6222 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteItemResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6223 public partial class DeleteItemResponse { | |
6224 | |
6225 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6226 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6227 | |
6228 public DeleteItemResponse() { | |
6229 } | |
6230 | |
6231 public DeleteItemResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6232 this.ServerInfoHeader = ServerInfoHeader; | |
6233 } | |
6234 } | |
6235 | |
6236 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6237 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6238 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6239 [System.ServiceModel.MessageContractAttribute(WrapperName="MoveItem", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6240 public partial class MoveItemRequest { | |
6241 | |
6242 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6243 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6244 | |
6245 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6246 public string ItemPath; | |
6247 | |
6248 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6249 public string Target; | |
6250 | |
6251 public MoveItemRequest() { | |
6252 } | |
6253 | |
6254 public MoveItemRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Target) { | |
6255 this.TrustedUserHeader = TrustedUserHeader; | |
6256 this.ItemPath = ItemPath; | |
6257 this.Target = Target; | |
6258 } | |
6259 } | |
6260 | |
6261 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6262 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6263 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6264 [System.ServiceModel.MessageContractAttribute(WrapperName="MoveItemResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6265 public partial class MoveItemResponse { | |
6266 | |
6267 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6268 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6269 | |
6270 public MoveItemResponse() { | |
6271 } | |
6272 | |
6273 public MoveItemResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6274 this.ServerInfoHeader = ServerInfoHeader; | |
6275 } | |
6276 } | |
6277 | |
6278 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6279 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6280 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6281 [System.ServiceModel.MessageContractAttribute(WrapperName="InheritParentSecurity", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6282 public partial class InheritParentSecurityRequest { | |
6283 | |
6284 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6285 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6286 | |
6287 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6288 public string ItemPath; | |
6289 | |
6290 public InheritParentSecurityRequest() { | |
6291 } | |
6292 | |
6293 public InheritParentSecurityRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6294 this.TrustedUserHeader = TrustedUserHeader; | |
6295 this.ItemPath = ItemPath; | |
6296 } | |
6297 } | |
6298 | |
6299 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6300 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6301 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6302 [System.ServiceModel.MessageContractAttribute(WrapperName="InheritParentSecurityResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6303 public partial class InheritParentSecurityResponse { | |
6304 | |
6305 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6306 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6307 | |
6308 public InheritParentSecurityResponse() { | |
6309 } | |
6310 | |
6311 public InheritParentSecurityResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6312 this.ServerInfoHeader = ServerInfoHeader; | |
6313 } | |
6314 } | |
6315 | |
6316 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6317 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6318 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6319 [System.ServiceModel.MessageContractAttribute(WrapperName="ListItemHistory", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6320 public partial class ListItemHistoryRequest { | |
6321 | |
6322 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6323 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6324 | |
6325 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6326 public string ItemPath; | |
6327 | |
6328 public ListItemHistoryRequest() { | |
6329 } | |
6330 | |
6331 public ListItemHistoryRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6332 this.TrustedUserHeader = TrustedUserHeader; | |
6333 this.ItemPath = ItemPath; | |
6334 } | |
6335 } | |
6336 | |
6337 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6338 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6339 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6340 [System.ServiceModel.MessageContractAttribute(WrapperName="ListItemHistoryResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6341 public partial class ListItemHistoryResponse { | |
6342 | |
6343 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6344 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6345 | |
6346 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6347 public SSRS.Services.ReportServiceReference.ItemHistorySnapshot[] ItemHistory; | |
6348 | |
6349 public ListItemHistoryResponse() { | |
6350 } | |
6351 | |
6352 public ListItemHistoryResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ItemHistorySnapshot[] ItemHistory) { | |
6353 this.ServerInfoHeader = ServerInfoHeader; | |
6354 this.ItemHistory = ItemHistory; | |
6355 } | |
6356 } | |
6357 | |
6358 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6359 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6360 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6361 [System.ServiceModel.MessageContractAttribute(WrapperName="ListChildren", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6362 public partial class ListChildrenRequest { | |
6363 | |
6364 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6365 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6366 | |
6367 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6368 public string ItemPath; | |
6369 | |
6370 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6371 public bool Recursive; | |
6372 | |
6373 public ListChildrenRequest() { | |
6374 } | |
6375 | |
6376 public ListChildrenRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool Recursive) { | |
6377 this.TrustedUserHeader = TrustedUserHeader; | |
6378 this.ItemPath = ItemPath; | |
6379 this.Recursive = Recursive; | |
6380 } | |
6381 } | |
6382 | |
6383 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6384 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6385 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6386 [System.ServiceModel.MessageContractAttribute(WrapperName="ListChildrenResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6387 public partial class ListChildrenResponse { | |
6388 | |
6389 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6390 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6391 | |
6392 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6393 public SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems; | |
6394 | |
6395 public ListChildrenResponse() { | |
6396 } | |
6397 | |
6398 public ListChildrenResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems) { | |
6399 this.ServerInfoHeader = ServerInfoHeader; | |
6400 this.CatalogItems = CatalogItems; | |
6401 } | |
6402 } | |
6403 | |
6404 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6405 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6406 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6407 [System.ServiceModel.MessageContractAttribute(WrapperName="ListDependentItems", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6408 public partial class ListDependentItemsRequest { | |
6409 | |
6410 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6411 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6412 | |
6413 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6414 public string ItemPath; | |
6415 | |
6416 public ListDependentItemsRequest() { | |
6417 } | |
6418 | |
6419 public ListDependentItemsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6420 this.TrustedUserHeader = TrustedUserHeader; | |
6421 this.ItemPath = ItemPath; | |
6422 } | |
6423 } | |
6424 | |
6425 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6426 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6427 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6428 [System.ServiceModel.MessageContractAttribute(WrapperName="ListDependentItemsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6429 public partial class ListDependentItemsResponse { | |
6430 | |
6431 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6432 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6433 | |
6434 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6435 public SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems; | |
6436 | |
6437 public ListDependentItemsResponse() { | |
6438 } | |
6439 | |
6440 public ListDependentItemsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems) { | |
6441 this.ServerInfoHeader = ServerInfoHeader; | |
6442 this.CatalogItems = CatalogItems; | |
6443 } | |
6444 } | |
6445 | |
6446 /// <remarks/> | |
6447 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")] | |
6448 [System.SerializableAttribute()] | |
6449 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6450 public enum BooleanOperatorEnum { | |
6451 | |
6452 /// <remarks/> | |
6453 And, | |
6454 | |
6455 /// <remarks/> | |
6456 Or, | |
6457 } | |
6458 | |
6459 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6460 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6461 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6462 [System.ServiceModel.MessageContractAttribute(WrapperName="FindItems", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6463 public partial class FindItemsRequest { | |
6464 | |
6465 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6466 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6467 | |
6468 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6469 public string Folder; | |
6470 | |
6471 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6472 public SSRS.Services.ReportServiceReference.BooleanOperatorEnum BooleanOperator; | |
6473 | |
6474 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6475 public SSRS.Services.ReportServiceReference.Property[] SearchOptions; | |
6476 | |
6477 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
6478 public SSRS.Services.ReportServiceReference.SearchCondition[] SearchConditions; | |
6479 | |
6480 public FindItemsRequest() { | |
6481 } | |
6482 | |
6483 public FindItemsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Folder, SSRS.Services.ReportServiceReference.BooleanOperatorEnum BooleanOperator, SSRS.Services.ReportServiceReference.Property[] SearchOptions, SSRS.Services.ReportServiceReference.SearchCondition[] SearchConditions) { | |
6484 this.TrustedUserHeader = TrustedUserHeader; | |
6485 this.Folder = Folder; | |
6486 this.BooleanOperator = BooleanOperator; | |
6487 this.SearchOptions = SearchOptions; | |
6488 this.SearchConditions = SearchConditions; | |
6489 } | |
6490 } | |
6491 | |
6492 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6493 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6494 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6495 [System.ServiceModel.MessageContractAttribute(WrapperName="FindItemsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6496 public partial class FindItemsResponse { | |
6497 | |
6498 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6499 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6500 | |
6501 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6502 public SSRS.Services.ReportServiceReference.CatalogItem[] Items; | |
6503 | |
6504 public FindItemsResponse() { | |
6505 } | |
6506 | |
6507 public FindItemsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem[] Items) { | |
6508 this.ServerInfoHeader = ServerInfoHeader; | |
6509 this.Items = Items; | |
6510 } | |
6511 } | |
6512 | |
6513 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6514 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6515 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6516 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParents", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6517 public partial class ListParentsRequest { | |
6518 | |
6519 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6520 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6521 | |
6522 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6523 public string ItemPath; | |
6524 | |
6525 public ListParentsRequest() { | |
6526 } | |
6527 | |
6528 public ListParentsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
6529 this.TrustedUserHeader = TrustedUserHeader; | |
6530 this.ItemPath = ItemPath; | |
6531 } | |
6532 } | |
6533 | |
6534 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6535 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6536 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6537 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParentsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6538 public partial class ListParentsResponse { | |
6539 | |
6540 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6541 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6542 | |
6543 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6544 public SSRS.Services.ReportServiceReference.CatalogItem[] ListParentsResult; | |
6545 | |
6546 public ListParentsResponse() { | |
6547 } | |
6548 | |
6549 public ListParentsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem[] ListParentsResult) { | |
6550 this.ServerInfoHeader = ServerInfoHeader; | |
6551 this.ListParentsResult = ListParentsResult; | |
6552 } | |
6553 } | |
6554 | |
6555 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6556 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6557 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6558 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateFolder", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6559 public partial class CreateFolderRequest { | |
6560 | |
6561 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6562 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6563 | |
6564 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6565 public string Folder; | |
6566 | |
6567 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6568 public string Parent; | |
6569 | |
6570 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6571 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
6572 | |
6573 public CreateFolderRequest() { | |
6574 } | |
6575 | |
6576 public CreateFolderRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Folder, string Parent, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
6577 this.TrustedUserHeader = TrustedUserHeader; | |
6578 this.Folder = Folder; | |
6579 this.Parent = Parent; | |
6580 this.Properties = Properties; | |
6581 } | |
6582 } | |
6583 | |
6584 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6585 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6586 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6587 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateFolderResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6588 public partial class CreateFolderResponse { | |
6589 | |
6590 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6591 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6592 | |
6593 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6594 public SSRS.Services.ReportServiceReference.CatalogItem ItemInfo; | |
6595 | |
6596 public CreateFolderResponse() { | |
6597 } | |
6598 | |
6599 public CreateFolderResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem ItemInfo) { | |
6600 this.ServerInfoHeader = ServerInfoHeader; | |
6601 this.ItemInfo = ItemInfo; | |
6602 } | |
6603 } | |
6604 | |
6605 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6606 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6607 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6608 [System.ServiceModel.MessageContractAttribute(WrapperName="SetProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6609 public partial class SetPropertiesRequest { | |
6610 | |
6611 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6612 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6613 | |
6614 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6615 public string ItemPath; | |
6616 | |
6617 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6618 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
6619 | |
6620 public SetPropertiesRequest() { | |
6621 } | |
6622 | |
6623 public SetPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
6624 this.TrustedUserHeader = TrustedUserHeader; | |
6625 this.ItemPath = ItemPath; | |
6626 this.Properties = Properties; | |
6627 } | |
6628 } | |
6629 | |
6630 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6631 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6632 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6633 [System.ServiceModel.MessageContractAttribute(WrapperName="SetPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6634 public partial class SetPropertiesResponse { | |
6635 | |
6636 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6637 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6638 | |
6639 public SetPropertiesResponse() { | |
6640 } | |
6641 | |
6642 public SetPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6643 this.ServerInfoHeader = ServerInfoHeader; | |
6644 } | |
6645 } | |
6646 | |
6647 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6648 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6649 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6650 [System.ServiceModel.MessageContractAttribute(WrapperName="GetProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6651 public partial class GetPropertiesRequest { | |
6652 | |
6653 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6654 public SSRS.Services.ReportServiceReference.ItemNamespaceHeader ItemNamespaceHeader; | |
6655 | |
6656 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6657 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6658 | |
6659 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6660 public string ItemPath; | |
6661 | |
6662 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6663 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
6664 | |
6665 public GetPropertiesRequest() { | |
6666 } | |
6667 | |
6668 public GetPropertiesRequest(SSRS.Services.ReportServiceReference.ItemNamespaceHeader ItemNamespaceHeader, SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
6669 this.ItemNamespaceHeader = ItemNamespaceHeader; | |
6670 this.TrustedUserHeader = TrustedUserHeader; | |
6671 this.ItemPath = ItemPath; | |
6672 this.Properties = Properties; | |
6673 } | |
6674 } | |
6675 | |
6676 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6677 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6678 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6679 [System.ServiceModel.MessageContractAttribute(WrapperName="GetPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6680 public partial class GetPropertiesResponse { | |
6681 | |
6682 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6683 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6684 | |
6685 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6686 public SSRS.Services.ReportServiceReference.Property[] Values; | |
6687 | |
6688 public GetPropertiesResponse() { | |
6689 } | |
6690 | |
6691 public GetPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Property[] Values) { | |
6692 this.ServerInfoHeader = ServerInfoHeader; | |
6693 this.Values = Values; | |
6694 } | |
6695 } | |
6696 | |
6697 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6698 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6699 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6700 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemReferences", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6701 public partial class SetItemReferencesRequest { | |
6702 | |
6703 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6704 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6705 | |
6706 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6707 public string ItemPath; | |
6708 | |
6709 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6710 public SSRS.Services.ReportServiceReference.ItemReference[] ItemReferences; | |
6711 | |
6712 public SetItemReferencesRequest() { | |
6713 } | |
6714 | |
6715 public SetItemReferencesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ItemReference[] ItemReferences) { | |
6716 this.TrustedUserHeader = TrustedUserHeader; | |
6717 this.ItemPath = ItemPath; | |
6718 this.ItemReferences = ItemReferences; | |
6719 } | |
6720 } | |
6721 | |
6722 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6723 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6724 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6725 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemReferencesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6726 public partial class SetItemReferencesResponse { | |
6727 | |
6728 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6729 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6730 | |
6731 public SetItemReferencesResponse() { | |
6732 } | |
6733 | |
6734 public SetItemReferencesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6735 this.ServerInfoHeader = ServerInfoHeader; | |
6736 } | |
6737 } | |
6738 | |
6739 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6740 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6741 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6742 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemReferences", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6743 public partial class GetItemReferencesRequest { | |
6744 | |
6745 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6746 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6747 | |
6748 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6749 public string ItemPath; | |
6750 | |
6751 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6752 public string ReferenceItemType; | |
6753 | |
6754 public GetItemReferencesRequest() { | |
6755 } | |
6756 | |
6757 public GetItemReferencesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string ReferenceItemType) { | |
6758 this.TrustedUserHeader = TrustedUserHeader; | |
6759 this.ItemPath = ItemPath; | |
6760 this.ReferenceItemType = ReferenceItemType; | |
6761 } | |
6762 } | |
6763 | |
6764 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6765 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6766 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6767 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemReferencesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6768 public partial class GetItemReferencesResponse { | |
6769 | |
6770 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6771 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6772 | |
6773 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6774 public SSRS.Services.ReportServiceReference.ItemReferenceData[] ItemReferences; | |
6775 | |
6776 public GetItemReferencesResponse() { | |
6777 } | |
6778 | |
6779 public GetItemReferencesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ItemReferenceData[] ItemReferences) { | |
6780 this.ServerInfoHeader = ServerInfoHeader; | |
6781 this.ItemReferences = ItemReferences; | |
6782 } | |
6783 } | |
6784 | |
6785 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6786 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6787 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6788 [System.ServiceModel.MessageContractAttribute(WrapperName="ListItemTypes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6789 public partial class ListItemTypesRequest { | |
6790 | |
6791 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6792 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6793 | |
6794 public ListItemTypesRequest() { | |
6795 } | |
6796 | |
6797 public ListItemTypesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
6798 this.TrustedUserHeader = TrustedUserHeader; | |
6799 } | |
6800 } | |
6801 | |
6802 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6803 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6804 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6805 [System.ServiceModel.MessageContractAttribute(WrapperName="ListItemTypesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6806 public partial class ListItemTypesResponse { | |
6807 | |
6808 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6809 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6810 | |
6811 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6812 public string[] ListItemTypesResult; | |
6813 | |
6814 public ListItemTypesResponse() { | |
6815 } | |
6816 | |
6817 public ListItemTypesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListItemTypesResult) { | |
6818 this.ServerInfoHeader = ServerInfoHeader; | |
6819 this.ListItemTypesResult = ListItemTypesResult; | |
6820 } | |
6821 } | |
6822 | |
6823 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6824 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6825 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6826 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSubscriptionProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6827 public partial class SetSubscriptionPropertiesRequest { | |
6828 | |
6829 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6830 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6831 | |
6832 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6833 public string SubscriptionID; | |
6834 | |
6835 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6836 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
6837 | |
6838 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6839 public string Description; | |
6840 | |
6841 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
6842 public string EventType; | |
6843 | |
6844 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
6845 public string MatchData; | |
6846 | |
6847 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
6848 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
6849 | |
6850 public SetSubscriptionPropertiesRequest() { | |
6851 } | |
6852 | |
6853 public SetSubscriptionPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
6854 this.TrustedUserHeader = TrustedUserHeader; | |
6855 this.SubscriptionID = SubscriptionID; | |
6856 this.ExtensionSettings = ExtensionSettings; | |
6857 this.Description = Description; | |
6858 this.EventType = EventType; | |
6859 this.MatchData = MatchData; | |
6860 this.Parameters = Parameters; | |
6861 } | |
6862 } | |
6863 | |
6864 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6865 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6866 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6867 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSubscriptionPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6868 public partial class SetSubscriptionPropertiesResponse { | |
6869 | |
6870 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6871 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6872 | |
6873 public SetSubscriptionPropertiesResponse() { | |
6874 } | |
6875 | |
6876 public SetSubscriptionPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
6877 this.ServerInfoHeader = ServerInfoHeader; | |
6878 } | |
6879 } | |
6880 | |
6881 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6882 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6883 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6884 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSubscriptionProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6885 public partial class GetSubscriptionPropertiesRequest { | |
6886 | |
6887 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6888 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6889 | |
6890 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6891 public string SubscriptionID; | |
6892 | |
6893 public GetSubscriptionPropertiesRequest() { | |
6894 } | |
6895 | |
6896 public GetSubscriptionPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID) { | |
6897 this.TrustedUserHeader = TrustedUserHeader; | |
6898 this.SubscriptionID = SubscriptionID; | |
6899 } | |
6900 } | |
6901 | |
6902 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6903 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6904 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6905 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSubscriptionPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6906 public partial class GetSubscriptionPropertiesResponse { | |
6907 | |
6908 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6909 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
6910 | |
6911 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6912 public string Owner; | |
6913 | |
6914 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6915 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
6916 | |
6917 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6918 public string Description; | |
6919 | |
6920 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
6921 public SSRS.Services.ReportServiceReference.ActiveState Active; | |
6922 | |
6923 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
6924 public string Status; | |
6925 | |
6926 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
6927 public string EventType; | |
6928 | |
6929 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=6)] | |
6930 public string MatchData; | |
6931 | |
6932 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=7)] | |
6933 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
6934 | |
6935 public GetSubscriptionPropertiesResponse() { | |
6936 } | |
6937 | |
6938 public GetSubscriptionPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string Owner, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, string Description, SSRS.Services.ReportServiceReference.ActiveState Active, string Status, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
6939 this.ServerInfoHeader = ServerInfoHeader; | |
6940 this.Owner = Owner; | |
6941 this.ExtensionSettings = ExtensionSettings; | |
6942 this.Description = Description; | |
6943 this.Active = Active; | |
6944 this.Status = Status; | |
6945 this.EventType = EventType; | |
6946 this.MatchData = MatchData; | |
6947 this.Parameters = Parameters; | |
6948 } | |
6949 } | |
6950 | |
6951 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6952 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6953 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6954 [System.ServiceModel.MessageContractAttribute(WrapperName="SetDataDrivenSubscriptionProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
6955 public partial class SetDataDrivenSubscriptionPropertiesRequest { | |
6956 | |
6957 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
6958 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
6959 | |
6960 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
6961 public string DataDrivenSubscriptionID; | |
6962 | |
6963 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
6964 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
6965 | |
6966 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
6967 public SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan; | |
6968 | |
6969 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
6970 public string Description; | |
6971 | |
6972 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
6973 public string EventType; | |
6974 | |
6975 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
6976 public string MatchData; | |
6977 | |
6978 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=6)] | |
6979 public SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters; | |
6980 | |
6981 public SetDataDrivenSubscriptionPropertiesRequest() { | |
6982 } | |
6983 | |
6984 public SetDataDrivenSubscriptionPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataDrivenSubscriptionID, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters) { | |
6985 this.TrustedUserHeader = TrustedUserHeader; | |
6986 this.DataDrivenSubscriptionID = DataDrivenSubscriptionID; | |
6987 this.ExtensionSettings = ExtensionSettings; | |
6988 this.DataRetrievalPlan = DataRetrievalPlan; | |
6989 this.Description = Description; | |
6990 this.EventType = EventType; | |
6991 this.MatchData = MatchData; | |
6992 this.Parameters = Parameters; | |
6993 } | |
6994 } | |
6995 | |
6996 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
6997 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
6998 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
6999 [System.ServiceModel.MessageContractAttribute(WrapperName="SetDataDrivenSubscriptionPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7000 public partial class SetDataDrivenSubscriptionPropertiesResponse { | |
7001 | |
7002 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7003 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7004 | |
7005 public SetDataDrivenSubscriptionPropertiesResponse() { | |
7006 } | |
7007 | |
7008 public SetDataDrivenSubscriptionPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7009 this.ServerInfoHeader = ServerInfoHeader; | |
7010 } | |
7011 } | |
7012 | |
7013 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7014 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7015 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7016 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDataDrivenSubscriptionProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7017 public partial class GetDataDrivenSubscriptionPropertiesRequest { | |
7018 | |
7019 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7020 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7021 | |
7022 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7023 public string DataDrivenSubscriptionID; | |
7024 | |
7025 public GetDataDrivenSubscriptionPropertiesRequest() { | |
7026 } | |
7027 | |
7028 public GetDataDrivenSubscriptionPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataDrivenSubscriptionID) { | |
7029 this.TrustedUserHeader = TrustedUserHeader; | |
7030 this.DataDrivenSubscriptionID = DataDrivenSubscriptionID; | |
7031 } | |
7032 } | |
7033 | |
7034 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7035 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7036 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7037 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDataDrivenSubscriptionPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7038 public partial class GetDataDrivenSubscriptionPropertiesResponse { | |
7039 | |
7040 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7041 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7042 | |
7043 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7044 public string Owner; | |
7045 | |
7046 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7047 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
7048 | |
7049 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7050 public SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan; | |
7051 | |
7052 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
7053 public string Description; | |
7054 | |
7055 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
7056 public SSRS.Services.ReportServiceReference.ActiveState Active; | |
7057 | |
7058 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
7059 public string Status; | |
7060 | |
7061 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=6)] | |
7062 public string EventType; | |
7063 | |
7064 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=7)] | |
7065 public string MatchData; | |
7066 | |
7067 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=8)] | |
7068 public SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters; | |
7069 | |
7070 public GetDataDrivenSubscriptionPropertiesResponse() { | |
7071 } | |
7072 | |
7073 public GetDataDrivenSubscriptionPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string Owner, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, string Description, SSRS.Services.ReportServiceReference.ActiveState Active, string Status, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters) { | |
7074 this.ServerInfoHeader = ServerInfoHeader; | |
7075 this.Owner = Owner; | |
7076 this.ExtensionSettings = ExtensionSettings; | |
7077 this.DataRetrievalPlan = DataRetrievalPlan; | |
7078 this.Description = Description; | |
7079 this.Active = Active; | |
7080 this.Status = Status; | |
7081 this.EventType = EventType; | |
7082 this.MatchData = MatchData; | |
7083 this.Parameters = Parameters; | |
7084 } | |
7085 } | |
7086 | |
7087 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7088 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7089 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7090 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteSubscription", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7091 public partial class DeleteSubscriptionRequest { | |
7092 | |
7093 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7094 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7095 | |
7096 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7097 public string SubscriptionID; | |
7098 | |
7099 public DeleteSubscriptionRequest() { | |
7100 } | |
7101 | |
7102 public DeleteSubscriptionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID) { | |
7103 this.TrustedUserHeader = TrustedUserHeader; | |
7104 this.SubscriptionID = SubscriptionID; | |
7105 } | |
7106 } | |
7107 | |
7108 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7109 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7110 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7111 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteSubscriptionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7112 public partial class DeleteSubscriptionResponse { | |
7113 | |
7114 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7115 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7116 | |
7117 public DeleteSubscriptionResponse() { | |
7118 } | |
7119 | |
7120 public DeleteSubscriptionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7121 this.ServerInfoHeader = ServerInfoHeader; | |
7122 } | |
7123 } | |
7124 | |
7125 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7126 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7127 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7128 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateSubscription", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7129 public partial class CreateSubscriptionRequest { | |
7130 | |
7131 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7132 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7133 | |
7134 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7135 public string ItemPath; | |
7136 | |
7137 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7138 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
7139 | |
7140 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7141 public string Description; | |
7142 | |
7143 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
7144 public string EventType; | |
7145 | |
7146 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
7147 public string MatchData; | |
7148 | |
7149 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
7150 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
7151 | |
7152 public CreateSubscriptionRequest() { | |
7153 } | |
7154 | |
7155 public CreateSubscriptionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
7156 this.TrustedUserHeader = TrustedUserHeader; | |
7157 this.ItemPath = ItemPath; | |
7158 this.ExtensionSettings = ExtensionSettings; | |
7159 this.Description = Description; | |
7160 this.EventType = EventType; | |
7161 this.MatchData = MatchData; | |
7162 this.Parameters = Parameters; | |
7163 } | |
7164 } | |
7165 | |
7166 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7167 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7168 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7169 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateSubscriptionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7170 public partial class CreateSubscriptionResponse { | |
7171 | |
7172 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7173 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7174 | |
7175 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7176 public string SubscriptionID; | |
7177 | |
7178 public CreateSubscriptionResponse() { | |
7179 } | |
7180 | |
7181 public CreateSubscriptionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string SubscriptionID) { | |
7182 this.ServerInfoHeader = ServerInfoHeader; | |
7183 this.SubscriptionID = SubscriptionID; | |
7184 } | |
7185 } | |
7186 | |
7187 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7188 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7189 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7190 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateDataDrivenSubscription", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7191 public partial class CreateDataDrivenSubscriptionRequest { | |
7192 | |
7193 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7194 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7195 | |
7196 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7197 public string ItemPath; | |
7198 | |
7199 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7200 public SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings; | |
7201 | |
7202 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7203 public SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan; | |
7204 | |
7205 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
7206 public string Description; | |
7207 | |
7208 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
7209 public string EventType; | |
7210 | |
7211 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
7212 public string MatchData; | |
7213 | |
7214 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=6)] | |
7215 public SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters; | |
7216 | |
7217 public CreateDataDrivenSubscriptionRequest() { | |
7218 } | |
7219 | |
7220 public CreateDataDrivenSubscriptionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters) { | |
7221 this.TrustedUserHeader = TrustedUserHeader; | |
7222 this.ItemPath = ItemPath; | |
7223 this.ExtensionSettings = ExtensionSettings; | |
7224 this.DataRetrievalPlan = DataRetrievalPlan; | |
7225 this.Description = Description; | |
7226 this.EventType = EventType; | |
7227 this.MatchData = MatchData; | |
7228 this.Parameters = Parameters; | |
7229 } | |
7230 } | |
7231 | |
7232 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7233 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7234 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7235 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateDataDrivenSubscriptionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7236 public partial class CreateDataDrivenSubscriptionResponse { | |
7237 | |
7238 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7239 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7240 | |
7241 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7242 public string SubscriptionID; | |
7243 | |
7244 public CreateDataDrivenSubscriptionResponse() { | |
7245 } | |
7246 | |
7247 public CreateDataDrivenSubscriptionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string SubscriptionID) { | |
7248 this.ServerInfoHeader = ServerInfoHeader; | |
7249 this.SubscriptionID = SubscriptionID; | |
7250 } | |
7251 } | |
7252 | |
7253 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7254 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7255 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7256 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExtensionSettings", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7257 public partial class GetExtensionSettingsRequest { | |
7258 | |
7259 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7260 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7261 | |
7262 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7263 public string Extension; | |
7264 | |
7265 public GetExtensionSettingsRequest() { | |
7266 } | |
7267 | |
7268 public GetExtensionSettingsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Extension) { | |
7269 this.TrustedUserHeader = TrustedUserHeader; | |
7270 this.Extension = Extension; | |
7271 } | |
7272 } | |
7273 | |
7274 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7275 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7276 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7277 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExtensionSettingsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7278 public partial class GetExtensionSettingsResponse { | |
7279 | |
7280 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7281 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7282 | |
7283 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7284 public SSRS.Services.ReportServiceReference.ExtensionParameter[] ExtensionParameters; | |
7285 | |
7286 public GetExtensionSettingsResponse() { | |
7287 } | |
7288 | |
7289 public GetExtensionSettingsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ExtensionParameter[] ExtensionParameters) { | |
7290 this.ServerInfoHeader = ServerInfoHeader; | |
7291 this.ExtensionParameters = ExtensionParameters; | |
7292 } | |
7293 } | |
7294 | |
7295 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7296 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7297 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7298 [System.ServiceModel.MessageContractAttribute(WrapperName="ValidateExtensionSettings", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7299 public partial class ValidateExtensionSettingsRequest { | |
7300 | |
7301 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7302 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7303 | |
7304 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7305 public string Extension; | |
7306 | |
7307 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7308 public SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] ParameterValues; | |
7309 | |
7310 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7311 public string SiteUrl; | |
7312 | |
7313 public ValidateExtensionSettingsRequest() { | |
7314 } | |
7315 | |
7316 public ValidateExtensionSettingsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Extension, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] ParameterValues, string SiteUrl) { | |
7317 this.TrustedUserHeader = TrustedUserHeader; | |
7318 this.Extension = Extension; | |
7319 this.ParameterValues = ParameterValues; | |
7320 this.SiteUrl = SiteUrl; | |
7321 } | |
7322 } | |
7323 | |
7324 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7325 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7326 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7327 [System.ServiceModel.MessageContractAttribute(WrapperName="ValidateExtensionSettingsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7328 public partial class ValidateExtensionSettingsResponse { | |
7329 | |
7330 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7331 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7332 | |
7333 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7334 public SSRS.Services.ReportServiceReference.ExtensionParameter[] ParameterErrors; | |
7335 | |
7336 public ValidateExtensionSettingsResponse() { | |
7337 } | |
7338 | |
7339 public ValidateExtensionSettingsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ExtensionParameter[] ParameterErrors) { | |
7340 this.ServerInfoHeader = ServerInfoHeader; | |
7341 this.ParameterErrors = ParameterErrors; | |
7342 } | |
7343 } | |
7344 | |
7345 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7346 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7347 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7348 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSubscriptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7349 public partial class ListSubscriptionsRequest { | |
7350 | |
7351 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7352 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7353 | |
7354 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7355 public string ItemPathOrSiteURL; | |
7356 | |
7357 public ListSubscriptionsRequest() { | |
7358 } | |
7359 | |
7360 public ListSubscriptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPathOrSiteURL) { | |
7361 this.TrustedUserHeader = TrustedUserHeader; | |
7362 this.ItemPathOrSiteURL = ItemPathOrSiteURL; | |
7363 } | |
7364 } | |
7365 | |
7366 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7367 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7368 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7369 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSubscriptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7370 public partial class ListSubscriptionsResponse { | |
7371 | |
7372 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7373 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7374 | |
7375 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7376 public SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems; | |
7377 | |
7378 public ListSubscriptionsResponse() { | |
7379 } | |
7380 | |
7381 public ListSubscriptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
7382 this.ServerInfoHeader = ServerInfoHeader; | |
7383 this.SubscriptionItems = SubscriptionItems; | |
7384 } | |
7385 } | |
7386 | |
7387 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7388 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7389 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7390 [System.ServiceModel.MessageContractAttribute(WrapperName="ListMySubscriptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7391 public partial class ListMySubscriptionsRequest { | |
7392 | |
7393 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7394 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7395 | |
7396 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7397 public string ItemPathOrSiteURL; | |
7398 | |
7399 public ListMySubscriptionsRequest() { | |
7400 } | |
7401 | |
7402 public ListMySubscriptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPathOrSiteURL) { | |
7403 this.TrustedUserHeader = TrustedUserHeader; | |
7404 this.ItemPathOrSiteURL = ItemPathOrSiteURL; | |
7405 } | |
7406 } | |
7407 | |
7408 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7409 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7410 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7411 [System.ServiceModel.MessageContractAttribute(WrapperName="ListMySubscriptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7412 public partial class ListMySubscriptionsResponse { | |
7413 | |
7414 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7415 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7416 | |
7417 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7418 public SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems; | |
7419 | |
7420 public ListMySubscriptionsResponse() { | |
7421 } | |
7422 | |
7423 public ListMySubscriptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
7424 this.ServerInfoHeader = ServerInfoHeader; | |
7425 this.SubscriptionItems = SubscriptionItems; | |
7426 } | |
7427 } | |
7428 | |
7429 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7430 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7431 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7432 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSubscriptionsUsingDataSource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7433 public partial class ListSubscriptionsUsingDataSourceRequest { | |
7434 | |
7435 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7436 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7437 | |
7438 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7439 public string DataSource; | |
7440 | |
7441 public ListSubscriptionsUsingDataSourceRequest() { | |
7442 } | |
7443 | |
7444 public ListSubscriptionsUsingDataSourceRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
7445 this.TrustedUserHeader = TrustedUserHeader; | |
7446 this.DataSource = DataSource; | |
7447 } | |
7448 } | |
7449 | |
7450 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7451 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7452 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7453 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSubscriptionsUsingDataSourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7454 public partial class ListSubscriptionsUsingDataSourceResponse { | |
7455 | |
7456 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7457 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7458 | |
7459 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7460 public SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems; | |
7461 | |
7462 public ListSubscriptionsUsingDataSourceResponse() { | |
7463 } | |
7464 | |
7465 public ListSubscriptionsUsingDataSourceResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
7466 this.ServerInfoHeader = ServerInfoHeader; | |
7467 this.SubscriptionItems = SubscriptionItems; | |
7468 } | |
7469 } | |
7470 | |
7471 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7472 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7473 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7474 [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeSubscriptionOwner", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7475 public partial class ChangeSubscriptionOwnerRequest { | |
7476 | |
7477 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7478 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7479 | |
7480 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7481 public string SubscriptionID; | |
7482 | |
7483 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7484 public string NewOwner; | |
7485 | |
7486 public ChangeSubscriptionOwnerRequest() { | |
7487 } | |
7488 | |
7489 public ChangeSubscriptionOwnerRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID, string NewOwner) { | |
7490 this.TrustedUserHeader = TrustedUserHeader; | |
7491 this.SubscriptionID = SubscriptionID; | |
7492 this.NewOwner = NewOwner; | |
7493 } | |
7494 } | |
7495 | |
7496 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7497 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7498 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7499 [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeSubscriptionOwnerResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7500 public partial class ChangeSubscriptionOwnerResponse { | |
7501 | |
7502 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7503 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7504 | |
7505 public ChangeSubscriptionOwnerResponse() { | |
7506 } | |
7507 | |
7508 public ChangeSubscriptionOwnerResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7509 this.ServerInfoHeader = ServerInfoHeader; | |
7510 } | |
7511 } | |
7512 | |
7513 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7514 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7515 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7516 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateDataSource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7517 public partial class CreateDataSourceRequest { | |
7518 | |
7519 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7520 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7521 | |
7522 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7523 public string DataSource; | |
7524 | |
7525 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7526 public string Parent; | |
7527 | |
7528 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7529 public bool Overwrite; | |
7530 | |
7531 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
7532 public SSRS.Services.ReportServiceReference.DataSourceDefinition Definition; | |
7533 | |
7534 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
7535 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
7536 | |
7537 public CreateDataSourceRequest() { | |
7538 } | |
7539 | |
7540 public CreateDataSourceRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, string Parent, bool Overwrite, SSRS.Services.ReportServiceReference.DataSourceDefinition Definition, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
7541 this.TrustedUserHeader = TrustedUserHeader; | |
7542 this.DataSource = DataSource; | |
7543 this.Parent = Parent; | |
7544 this.Overwrite = Overwrite; | |
7545 this.Definition = Definition; | |
7546 this.Properties = Properties; | |
7547 } | |
7548 } | |
7549 | |
7550 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7551 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7552 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7553 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateDataSourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7554 public partial class CreateDataSourceResponse { | |
7555 | |
7556 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7557 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7558 | |
7559 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7560 public SSRS.Services.ReportServiceReference.CatalogItem ItemInfo; | |
7561 | |
7562 public CreateDataSourceResponse() { | |
7563 } | |
7564 | |
7565 public CreateDataSourceResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem ItemInfo) { | |
7566 this.ServerInfoHeader = ServerInfoHeader; | |
7567 this.ItemInfo = ItemInfo; | |
7568 } | |
7569 } | |
7570 | |
7571 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7572 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7573 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7574 [System.ServiceModel.MessageContractAttribute(WrapperName="PrepareQuery", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7575 public partial class PrepareQueryRequest { | |
7576 | |
7577 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7578 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7579 | |
7580 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7581 public SSRS.Services.ReportServiceReference.DataSource DataSource; | |
7582 | |
7583 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7584 public SSRS.Services.ReportServiceReference.DataSetDefinition DataSet; | |
7585 | |
7586 public PrepareQueryRequest() { | |
7587 } | |
7588 | |
7589 public PrepareQueryRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.DataSource DataSource, SSRS.Services.ReportServiceReference.DataSetDefinition DataSet) { | |
7590 this.TrustedUserHeader = TrustedUserHeader; | |
7591 this.DataSource = DataSource; | |
7592 this.DataSet = DataSet; | |
7593 } | |
7594 } | |
7595 | |
7596 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7597 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7598 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7599 [System.ServiceModel.MessageContractAttribute(WrapperName="PrepareQueryResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7600 public partial class PrepareQueryResponse { | |
7601 | |
7602 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7603 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7604 | |
7605 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7606 public SSRS.Services.ReportServiceReference.DataSetDefinition DataSettings; | |
7607 | |
7608 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7609 public bool Changed; | |
7610 | |
7611 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7612 public string[] ParameterNames; | |
7613 | |
7614 public PrepareQueryResponse() { | |
7615 } | |
7616 | |
7617 public PrepareQueryResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.DataSetDefinition DataSettings, bool Changed, string[] ParameterNames) { | |
7618 this.ServerInfoHeader = ServerInfoHeader; | |
7619 this.DataSettings = DataSettings; | |
7620 this.Changed = Changed; | |
7621 this.ParameterNames = ParameterNames; | |
7622 } | |
7623 } | |
7624 | |
7625 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7626 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7627 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7628 [System.ServiceModel.MessageContractAttribute(WrapperName="EnableDataSource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7629 public partial class EnableDataSourceRequest { | |
7630 | |
7631 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7632 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7633 | |
7634 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7635 public string DataSource; | |
7636 | |
7637 public EnableDataSourceRequest() { | |
7638 } | |
7639 | |
7640 public EnableDataSourceRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
7641 this.TrustedUserHeader = TrustedUserHeader; | |
7642 this.DataSource = DataSource; | |
7643 } | |
7644 } | |
7645 | |
7646 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7647 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7648 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7649 [System.ServiceModel.MessageContractAttribute(WrapperName="EnableDataSourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7650 public partial class EnableDataSourceResponse { | |
7651 | |
7652 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7653 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7654 | |
7655 public EnableDataSourceResponse() { | |
7656 } | |
7657 | |
7658 public EnableDataSourceResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7659 this.ServerInfoHeader = ServerInfoHeader; | |
7660 } | |
7661 } | |
7662 | |
7663 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7664 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7665 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7666 [System.ServiceModel.MessageContractAttribute(WrapperName="DisableDataSource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7667 public partial class DisableDataSourceRequest { | |
7668 | |
7669 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7670 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7671 | |
7672 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7673 public string DataSource; | |
7674 | |
7675 public DisableDataSourceRequest() { | |
7676 } | |
7677 | |
7678 public DisableDataSourceRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
7679 this.TrustedUserHeader = TrustedUserHeader; | |
7680 this.DataSource = DataSource; | |
7681 } | |
7682 } | |
7683 | |
7684 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7685 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7686 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7687 [System.ServiceModel.MessageContractAttribute(WrapperName="DisableDataSourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7688 public partial class DisableDataSourceResponse { | |
7689 | |
7690 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7691 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7692 | |
7693 public DisableDataSourceResponse() { | |
7694 } | |
7695 | |
7696 public DisableDataSourceResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7697 this.ServerInfoHeader = ServerInfoHeader; | |
7698 } | |
7699 } | |
7700 | |
7701 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7702 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7703 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7704 [System.ServiceModel.MessageContractAttribute(WrapperName="SetDataSourceContents", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7705 public partial class SetDataSourceContentsRequest { | |
7706 | |
7707 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7708 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7709 | |
7710 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7711 public string DataSource; | |
7712 | |
7713 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7714 public SSRS.Services.ReportServiceReference.DataSourceDefinition Definition; | |
7715 | |
7716 public SetDataSourceContentsRequest() { | |
7717 } | |
7718 | |
7719 public SetDataSourceContentsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, SSRS.Services.ReportServiceReference.DataSourceDefinition Definition) { | |
7720 this.TrustedUserHeader = TrustedUserHeader; | |
7721 this.DataSource = DataSource; | |
7722 this.Definition = Definition; | |
7723 } | |
7724 } | |
7725 | |
7726 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7727 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7728 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7729 [System.ServiceModel.MessageContractAttribute(WrapperName="SetDataSourceContentsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7730 public partial class SetDataSourceContentsResponse { | |
7731 | |
7732 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7733 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7734 | |
7735 public SetDataSourceContentsResponse() { | |
7736 } | |
7737 | |
7738 public SetDataSourceContentsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7739 this.ServerInfoHeader = ServerInfoHeader; | |
7740 } | |
7741 } | |
7742 | |
7743 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7744 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7745 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7746 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDataSourceContents", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7747 public partial class GetDataSourceContentsRequest { | |
7748 | |
7749 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7750 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7751 | |
7752 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7753 public string DataSource; | |
7754 | |
7755 public GetDataSourceContentsRequest() { | |
7756 } | |
7757 | |
7758 public GetDataSourceContentsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
7759 this.TrustedUserHeader = TrustedUserHeader; | |
7760 this.DataSource = DataSource; | |
7761 } | |
7762 } | |
7763 | |
7764 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7765 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7766 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7767 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDataSourceContentsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7768 public partial class GetDataSourceContentsResponse { | |
7769 | |
7770 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7771 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7772 | |
7773 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7774 public SSRS.Services.ReportServiceReference.DataSourceDefinition Definition; | |
7775 | |
7776 public GetDataSourceContentsResponse() { | |
7777 } | |
7778 | |
7779 public GetDataSourceContentsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.DataSourceDefinition Definition) { | |
7780 this.ServerInfoHeader = ServerInfoHeader; | |
7781 this.Definition = Definition; | |
7782 } | |
7783 } | |
7784 | |
7785 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7786 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7787 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7788 [System.ServiceModel.MessageContractAttribute(WrapperName="ListDatabaseCredentialRetrievalOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7789 public partial class ListDatabaseCredentialRetrievalOptionsRequest { | |
7790 | |
7791 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7792 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7793 | |
7794 public ListDatabaseCredentialRetrievalOptionsRequest() { | |
7795 } | |
7796 | |
7797 public ListDatabaseCredentialRetrievalOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
7798 this.TrustedUserHeader = TrustedUserHeader; | |
7799 } | |
7800 } | |
7801 | |
7802 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7803 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7804 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7805 [System.ServiceModel.MessageContractAttribute(WrapperName="ListDatabaseCredentialRetrievalOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7806 public partial class ListDatabaseCredentialRetrievalOptionsResponse { | |
7807 | |
7808 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7809 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7810 | |
7811 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7812 public string[] ListDatabaseCredentialRetrievalOptionsResult; | |
7813 | |
7814 public ListDatabaseCredentialRetrievalOptionsResponse() { | |
7815 } | |
7816 | |
7817 public ListDatabaseCredentialRetrievalOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListDatabaseCredentialRetrievalOptionsResult) { | |
7818 this.ServerInfoHeader = ServerInfoHeader; | |
7819 this.ListDatabaseCredentialRetrievalOptionsResult = ListDatabaseCredentialRetrievalOptionsResult; | |
7820 } | |
7821 } | |
7822 | |
7823 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7824 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7825 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7826 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemDataSources", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7827 public partial class SetItemDataSourcesRequest { | |
7828 | |
7829 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7830 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7831 | |
7832 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7833 public string ItemPath; | |
7834 | |
7835 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7836 public SSRS.Services.ReportServiceReference.DataSource[] DataSources; | |
7837 | |
7838 public SetItemDataSourcesRequest() { | |
7839 } | |
7840 | |
7841 public SetItemDataSourcesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.DataSource[] DataSources) { | |
7842 this.TrustedUserHeader = TrustedUserHeader; | |
7843 this.ItemPath = ItemPath; | |
7844 this.DataSources = DataSources; | |
7845 } | |
7846 } | |
7847 | |
7848 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7849 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7850 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7851 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemDataSourcesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7852 public partial class SetItemDataSourcesResponse { | |
7853 | |
7854 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7855 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7856 | |
7857 public SetItemDataSourcesResponse() { | |
7858 } | |
7859 | |
7860 public SetItemDataSourcesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
7861 this.ServerInfoHeader = ServerInfoHeader; | |
7862 } | |
7863 } | |
7864 | |
7865 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7866 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7867 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7868 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDataSources", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7869 public partial class GetItemDataSourcesRequest { | |
7870 | |
7871 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7872 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7873 | |
7874 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7875 public string ItemPath; | |
7876 | |
7877 public GetItemDataSourcesRequest() { | |
7878 } | |
7879 | |
7880 public GetItemDataSourcesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
7881 this.TrustedUserHeader = TrustedUserHeader; | |
7882 this.ItemPath = ItemPath; | |
7883 } | |
7884 } | |
7885 | |
7886 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7887 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7888 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7889 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDataSourcesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7890 public partial class GetItemDataSourcesResponse { | |
7891 | |
7892 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7893 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7894 | |
7895 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7896 public SSRS.Services.ReportServiceReference.DataSource[] DataSources; | |
7897 | |
7898 public GetItemDataSourcesResponse() { | |
7899 } | |
7900 | |
7901 public GetItemDataSourcesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.DataSource[] DataSources) { | |
7902 this.ServerInfoHeader = ServerInfoHeader; | |
7903 this.DataSources = DataSources; | |
7904 } | |
7905 } | |
7906 | |
7907 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7908 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7909 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7910 [System.ServiceModel.MessageContractAttribute(WrapperName="TestConnectForDataSourceDefinition", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7911 public partial class TestConnectForDataSourceDefinitionRequest { | |
7912 | |
7913 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7914 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7915 | |
7916 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7917 public SSRS.Services.ReportServiceReference.DataSourceDefinition DataSourceDefinition; | |
7918 | |
7919 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7920 public string UserName; | |
7921 | |
7922 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7923 public string Password; | |
7924 | |
7925 public TestConnectForDataSourceDefinitionRequest() { | |
7926 } | |
7927 | |
7928 public TestConnectForDataSourceDefinitionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.DataSourceDefinition DataSourceDefinition, string UserName, string Password) { | |
7929 this.TrustedUserHeader = TrustedUserHeader; | |
7930 this.DataSourceDefinition = DataSourceDefinition; | |
7931 this.UserName = UserName; | |
7932 this.Password = Password; | |
7933 } | |
7934 } | |
7935 | |
7936 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7937 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7938 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7939 [System.ServiceModel.MessageContractAttribute(WrapperName="TestConnectForDataSourceDefinitionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7940 public partial class TestConnectForDataSourceDefinitionResponse { | |
7941 | |
7942 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7943 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
7944 | |
7945 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7946 public bool TestConnectForDataSourceDefinitionResult; | |
7947 | |
7948 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7949 public string ConnectError; | |
7950 | |
7951 public TestConnectForDataSourceDefinitionResponse() { | |
7952 } | |
7953 | |
7954 public TestConnectForDataSourceDefinitionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool TestConnectForDataSourceDefinitionResult, string ConnectError) { | |
7955 this.ServerInfoHeader = ServerInfoHeader; | |
7956 this.TestConnectForDataSourceDefinitionResult = TestConnectForDataSourceDefinitionResult; | |
7957 this.ConnectError = ConnectError; | |
7958 } | |
7959 } | |
7960 | |
7961 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7962 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7963 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7964 [System.ServiceModel.MessageContractAttribute(WrapperName="TestConnectForItemDataSource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7965 public partial class TestConnectForItemDataSourceRequest { | |
7966 | |
7967 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
7968 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
7969 | |
7970 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
7971 public string ItemPath; | |
7972 | |
7973 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
7974 public string DataSourceName; | |
7975 | |
7976 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
7977 public string UserName; | |
7978 | |
7979 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
7980 public string Password; | |
7981 | |
7982 public TestConnectForItemDataSourceRequest() { | |
7983 } | |
7984 | |
7985 public TestConnectForItemDataSourceRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string DataSourceName, string UserName, string Password) { | |
7986 this.TrustedUserHeader = TrustedUserHeader; | |
7987 this.ItemPath = ItemPath; | |
7988 this.DataSourceName = DataSourceName; | |
7989 this.UserName = UserName; | |
7990 this.Password = Password; | |
7991 } | |
7992 } | |
7993 | |
7994 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
7995 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
7996 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
7997 [System.ServiceModel.MessageContractAttribute(WrapperName="TestConnectForItemDataSourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
7998 public partial class TestConnectForItemDataSourceResponse { | |
7999 | |
8000 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8001 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8002 | |
8003 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8004 public bool TestConnectForItemDataSourceResult; | |
8005 | |
8006 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8007 public string ConnectError; | |
8008 | |
8009 public TestConnectForItemDataSourceResponse() { | |
8010 } | |
8011 | |
8012 public TestConnectForItemDataSourceResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool TestConnectForItemDataSourceResult, string ConnectError) { | |
8013 this.ServerInfoHeader = ServerInfoHeader; | |
8014 this.TestConnectForItemDataSourceResult = TestConnectForItemDataSourceResult; | |
8015 this.ConnectError = ConnectError; | |
8016 } | |
8017 } | |
8018 | |
8019 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8020 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8021 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8022 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateRole", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8023 public partial class CreateRoleRequest { | |
8024 | |
8025 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8026 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8027 | |
8028 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8029 public string Name; | |
8030 | |
8031 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8032 public string Description; | |
8033 | |
8034 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8035 public string[] TaskIDs; | |
8036 | |
8037 public CreateRoleRequest() { | |
8038 } | |
8039 | |
8040 public CreateRoleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string Description, string[] TaskIDs) { | |
8041 this.TrustedUserHeader = TrustedUserHeader; | |
8042 this.Name = Name; | |
8043 this.Description = Description; | |
8044 this.TaskIDs = TaskIDs; | |
8045 } | |
8046 } | |
8047 | |
8048 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8049 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8050 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8051 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateRoleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8052 public partial class CreateRoleResponse { | |
8053 | |
8054 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8055 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8056 | |
8057 public CreateRoleResponse() { | |
8058 } | |
8059 | |
8060 public CreateRoleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8061 this.ServerInfoHeader = ServerInfoHeader; | |
8062 } | |
8063 } | |
8064 | |
8065 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8066 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8067 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8068 [System.ServiceModel.MessageContractAttribute(WrapperName="SetRoleProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8069 public partial class SetRolePropertiesRequest { | |
8070 | |
8071 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8072 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8073 | |
8074 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8075 public string Name; | |
8076 | |
8077 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8078 public string Description; | |
8079 | |
8080 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8081 public string[] TaskIDs; | |
8082 | |
8083 public SetRolePropertiesRequest() { | |
8084 } | |
8085 | |
8086 public SetRolePropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string Description, string[] TaskIDs) { | |
8087 this.TrustedUserHeader = TrustedUserHeader; | |
8088 this.Name = Name; | |
8089 this.Description = Description; | |
8090 this.TaskIDs = TaskIDs; | |
8091 } | |
8092 } | |
8093 | |
8094 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8095 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8096 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8097 [System.ServiceModel.MessageContractAttribute(WrapperName="SetRolePropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8098 public partial class SetRolePropertiesResponse { | |
8099 | |
8100 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8101 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8102 | |
8103 public SetRolePropertiesResponse() { | |
8104 } | |
8105 | |
8106 public SetRolePropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8107 this.ServerInfoHeader = ServerInfoHeader; | |
8108 } | |
8109 } | |
8110 | |
8111 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8112 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8113 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8114 [System.ServiceModel.MessageContractAttribute(WrapperName="GetRoleProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8115 public partial class GetRolePropertiesRequest { | |
8116 | |
8117 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8118 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8119 | |
8120 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8121 public string Name; | |
8122 | |
8123 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8124 public string SiteUrl; | |
8125 | |
8126 public GetRolePropertiesRequest() { | |
8127 } | |
8128 | |
8129 public GetRolePropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string SiteUrl) { | |
8130 this.TrustedUserHeader = TrustedUserHeader; | |
8131 this.Name = Name; | |
8132 this.SiteUrl = SiteUrl; | |
8133 } | |
8134 } | |
8135 | |
8136 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8137 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8138 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8139 [System.ServiceModel.MessageContractAttribute(WrapperName="GetRolePropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8140 public partial class GetRolePropertiesResponse { | |
8141 | |
8142 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8143 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8144 | |
8145 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8146 public string[] TaskIDs; | |
8147 | |
8148 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8149 public string Description; | |
8150 | |
8151 public GetRolePropertiesResponse() { | |
8152 } | |
8153 | |
8154 public GetRolePropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] TaskIDs, string Description) { | |
8155 this.ServerInfoHeader = ServerInfoHeader; | |
8156 this.TaskIDs = TaskIDs; | |
8157 this.Description = Description; | |
8158 } | |
8159 } | |
8160 | |
8161 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8162 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8163 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8164 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteRole", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8165 public partial class DeleteRoleRequest { | |
8166 | |
8167 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8168 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8169 | |
8170 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8171 public string Name; | |
8172 | |
8173 public DeleteRoleRequest() { | |
8174 } | |
8175 | |
8176 public DeleteRoleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name) { | |
8177 this.TrustedUserHeader = TrustedUserHeader; | |
8178 this.Name = Name; | |
8179 } | |
8180 } | |
8181 | |
8182 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8183 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8184 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8185 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteRoleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8186 public partial class DeleteRoleResponse { | |
8187 | |
8188 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8189 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8190 | |
8191 public DeleteRoleResponse() { | |
8192 } | |
8193 | |
8194 public DeleteRoleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8195 this.ServerInfoHeader = ServerInfoHeader; | |
8196 } | |
8197 } | |
8198 | |
8199 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8200 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8201 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8202 [System.ServiceModel.MessageContractAttribute(WrapperName="ListRoles", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8203 public partial class ListRolesRequest { | |
8204 | |
8205 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8206 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8207 | |
8208 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8209 public string SecurityScope; | |
8210 | |
8211 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8212 public string SiteUrl; | |
8213 | |
8214 public ListRolesRequest() { | |
8215 } | |
8216 | |
8217 public ListRolesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SecurityScope, string SiteUrl) { | |
8218 this.TrustedUserHeader = TrustedUserHeader; | |
8219 this.SecurityScope = SecurityScope; | |
8220 this.SiteUrl = SiteUrl; | |
8221 } | |
8222 } | |
8223 | |
8224 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8225 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8226 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8227 [System.ServiceModel.MessageContractAttribute(WrapperName="ListRolesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8228 public partial class ListRolesResponse { | |
8229 | |
8230 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8231 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8232 | |
8233 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8234 public SSRS.Services.ReportServiceReference.Role[] Roles; | |
8235 | |
8236 public ListRolesResponse() { | |
8237 } | |
8238 | |
8239 public ListRolesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Role[] Roles) { | |
8240 this.ServerInfoHeader = ServerInfoHeader; | |
8241 this.Roles = Roles; | |
8242 } | |
8243 } | |
8244 | |
8245 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8246 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8247 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8248 [System.ServiceModel.MessageContractAttribute(WrapperName="ListTasks", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8249 public partial class ListTasksRequest { | |
8250 | |
8251 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8252 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8253 | |
8254 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8255 public string SecurityScope; | |
8256 | |
8257 public ListTasksRequest() { | |
8258 } | |
8259 | |
8260 public ListTasksRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SecurityScope) { | |
8261 this.TrustedUserHeader = TrustedUserHeader; | |
8262 this.SecurityScope = SecurityScope; | |
8263 } | |
8264 } | |
8265 | |
8266 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8267 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8268 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8269 [System.ServiceModel.MessageContractAttribute(WrapperName="ListTasksResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8270 public partial class ListTasksResponse { | |
8271 | |
8272 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8273 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8274 | |
8275 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8276 public SSRS.Services.ReportServiceReference.Task[] Tasks; | |
8277 | |
8278 public ListTasksResponse() { | |
8279 } | |
8280 | |
8281 public ListTasksResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Task[] Tasks) { | |
8282 this.ServerInfoHeader = ServerInfoHeader; | |
8283 this.Tasks = Tasks; | |
8284 } | |
8285 } | |
8286 | |
8287 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8288 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8289 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8290 [System.ServiceModel.MessageContractAttribute(WrapperName="SetPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8291 public partial class SetPoliciesRequest { | |
8292 | |
8293 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8294 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8295 | |
8296 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8297 public string ItemPath; | |
8298 | |
8299 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8300 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
8301 | |
8302 public SetPoliciesRequest() { | |
8303 } | |
8304 | |
8305 public SetPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
8306 this.TrustedUserHeader = TrustedUserHeader; | |
8307 this.ItemPath = ItemPath; | |
8308 this.Policies = Policies; | |
8309 } | |
8310 } | |
8311 | |
8312 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8313 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8314 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8315 [System.ServiceModel.MessageContractAttribute(WrapperName="SetPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8316 public partial class SetPoliciesResponse { | |
8317 | |
8318 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8319 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8320 | |
8321 public SetPoliciesResponse() { | |
8322 } | |
8323 | |
8324 public SetPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8325 this.ServerInfoHeader = ServerInfoHeader; | |
8326 } | |
8327 } | |
8328 | |
8329 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8330 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8331 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8332 [System.ServiceModel.MessageContractAttribute(WrapperName="GetPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8333 public partial class GetPoliciesRequest { | |
8334 | |
8335 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8336 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8337 | |
8338 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8339 public string ItemPath; | |
8340 | |
8341 public GetPoliciesRequest() { | |
8342 } | |
8343 | |
8344 public GetPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
8345 this.TrustedUserHeader = TrustedUserHeader; | |
8346 this.ItemPath = ItemPath; | |
8347 } | |
8348 } | |
8349 | |
8350 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8351 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8352 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8353 [System.ServiceModel.MessageContractAttribute(WrapperName="GetPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8354 public partial class GetPoliciesResponse { | |
8355 | |
8356 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8357 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8358 | |
8359 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8360 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
8361 | |
8362 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8363 public bool InheritParent; | |
8364 | |
8365 public GetPoliciesResponse() { | |
8366 } | |
8367 | |
8368 public GetPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Policy[] Policies, bool InheritParent) { | |
8369 this.ServerInfoHeader = ServerInfoHeader; | |
8370 this.Policies = Policies; | |
8371 this.InheritParent = InheritParent; | |
8372 } | |
8373 } | |
8374 | |
8375 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8376 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8377 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8378 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDataSourcePrompts", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8379 public partial class GetItemDataSourcePromptsRequest { | |
8380 | |
8381 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8382 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8383 | |
8384 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8385 public string ItemPath; | |
8386 | |
8387 public GetItemDataSourcePromptsRequest() { | |
8388 } | |
8389 | |
8390 public GetItemDataSourcePromptsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
8391 this.TrustedUserHeader = TrustedUserHeader; | |
8392 this.ItemPath = ItemPath; | |
8393 } | |
8394 } | |
8395 | |
8396 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8397 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8398 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8399 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemDataSourcePromptsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8400 public partial class GetItemDataSourcePromptsResponse { | |
8401 | |
8402 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8403 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8404 | |
8405 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8406 public SSRS.Services.ReportServiceReference.DataSourcePrompt[] DataSourcePrompts; | |
8407 | |
8408 public GetItemDataSourcePromptsResponse() { | |
8409 } | |
8410 | |
8411 public GetItemDataSourcePromptsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.DataSourcePrompt[] DataSourcePrompts) { | |
8412 this.ServerInfoHeader = ServerInfoHeader; | |
8413 this.DataSourcePrompts = DataSourcePrompts; | |
8414 } | |
8415 } | |
8416 | |
8417 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8418 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8419 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8420 [System.ServiceModel.MessageContractAttribute(WrapperName="GenerateModel", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8421 public partial class GenerateModelRequest { | |
8422 | |
8423 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8424 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8425 | |
8426 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8427 public string DataSource; | |
8428 | |
8429 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8430 public string Model; | |
8431 | |
8432 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8433 public string Parent; | |
8434 | |
8435 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
8436 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
8437 | |
8438 public GenerateModelRequest() { | |
8439 } | |
8440 | |
8441 public GenerateModelRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, string Model, string Parent, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
8442 this.TrustedUserHeader = TrustedUserHeader; | |
8443 this.DataSource = DataSource; | |
8444 this.Model = Model; | |
8445 this.Parent = Parent; | |
8446 this.Properties = Properties; | |
8447 } | |
8448 } | |
8449 | |
8450 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8451 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8452 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8453 [System.ServiceModel.MessageContractAttribute(WrapperName="GenerateModelResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8454 public partial class GenerateModelResponse { | |
8455 | |
8456 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8457 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8458 | |
8459 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8460 public SSRS.Services.ReportServiceReference.CatalogItem ItemInfo; | |
8461 | |
8462 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8463 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
8464 | |
8465 public GenerateModelResponse() { | |
8466 } | |
8467 | |
8468 public GenerateModelResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem ItemInfo, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
8469 this.ServerInfoHeader = ServerInfoHeader; | |
8470 this.ItemInfo = ItemInfo; | |
8471 this.Warnings = Warnings; | |
8472 } | |
8473 } | |
8474 | |
8475 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8476 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8477 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8478 [System.ServiceModel.MessageContractAttribute(WrapperName="GetModelItemPermissions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8479 public partial class GetModelItemPermissionsRequest { | |
8480 | |
8481 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8482 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8483 | |
8484 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8485 public string Model; | |
8486 | |
8487 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8488 public string ModelItemID; | |
8489 | |
8490 public GetModelItemPermissionsRequest() { | |
8491 } | |
8492 | |
8493 public GetModelItemPermissionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID) { | |
8494 this.TrustedUserHeader = TrustedUserHeader; | |
8495 this.Model = Model; | |
8496 this.ModelItemID = ModelItemID; | |
8497 } | |
8498 } | |
8499 | |
8500 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8501 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8502 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8503 [System.ServiceModel.MessageContractAttribute(WrapperName="GetModelItemPermissionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8504 public partial class GetModelItemPermissionsResponse { | |
8505 | |
8506 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8507 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8508 | |
8509 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8510 public string[] Permissions; | |
8511 | |
8512 public GetModelItemPermissionsResponse() { | |
8513 } | |
8514 | |
8515 public GetModelItemPermissionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] Permissions) { | |
8516 this.ServerInfoHeader = ServerInfoHeader; | |
8517 this.Permissions = Permissions; | |
8518 } | |
8519 } | |
8520 | |
8521 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8522 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8523 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8524 [System.ServiceModel.MessageContractAttribute(WrapperName="SetModelItemPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8525 public partial class SetModelItemPoliciesRequest { | |
8526 | |
8527 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8528 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8529 | |
8530 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8531 public string Model; | |
8532 | |
8533 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8534 public string ModelItemID; | |
8535 | |
8536 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8537 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
8538 | |
8539 public SetModelItemPoliciesRequest() { | |
8540 } | |
8541 | |
8542 public SetModelItemPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
8543 this.TrustedUserHeader = TrustedUserHeader; | |
8544 this.Model = Model; | |
8545 this.ModelItemID = ModelItemID; | |
8546 this.Policies = Policies; | |
8547 } | |
8548 } | |
8549 | |
8550 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8551 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8552 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8553 [System.ServiceModel.MessageContractAttribute(WrapperName="SetModelItemPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8554 public partial class SetModelItemPoliciesResponse { | |
8555 | |
8556 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8557 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8558 | |
8559 public SetModelItemPoliciesResponse() { | |
8560 } | |
8561 | |
8562 public SetModelItemPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8563 this.ServerInfoHeader = ServerInfoHeader; | |
8564 } | |
8565 } | |
8566 | |
8567 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8568 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8569 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8570 [System.ServiceModel.MessageContractAttribute(WrapperName="GetModelItemPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8571 public partial class GetModelItemPoliciesRequest { | |
8572 | |
8573 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8574 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8575 | |
8576 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8577 public string Model; | |
8578 | |
8579 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8580 public string ModelItemID; | |
8581 | |
8582 public GetModelItemPoliciesRequest() { | |
8583 } | |
8584 | |
8585 public GetModelItemPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID) { | |
8586 this.TrustedUserHeader = TrustedUserHeader; | |
8587 this.Model = Model; | |
8588 this.ModelItemID = ModelItemID; | |
8589 } | |
8590 } | |
8591 | |
8592 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8593 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8594 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8595 [System.ServiceModel.MessageContractAttribute(WrapperName="GetModelItemPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8596 public partial class GetModelItemPoliciesResponse { | |
8597 | |
8598 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8599 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8600 | |
8601 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8602 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
8603 | |
8604 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8605 public bool InheritParent; | |
8606 | |
8607 public GetModelItemPoliciesResponse() { | |
8608 } | |
8609 | |
8610 public GetModelItemPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Policy[] Policies, bool InheritParent) { | |
8611 this.ServerInfoHeader = ServerInfoHeader; | |
8612 this.Policies = Policies; | |
8613 this.InheritParent = InheritParent; | |
8614 } | |
8615 } | |
8616 | |
8617 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8618 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8619 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8620 [System.ServiceModel.MessageContractAttribute(WrapperName="GetUserModel", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8621 public partial class GetUserModelRequest { | |
8622 | |
8623 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8624 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8625 | |
8626 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8627 public string Model; | |
8628 | |
8629 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8630 public string Perspective; | |
8631 | |
8632 public GetUserModelRequest() { | |
8633 } | |
8634 | |
8635 public GetUserModelRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string Perspective) { | |
8636 this.TrustedUserHeader = TrustedUserHeader; | |
8637 this.Model = Model; | |
8638 this.Perspective = Perspective; | |
8639 } | |
8640 } | |
8641 | |
8642 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8643 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8644 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8645 [System.ServiceModel.MessageContractAttribute(WrapperName="GetUserModelResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8646 public partial class GetUserModelResponse { | |
8647 | |
8648 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8649 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8650 | |
8651 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8652 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] | |
8653 public byte[] Definition; | |
8654 | |
8655 public GetUserModelResponse() { | |
8656 } | |
8657 | |
8658 public GetUserModelResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Definition) { | |
8659 this.ServerInfoHeader = ServerInfoHeader; | |
8660 this.Definition = Definition; | |
8661 } | |
8662 } | |
8663 | |
8664 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8665 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8666 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8667 [System.ServiceModel.MessageContractAttribute(WrapperName="InheritModelItemParentSecurity", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8668 public partial class InheritModelItemParentSecurityRequest { | |
8669 | |
8670 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8671 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8672 | |
8673 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8674 public string Model; | |
8675 | |
8676 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8677 public string ModelItemID; | |
8678 | |
8679 public InheritModelItemParentSecurityRequest() { | |
8680 } | |
8681 | |
8682 public InheritModelItemParentSecurityRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID) { | |
8683 this.TrustedUserHeader = TrustedUserHeader; | |
8684 this.Model = Model; | |
8685 this.ModelItemID = ModelItemID; | |
8686 } | |
8687 } | |
8688 | |
8689 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8690 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8691 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8692 [System.ServiceModel.MessageContractAttribute(WrapperName="InheritModelItemParentSecurityResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8693 public partial class InheritModelItemParentSecurityResponse { | |
8694 | |
8695 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8696 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8697 | |
8698 public InheritModelItemParentSecurityResponse() { | |
8699 } | |
8700 | |
8701 public InheritModelItemParentSecurityResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8702 this.ServerInfoHeader = ServerInfoHeader; | |
8703 } | |
8704 } | |
8705 | |
8706 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8707 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8708 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8709 [System.ServiceModel.MessageContractAttribute(WrapperName="SetModelDrillthroughReports", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8710 public partial class SetModelDrillthroughReportsRequest { | |
8711 | |
8712 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8713 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8714 | |
8715 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8716 public string Model; | |
8717 | |
8718 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8719 public string ModelItemID; | |
8720 | |
8721 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8722 public SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports; | |
8723 | |
8724 public SetModelDrillthroughReportsRequest() { | |
8725 } | |
8726 | |
8727 public SetModelDrillthroughReportsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports) { | |
8728 this.TrustedUserHeader = TrustedUserHeader; | |
8729 this.Model = Model; | |
8730 this.ModelItemID = ModelItemID; | |
8731 this.Reports = Reports; | |
8732 } | |
8733 } | |
8734 | |
8735 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8736 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8737 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8738 [System.ServiceModel.MessageContractAttribute(WrapperName="SetModelDrillthroughReportsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8739 public partial class SetModelDrillthroughReportsResponse { | |
8740 | |
8741 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8742 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8743 | |
8744 public SetModelDrillthroughReportsResponse() { | |
8745 } | |
8746 | |
8747 public SetModelDrillthroughReportsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
8748 this.ServerInfoHeader = ServerInfoHeader; | |
8749 } | |
8750 } | |
8751 | |
8752 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8753 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8754 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8755 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelDrillthroughReports", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8756 public partial class ListModelDrillthroughReportsRequest { | |
8757 | |
8758 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8759 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8760 | |
8761 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8762 public string Model; | |
8763 | |
8764 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8765 public string ModelItemID; | |
8766 | |
8767 public ListModelDrillthroughReportsRequest() { | |
8768 } | |
8769 | |
8770 public ListModelDrillthroughReportsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID) { | |
8771 this.TrustedUserHeader = TrustedUserHeader; | |
8772 this.Model = Model; | |
8773 this.ModelItemID = ModelItemID; | |
8774 } | |
8775 } | |
8776 | |
8777 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8778 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8779 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8780 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelDrillthroughReportsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8781 public partial class ListModelDrillthroughReportsResponse { | |
8782 | |
8783 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8784 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8785 | |
8786 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8787 public SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports; | |
8788 | |
8789 public ListModelDrillthroughReportsResponse() { | |
8790 } | |
8791 | |
8792 public ListModelDrillthroughReportsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports) { | |
8793 this.ServerInfoHeader = ServerInfoHeader; | |
8794 this.Reports = Reports; | |
8795 } | |
8796 } | |
8797 | |
8798 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8799 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8800 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8801 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelItemChildren", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8802 public partial class ListModelItemChildrenRequest { | |
8803 | |
8804 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8805 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8806 | |
8807 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8808 public string Model; | |
8809 | |
8810 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
8811 public string ModelItemID; | |
8812 | |
8813 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
8814 public bool Recursive; | |
8815 | |
8816 public ListModelItemChildrenRequest() { | |
8817 } | |
8818 | |
8819 public ListModelItemChildrenRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, bool Recursive) { | |
8820 this.TrustedUserHeader = TrustedUserHeader; | |
8821 this.Model = Model; | |
8822 this.ModelItemID = ModelItemID; | |
8823 this.Recursive = Recursive; | |
8824 } | |
8825 } | |
8826 | |
8827 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8828 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8829 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8830 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelItemChildrenResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8831 public partial class ListModelItemChildrenResponse { | |
8832 | |
8833 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8834 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8835 | |
8836 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8837 public SSRS.Services.ReportServiceReference.ModelItem[] ModelItems; | |
8838 | |
8839 public ListModelItemChildrenResponse() { | |
8840 } | |
8841 | |
8842 public ListModelItemChildrenResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ModelItem[] ModelItems) { | |
8843 this.ServerInfoHeader = ServerInfoHeader; | |
8844 this.ModelItems = ModelItems; | |
8845 } | |
8846 } | |
8847 | |
8848 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8849 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8850 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8851 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelItemTypes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8852 public partial class ListModelItemTypesRequest { | |
8853 | |
8854 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8855 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8856 | |
8857 public ListModelItemTypesRequest() { | |
8858 } | |
8859 | |
8860 public ListModelItemTypesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
8861 this.TrustedUserHeader = TrustedUserHeader; | |
8862 } | |
8863 } | |
8864 | |
8865 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8866 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8867 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8868 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelItemTypesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8869 public partial class ListModelItemTypesResponse { | |
8870 | |
8871 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8872 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8873 | |
8874 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8875 public string[] ListModelItemTypesResult; | |
8876 | |
8877 public ListModelItemTypesResponse() { | |
8878 } | |
8879 | |
8880 public ListModelItemTypesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListModelItemTypesResult) { | |
8881 this.ServerInfoHeader = ServerInfoHeader; | |
8882 this.ListModelItemTypesResult = ListModelItemTypesResult; | |
8883 } | |
8884 } | |
8885 | |
8886 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8887 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8888 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8889 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelPerspectives", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8890 public partial class ListModelPerspectivesRequest { | |
8891 | |
8892 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8893 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8894 | |
8895 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8896 public string Model; | |
8897 | |
8898 public ListModelPerspectivesRequest() { | |
8899 } | |
8900 | |
8901 public ListModelPerspectivesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model) { | |
8902 this.TrustedUserHeader = TrustedUserHeader; | |
8903 this.Model = Model; | |
8904 } | |
8905 } | |
8906 | |
8907 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8908 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8909 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8910 [System.ServiceModel.MessageContractAttribute(WrapperName="ListModelPerspectivesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8911 public partial class ListModelPerspectivesResponse { | |
8912 | |
8913 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8914 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8915 | |
8916 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8917 public SSRS.Services.ReportServiceReference.ModelCatalogItem[] ModelCatalogItems; | |
8918 | |
8919 public ListModelPerspectivesResponse() { | |
8920 } | |
8921 | |
8922 public ListModelPerspectivesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ModelCatalogItem[] ModelCatalogItems) { | |
8923 this.ServerInfoHeader = ServerInfoHeader; | |
8924 this.ModelCatalogItems = ModelCatalogItems; | |
8925 } | |
8926 } | |
8927 | |
8928 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8929 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8930 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8931 [System.ServiceModel.MessageContractAttribute(WrapperName="RegenerateModel", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8932 public partial class RegenerateModelRequest { | |
8933 | |
8934 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8935 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8936 | |
8937 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8938 public string Model; | |
8939 | |
8940 public RegenerateModelRequest() { | |
8941 } | |
8942 | |
8943 public RegenerateModelRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model) { | |
8944 this.TrustedUserHeader = TrustedUserHeader; | |
8945 this.Model = Model; | |
8946 } | |
8947 } | |
8948 | |
8949 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8950 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8951 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8952 [System.ServiceModel.MessageContractAttribute(WrapperName="RegenerateModelResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8953 public partial class RegenerateModelResponse { | |
8954 | |
8955 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8956 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8957 | |
8958 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8959 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
8960 | |
8961 public RegenerateModelResponse() { | |
8962 } | |
8963 | |
8964 public RegenerateModelResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
8965 this.ServerInfoHeader = ServerInfoHeader; | |
8966 this.Warnings = Warnings; | |
8967 } | |
8968 } | |
8969 | |
8970 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8971 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8972 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8973 [System.ServiceModel.MessageContractAttribute(WrapperName="RemoveAllModelItemPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8974 public partial class RemoveAllModelItemPoliciesRequest { | |
8975 | |
8976 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8977 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
8978 | |
8979 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
8980 public string Model; | |
8981 | |
8982 public RemoveAllModelItemPoliciesRequest() { | |
8983 } | |
8984 | |
8985 public RemoveAllModelItemPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model) { | |
8986 this.TrustedUserHeader = TrustedUserHeader; | |
8987 this.Model = Model; | |
8988 } | |
8989 } | |
8990 | |
8991 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
8992 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
8993 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
8994 [System.ServiceModel.MessageContractAttribute(WrapperName="RemoveAllModelItemPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
8995 public partial class RemoveAllModelItemPoliciesResponse { | |
8996 | |
8997 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
8998 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
8999 | |
9000 public RemoveAllModelItemPoliciesResponse() { | |
9001 } | |
9002 | |
9003 public RemoveAllModelItemPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9004 this.ServerInfoHeader = ServerInfoHeader; | |
9005 } | |
9006 } | |
9007 | |
9008 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9009 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9010 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9011 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateSchedule", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9012 public partial class CreateScheduleRequest { | |
9013 | |
9014 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9015 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9016 | |
9017 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9018 public string Name; | |
9019 | |
9020 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9021 public SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition; | |
9022 | |
9023 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9024 public string SiteUrl; | |
9025 | |
9026 public CreateScheduleRequest() { | |
9027 } | |
9028 | |
9029 public CreateScheduleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition, string SiteUrl) { | |
9030 this.TrustedUserHeader = TrustedUserHeader; | |
9031 this.Name = Name; | |
9032 this.ScheduleDefinition = ScheduleDefinition; | |
9033 this.SiteUrl = SiteUrl; | |
9034 } | |
9035 } | |
9036 | |
9037 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9038 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9039 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9040 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateScheduleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9041 public partial class CreateScheduleResponse { | |
9042 | |
9043 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9044 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9045 | |
9046 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9047 public string ScheduleID; | |
9048 | |
9049 public CreateScheduleResponse() { | |
9050 } | |
9051 | |
9052 public CreateScheduleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string ScheduleID) { | |
9053 this.ServerInfoHeader = ServerInfoHeader; | |
9054 this.ScheduleID = ScheduleID; | |
9055 } | |
9056 } | |
9057 | |
9058 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9059 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9060 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9061 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteSchedule", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9062 public partial class DeleteScheduleRequest { | |
9063 | |
9064 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9065 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9066 | |
9067 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9068 public string ScheduleID; | |
9069 | |
9070 public DeleteScheduleRequest() { | |
9071 } | |
9072 | |
9073 public DeleteScheduleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
9074 this.TrustedUserHeader = TrustedUserHeader; | |
9075 this.ScheduleID = ScheduleID; | |
9076 } | |
9077 } | |
9078 | |
9079 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9080 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9081 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9082 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteScheduleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9083 public partial class DeleteScheduleResponse { | |
9084 | |
9085 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9086 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9087 | |
9088 public DeleteScheduleResponse() { | |
9089 } | |
9090 | |
9091 public DeleteScheduleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9092 this.ServerInfoHeader = ServerInfoHeader; | |
9093 } | |
9094 } | |
9095 | |
9096 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9097 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9098 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9099 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSchedules", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9100 public partial class ListSchedulesRequest { | |
9101 | |
9102 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9103 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9104 | |
9105 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9106 public string SiteUrl; | |
9107 | |
9108 public ListSchedulesRequest() { | |
9109 } | |
9110 | |
9111 public ListSchedulesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SiteUrl) { | |
9112 this.TrustedUserHeader = TrustedUserHeader; | |
9113 this.SiteUrl = SiteUrl; | |
9114 } | |
9115 } | |
9116 | |
9117 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9118 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9119 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9120 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSchedulesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9121 public partial class ListSchedulesResponse { | |
9122 | |
9123 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9124 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9125 | |
9126 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9127 public SSRS.Services.ReportServiceReference.Schedule[] Schedules; | |
9128 | |
9129 public ListSchedulesResponse() { | |
9130 } | |
9131 | |
9132 public ListSchedulesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Schedule[] Schedules) { | |
9133 this.ServerInfoHeader = ServerInfoHeader; | |
9134 this.Schedules = Schedules; | |
9135 } | |
9136 } | |
9137 | |
9138 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9139 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9140 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9141 [System.ServiceModel.MessageContractAttribute(WrapperName="GetScheduleProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9142 public partial class GetSchedulePropertiesRequest { | |
9143 | |
9144 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9145 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9146 | |
9147 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9148 public string ScheduleID; | |
9149 | |
9150 public GetSchedulePropertiesRequest() { | |
9151 } | |
9152 | |
9153 public GetSchedulePropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
9154 this.TrustedUserHeader = TrustedUserHeader; | |
9155 this.ScheduleID = ScheduleID; | |
9156 } | |
9157 } | |
9158 | |
9159 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9160 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9161 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9162 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSchedulePropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9163 public partial class GetSchedulePropertiesResponse { | |
9164 | |
9165 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9166 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9167 | |
9168 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9169 public SSRS.Services.ReportServiceReference.Schedule Schedule; | |
9170 | |
9171 public GetSchedulePropertiesResponse() { | |
9172 } | |
9173 | |
9174 public GetSchedulePropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Schedule Schedule) { | |
9175 this.ServerInfoHeader = ServerInfoHeader; | |
9176 this.Schedule = Schedule; | |
9177 } | |
9178 } | |
9179 | |
9180 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9181 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9182 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9183 [System.ServiceModel.MessageContractAttribute(WrapperName="ListScheduleStates", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9184 public partial class ListScheduleStatesRequest { | |
9185 | |
9186 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9187 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9188 | |
9189 public ListScheduleStatesRequest() { | |
9190 } | |
9191 | |
9192 public ListScheduleStatesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
9193 this.TrustedUserHeader = TrustedUserHeader; | |
9194 } | |
9195 } | |
9196 | |
9197 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9198 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9199 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9200 [System.ServiceModel.MessageContractAttribute(WrapperName="ListScheduleStatesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9201 public partial class ListScheduleStatesResponse { | |
9202 | |
9203 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9204 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9205 | |
9206 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9207 public string[] ListScheduleStatesResult; | |
9208 | |
9209 public ListScheduleStatesResponse() { | |
9210 } | |
9211 | |
9212 public ListScheduleStatesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListScheduleStatesResult) { | |
9213 this.ServerInfoHeader = ServerInfoHeader; | |
9214 this.ListScheduleStatesResult = ListScheduleStatesResult; | |
9215 } | |
9216 } | |
9217 | |
9218 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9219 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9220 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9221 [System.ServiceModel.MessageContractAttribute(WrapperName="PauseSchedule", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9222 public partial class PauseScheduleRequest { | |
9223 | |
9224 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9225 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9226 | |
9227 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9228 public string ScheduleID; | |
9229 | |
9230 public PauseScheduleRequest() { | |
9231 } | |
9232 | |
9233 public PauseScheduleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
9234 this.TrustedUserHeader = TrustedUserHeader; | |
9235 this.ScheduleID = ScheduleID; | |
9236 } | |
9237 } | |
9238 | |
9239 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9240 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9241 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9242 [System.ServiceModel.MessageContractAttribute(WrapperName="PauseScheduleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9243 public partial class PauseScheduleResponse { | |
9244 | |
9245 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9246 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9247 | |
9248 public PauseScheduleResponse() { | |
9249 } | |
9250 | |
9251 public PauseScheduleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9252 this.ServerInfoHeader = ServerInfoHeader; | |
9253 } | |
9254 } | |
9255 | |
9256 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9257 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9258 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9259 [System.ServiceModel.MessageContractAttribute(WrapperName="ResumeSchedule", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9260 public partial class ResumeScheduleRequest { | |
9261 | |
9262 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9263 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9264 | |
9265 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9266 public string ScheduleID; | |
9267 | |
9268 public ResumeScheduleRequest() { | |
9269 } | |
9270 | |
9271 public ResumeScheduleRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
9272 this.TrustedUserHeader = TrustedUserHeader; | |
9273 this.ScheduleID = ScheduleID; | |
9274 } | |
9275 } | |
9276 | |
9277 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9278 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9279 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9280 [System.ServiceModel.MessageContractAttribute(WrapperName="ResumeScheduleResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9281 public partial class ResumeScheduleResponse { | |
9282 | |
9283 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9284 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9285 | |
9286 public ResumeScheduleResponse() { | |
9287 } | |
9288 | |
9289 public ResumeScheduleResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9290 this.ServerInfoHeader = ServerInfoHeader; | |
9291 } | |
9292 } | |
9293 | |
9294 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9295 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9296 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9297 [System.ServiceModel.MessageContractAttribute(WrapperName="SetScheduleProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9298 public partial class SetSchedulePropertiesRequest { | |
9299 | |
9300 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9301 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9302 | |
9303 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9304 public string Name; | |
9305 | |
9306 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9307 public string ScheduleID; | |
9308 | |
9309 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9310 public SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition; | |
9311 | |
9312 public SetSchedulePropertiesRequest() { | |
9313 } | |
9314 | |
9315 public SetSchedulePropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string ScheduleID, SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition) { | |
9316 this.TrustedUserHeader = TrustedUserHeader; | |
9317 this.Name = Name; | |
9318 this.ScheduleID = ScheduleID; | |
9319 this.ScheduleDefinition = ScheduleDefinition; | |
9320 } | |
9321 } | |
9322 | |
9323 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9324 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9325 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9326 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSchedulePropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9327 public partial class SetSchedulePropertiesResponse { | |
9328 | |
9329 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9330 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9331 | |
9332 public SetSchedulePropertiesResponse() { | |
9333 } | |
9334 | |
9335 public SetSchedulePropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9336 this.ServerInfoHeader = ServerInfoHeader; | |
9337 } | |
9338 } | |
9339 | |
9340 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9341 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9342 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9343 [System.ServiceModel.MessageContractAttribute(WrapperName="ListScheduledItems", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9344 public partial class ListScheduledItemsRequest { | |
9345 | |
9346 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9347 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9348 | |
9349 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9350 public string ScheduleID; | |
9351 | |
9352 public ListScheduledItemsRequest() { | |
9353 } | |
9354 | |
9355 public ListScheduledItemsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
9356 this.TrustedUserHeader = TrustedUserHeader; | |
9357 this.ScheduleID = ScheduleID; | |
9358 } | |
9359 } | |
9360 | |
9361 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9362 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9363 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9364 [System.ServiceModel.MessageContractAttribute(WrapperName="ListScheduledItemsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9365 public partial class ListScheduledItemsResponse { | |
9366 | |
9367 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9368 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9369 | |
9370 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9371 public SSRS.Services.ReportServiceReference.CatalogItem[] Items; | |
9372 | |
9373 public ListScheduledItemsResponse() { | |
9374 } | |
9375 | |
9376 public ListScheduledItemsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CatalogItem[] Items) { | |
9377 this.ServerInfoHeader = ServerInfoHeader; | |
9378 this.Items = Items; | |
9379 } | |
9380 } | |
9381 | |
9382 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9383 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9384 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9385 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemParameters", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9386 public partial class SetItemParametersRequest { | |
9387 | |
9388 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9389 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9390 | |
9391 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9392 public string ItemPath; | |
9393 | |
9394 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9395 public SSRS.Services.ReportServiceReference.ItemParameter[] Parameters; | |
9396 | |
9397 public SetItemParametersRequest() { | |
9398 } | |
9399 | |
9400 public SetItemParametersRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ItemParameter[] Parameters) { | |
9401 this.TrustedUserHeader = TrustedUserHeader; | |
9402 this.ItemPath = ItemPath; | |
9403 this.Parameters = Parameters; | |
9404 } | |
9405 } | |
9406 | |
9407 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9408 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9409 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9410 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemParametersResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9411 public partial class SetItemParametersResponse { | |
9412 | |
9413 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9414 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9415 | |
9416 public SetItemParametersResponse() { | |
9417 } | |
9418 | |
9419 public SetItemParametersResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9420 this.ServerInfoHeader = ServerInfoHeader; | |
9421 } | |
9422 } | |
9423 | |
9424 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9425 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9426 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9427 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemParameters", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9428 public partial class GetItemParametersRequest { | |
9429 | |
9430 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9431 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9432 | |
9433 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9434 public string ItemPath; | |
9435 | |
9436 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9437 public string HistoryID; | |
9438 | |
9439 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9440 public bool ForRendering; | |
9441 | |
9442 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
9443 public SSRS.Services.ReportServiceReference.ParameterValue[] Values; | |
9444 | |
9445 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
9446 public SSRS.Services.ReportServiceReference.DataSourceCredentials[] Credentials; | |
9447 | |
9448 public GetItemParametersRequest() { | |
9449 } | |
9450 | |
9451 public GetItemParametersRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string HistoryID, bool ForRendering, SSRS.Services.ReportServiceReference.ParameterValue[] Values, SSRS.Services.ReportServiceReference.DataSourceCredentials[] Credentials) { | |
9452 this.TrustedUserHeader = TrustedUserHeader; | |
9453 this.ItemPath = ItemPath; | |
9454 this.HistoryID = HistoryID; | |
9455 this.ForRendering = ForRendering; | |
9456 this.Values = Values; | |
9457 this.Credentials = Credentials; | |
9458 } | |
9459 } | |
9460 | |
9461 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9462 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9463 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9464 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemParametersResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9465 public partial class GetItemParametersResponse { | |
9466 | |
9467 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9468 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9469 | |
9470 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9471 public SSRS.Services.ReportServiceReference.ItemParameter[] Parameters; | |
9472 | |
9473 public GetItemParametersResponse() { | |
9474 } | |
9475 | |
9476 public GetItemParametersResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.ItemParameter[] Parameters) { | |
9477 this.ServerInfoHeader = ServerInfoHeader; | |
9478 this.Parameters = Parameters; | |
9479 } | |
9480 } | |
9481 | |
9482 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9483 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9484 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9485 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParameterTypes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9486 public partial class ListParameterTypesRequest { | |
9487 | |
9488 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9489 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9490 | |
9491 public ListParameterTypesRequest() { | |
9492 } | |
9493 | |
9494 public ListParameterTypesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
9495 this.TrustedUserHeader = TrustedUserHeader; | |
9496 } | |
9497 } | |
9498 | |
9499 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9500 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9501 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9502 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParameterTypesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9503 public partial class ListParameterTypesResponse { | |
9504 | |
9505 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9506 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9507 | |
9508 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9509 public string[] ListParameterTypesResult; | |
9510 | |
9511 public ListParameterTypesResponse() { | |
9512 } | |
9513 | |
9514 public ListParameterTypesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListParameterTypesResult) { | |
9515 this.ServerInfoHeader = ServerInfoHeader; | |
9516 this.ListParameterTypesResult = ListParameterTypesResult; | |
9517 } | |
9518 } | |
9519 | |
9520 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9521 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9522 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9523 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParameterStates", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9524 public partial class ListParameterStatesRequest { | |
9525 | |
9526 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9527 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9528 | |
9529 public ListParameterStatesRequest() { | |
9530 } | |
9531 | |
9532 public ListParameterStatesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
9533 this.TrustedUserHeader = TrustedUserHeader; | |
9534 } | |
9535 } | |
9536 | |
9537 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9538 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9539 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9540 [System.ServiceModel.MessageContractAttribute(WrapperName="ListParameterStatesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9541 public partial class ListParameterStatesResponse { | |
9542 | |
9543 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9544 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9545 | |
9546 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9547 public string[] ListParameterStatesResult; | |
9548 | |
9549 public ListParameterStatesResponse() { | |
9550 } | |
9551 | |
9552 public ListParameterStatesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListParameterStatesResult) { | |
9553 this.ServerInfoHeader = ServerInfoHeader; | |
9554 this.ListParameterStatesResult = ListParameterStatesResult; | |
9555 } | |
9556 } | |
9557 | |
9558 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9559 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9560 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9561 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateReportEditSession", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9562 public partial class CreateReportEditSessionRequest { | |
9563 | |
9564 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9565 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9566 | |
9567 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9568 public string Report; | |
9569 | |
9570 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9571 public string Parent; | |
9572 | |
9573 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9574 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] | |
9575 public byte[] Definition; | |
9576 | |
9577 public CreateReportEditSessionRequest() { | |
9578 } | |
9579 | |
9580 public CreateReportEditSessionRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string Parent, byte[] Definition) { | |
9581 this.TrustedUserHeader = TrustedUserHeader; | |
9582 this.Report = Report; | |
9583 this.Parent = Parent; | |
9584 this.Definition = Definition; | |
9585 } | |
9586 } | |
9587 | |
9588 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9589 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9590 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9591 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateReportEditSessionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9592 public partial class CreateReportEditSessionResponse { | |
9593 | |
9594 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9595 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9596 | |
9597 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9598 public string EditSessionID; | |
9599 | |
9600 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9601 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
9602 | |
9603 public CreateReportEditSessionResponse() { | |
9604 } | |
9605 | |
9606 public CreateReportEditSessionResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string EditSessionID, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
9607 this.ServerInfoHeader = ServerInfoHeader; | |
9608 this.EditSessionID = EditSessionID; | |
9609 this.Warnings = Warnings; | |
9610 } | |
9611 } | |
9612 | |
9613 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9614 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9615 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9616 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateLinkedItem", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9617 public partial class CreateLinkedItemRequest { | |
9618 | |
9619 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9620 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9621 | |
9622 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9623 public string ItemPath; | |
9624 | |
9625 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9626 public string Parent; | |
9627 | |
9628 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9629 public string Link; | |
9630 | |
9631 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
9632 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
9633 | |
9634 public CreateLinkedItemRequest() { | |
9635 } | |
9636 | |
9637 public CreateLinkedItemRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Parent, string Link, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
9638 this.TrustedUserHeader = TrustedUserHeader; | |
9639 this.ItemPath = ItemPath; | |
9640 this.Parent = Parent; | |
9641 this.Link = Link; | |
9642 this.Properties = Properties; | |
9643 } | |
9644 } | |
9645 | |
9646 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9647 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9648 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9649 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateLinkedItemResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9650 public partial class CreateLinkedItemResponse { | |
9651 | |
9652 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9653 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9654 | |
9655 public CreateLinkedItemResponse() { | |
9656 } | |
9657 | |
9658 public CreateLinkedItemResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9659 this.ServerInfoHeader = ServerInfoHeader; | |
9660 } | |
9661 } | |
9662 | |
9663 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9664 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9665 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9666 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemLink", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9667 public partial class SetItemLinkRequest { | |
9668 | |
9669 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9670 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9671 | |
9672 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9673 public string ItemPath; | |
9674 | |
9675 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9676 public string Link; | |
9677 | |
9678 public SetItemLinkRequest() { | |
9679 } | |
9680 | |
9681 public SetItemLinkRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Link) { | |
9682 this.TrustedUserHeader = TrustedUserHeader; | |
9683 this.ItemPath = ItemPath; | |
9684 this.Link = Link; | |
9685 } | |
9686 } | |
9687 | |
9688 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9689 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9690 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9691 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemLinkResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9692 public partial class SetItemLinkResponse { | |
9693 | |
9694 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9695 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9696 | |
9697 public SetItemLinkResponse() { | |
9698 } | |
9699 | |
9700 public SetItemLinkResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9701 this.ServerInfoHeader = ServerInfoHeader; | |
9702 } | |
9703 } | |
9704 | |
9705 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9706 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9707 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9708 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemLink", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9709 public partial class GetItemLinkRequest { | |
9710 | |
9711 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9712 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9713 | |
9714 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9715 public string ItemPath; | |
9716 | |
9717 public GetItemLinkRequest() { | |
9718 } | |
9719 | |
9720 public GetItemLinkRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
9721 this.TrustedUserHeader = TrustedUserHeader; | |
9722 this.ItemPath = ItemPath; | |
9723 } | |
9724 } | |
9725 | |
9726 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9727 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9728 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9729 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemLinkResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9730 public partial class GetItemLinkResponse { | |
9731 | |
9732 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9733 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9734 | |
9735 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9736 public string Link; | |
9737 | |
9738 public GetItemLinkResponse() { | |
9739 } | |
9740 | |
9741 public GetItemLinkResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string Link) { | |
9742 this.ServerInfoHeader = ServerInfoHeader; | |
9743 this.Link = Link; | |
9744 } | |
9745 } | |
9746 | |
9747 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9748 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9749 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9750 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExecutionSettings", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9751 public partial class ListExecutionSettingsRequest { | |
9752 | |
9753 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9754 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9755 | |
9756 public ListExecutionSettingsRequest() { | |
9757 } | |
9758 | |
9759 public ListExecutionSettingsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
9760 this.TrustedUserHeader = TrustedUserHeader; | |
9761 } | |
9762 } | |
9763 | |
9764 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9765 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9766 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9767 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExecutionSettingsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9768 public partial class ListExecutionSettingsResponse { | |
9769 | |
9770 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9771 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9772 | |
9773 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9774 public string[] ListExecutionSettingsResult; | |
9775 | |
9776 public ListExecutionSettingsResponse() { | |
9777 } | |
9778 | |
9779 public ListExecutionSettingsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListExecutionSettingsResult) { | |
9780 this.ServerInfoHeader = ServerInfoHeader; | |
9781 this.ListExecutionSettingsResult = ListExecutionSettingsResult; | |
9782 } | |
9783 } | |
9784 | |
9785 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9786 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9787 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9788 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9789 public partial class SetExecutionOptionsRequest { | |
9790 | |
9791 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9792 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9793 | |
9794 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9795 public string ItemPath; | |
9796 | |
9797 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9798 public string ExecutionSetting; | |
9799 | |
9800 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9801 [System.Xml.Serialization.XmlElementAttribute("NoSchedule", typeof(NoSchedule))] | |
9802 [System.Xml.Serialization.XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition))] | |
9803 [System.Xml.Serialization.XmlElementAttribute("ScheduleReference", typeof(ScheduleReference))] | |
9804 public SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item; | |
9805 | |
9806 public SetExecutionOptionsRequest() { | |
9807 } | |
9808 | |
9809 public SetExecutionOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string ExecutionSetting, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
9810 this.TrustedUserHeader = TrustedUserHeader; | |
9811 this.ItemPath = ItemPath; | |
9812 this.ExecutionSetting = ExecutionSetting; | |
9813 this.Item = Item; | |
9814 } | |
9815 } | |
9816 | |
9817 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9818 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9819 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9820 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9821 public partial class SetExecutionOptionsResponse { | |
9822 | |
9823 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9824 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9825 | |
9826 public SetExecutionOptionsResponse() { | |
9827 } | |
9828 | |
9829 public SetExecutionOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9830 this.ServerInfoHeader = ServerInfoHeader; | |
9831 } | |
9832 } | |
9833 | |
9834 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9835 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9836 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9837 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9838 public partial class GetExecutionOptionsRequest { | |
9839 | |
9840 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9841 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9842 | |
9843 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9844 public string ItemPath; | |
9845 | |
9846 public GetExecutionOptionsRequest() { | |
9847 } | |
9848 | |
9849 public GetExecutionOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
9850 this.TrustedUserHeader = TrustedUserHeader; | |
9851 this.ItemPath = ItemPath; | |
9852 } | |
9853 } | |
9854 | |
9855 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9856 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9857 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9858 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9859 public partial class GetExecutionOptionsResponse { | |
9860 | |
9861 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9862 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9863 | |
9864 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9865 public string ExecutionSetting; | |
9866 | |
9867 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9868 [System.Xml.Serialization.XmlElementAttribute("NoSchedule", typeof(NoSchedule))] | |
9869 [System.Xml.Serialization.XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition))] | |
9870 [System.Xml.Serialization.XmlElementAttribute("ScheduleReference", typeof(ScheduleReference))] | |
9871 public SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item; | |
9872 | |
9873 public GetExecutionOptionsResponse() { | |
9874 } | |
9875 | |
9876 public GetExecutionOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string ExecutionSetting, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
9877 this.ServerInfoHeader = ServerInfoHeader; | |
9878 this.ExecutionSetting = ExecutionSetting; | |
9879 this.Item = Item; | |
9880 } | |
9881 } | |
9882 | |
9883 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9884 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9885 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9886 [System.ServiceModel.MessageContractAttribute(WrapperName="UpdateItemExecutionSnapshot", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9887 public partial class UpdateItemExecutionSnapshotRequest { | |
9888 | |
9889 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9890 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9891 | |
9892 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9893 public string ItemPath; | |
9894 | |
9895 public UpdateItemExecutionSnapshotRequest() { | |
9896 } | |
9897 | |
9898 public UpdateItemExecutionSnapshotRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
9899 this.TrustedUserHeader = TrustedUserHeader; | |
9900 this.ItemPath = ItemPath; | |
9901 } | |
9902 } | |
9903 | |
9904 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9905 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9906 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9907 [System.ServiceModel.MessageContractAttribute(WrapperName="UpdateItemExecutionSnapshotResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9908 public partial class UpdateItemExecutionSnapshotResponse { | |
9909 | |
9910 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9911 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9912 | |
9913 public UpdateItemExecutionSnapshotResponse() { | |
9914 } | |
9915 | |
9916 public UpdateItemExecutionSnapshotResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9917 this.ServerInfoHeader = ServerInfoHeader; | |
9918 } | |
9919 } | |
9920 | |
9921 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9922 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9923 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9924 [System.ServiceModel.MessageContractAttribute(WrapperName="SetCacheOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9925 public partial class SetCacheOptionsRequest { | |
9926 | |
9927 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9928 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9929 | |
9930 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9931 public string ItemPath; | |
9932 | |
9933 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
9934 public bool CacheItem; | |
9935 | |
9936 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
9937 [System.Xml.Serialization.XmlElementAttribute("ScheduleExpiration", typeof(ScheduleExpiration))] | |
9938 [System.Xml.Serialization.XmlElementAttribute("TimeExpiration", typeof(TimeExpiration))] | |
9939 public SSRS.Services.ReportServiceReference.ExpirationDefinition Item; | |
9940 | |
9941 public SetCacheOptionsRequest() { | |
9942 } | |
9943 | |
9944 public SetCacheOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool CacheItem, SSRS.Services.ReportServiceReference.ExpirationDefinition Item) { | |
9945 this.TrustedUserHeader = TrustedUserHeader; | |
9946 this.ItemPath = ItemPath; | |
9947 this.CacheItem = CacheItem; | |
9948 this.Item = Item; | |
9949 } | |
9950 } | |
9951 | |
9952 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9953 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9954 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9955 [System.ServiceModel.MessageContractAttribute(WrapperName="SetCacheOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9956 public partial class SetCacheOptionsResponse { | |
9957 | |
9958 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9959 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9960 | |
9961 public SetCacheOptionsResponse() { | |
9962 } | |
9963 | |
9964 public SetCacheOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
9965 this.ServerInfoHeader = ServerInfoHeader; | |
9966 } | |
9967 } | |
9968 | |
9969 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9970 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9971 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9972 [System.ServiceModel.MessageContractAttribute(WrapperName="GetCacheOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9973 public partial class GetCacheOptionsRequest { | |
9974 | |
9975 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9976 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
9977 | |
9978 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
9979 public string ItemPath; | |
9980 | |
9981 public GetCacheOptionsRequest() { | |
9982 } | |
9983 | |
9984 public GetCacheOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
9985 this.TrustedUserHeader = TrustedUserHeader; | |
9986 this.ItemPath = ItemPath; | |
9987 } | |
9988 } | |
9989 | |
9990 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
9991 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
9992 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
9993 [System.ServiceModel.MessageContractAttribute(WrapperName="GetCacheOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
9994 public partial class GetCacheOptionsResponse { | |
9995 | |
9996 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
9997 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
9998 | |
9999 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10000 public bool CacheItem; | |
10001 | |
10002 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10003 [System.Xml.Serialization.XmlElementAttribute("ScheduleExpiration", typeof(ScheduleExpiration))] | |
10004 [System.Xml.Serialization.XmlElementAttribute("TimeExpiration", typeof(TimeExpiration))] | |
10005 public SSRS.Services.ReportServiceReference.ExpirationDefinition Item; | |
10006 | |
10007 public GetCacheOptionsResponse() { | |
10008 } | |
10009 | |
10010 public GetCacheOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool CacheItem, SSRS.Services.ReportServiceReference.ExpirationDefinition Item) { | |
10011 this.ServerInfoHeader = ServerInfoHeader; | |
10012 this.CacheItem = CacheItem; | |
10013 this.Item = Item; | |
10014 } | |
10015 } | |
10016 | |
10017 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10018 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10019 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10020 [System.ServiceModel.MessageContractAttribute(WrapperName="FlushCache", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10021 public partial class FlushCacheRequest { | |
10022 | |
10023 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10024 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10025 | |
10026 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10027 public string ItemPath; | |
10028 | |
10029 public FlushCacheRequest() { | |
10030 } | |
10031 | |
10032 public FlushCacheRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
10033 this.TrustedUserHeader = TrustedUserHeader; | |
10034 this.ItemPath = ItemPath; | |
10035 } | |
10036 } | |
10037 | |
10038 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10039 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10040 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10041 [System.ServiceModel.MessageContractAttribute(WrapperName="FlushCacheResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10042 public partial class FlushCacheResponse { | |
10043 | |
10044 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10045 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10046 | |
10047 public FlushCacheResponse() { | |
10048 } | |
10049 | |
10050 public FlushCacheResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10051 this.ServerInfoHeader = ServerInfoHeader; | |
10052 } | |
10053 } | |
10054 | |
10055 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10056 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10057 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10058 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateItemHistorySnapshot", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10059 public partial class CreateItemHistorySnapshotRequest { | |
10060 | |
10061 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10062 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10063 | |
10064 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10065 public string ItemPath; | |
10066 | |
10067 public CreateItemHistorySnapshotRequest() { | |
10068 } | |
10069 | |
10070 public CreateItemHistorySnapshotRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
10071 this.TrustedUserHeader = TrustedUserHeader; | |
10072 this.ItemPath = ItemPath; | |
10073 } | |
10074 } | |
10075 | |
10076 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10077 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10078 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10079 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateItemHistorySnapshotResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10080 public partial class CreateItemHistorySnapshotResponse { | |
10081 | |
10082 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10083 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10084 | |
10085 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10086 public string HistoryID; | |
10087 | |
10088 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10089 public SSRS.Services.ReportServiceReference.Warning[] Warnings; | |
10090 | |
10091 public CreateItemHistorySnapshotResponse() { | |
10092 } | |
10093 | |
10094 public CreateItemHistorySnapshotResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string HistoryID, SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
10095 this.ServerInfoHeader = ServerInfoHeader; | |
10096 this.HistoryID = HistoryID; | |
10097 this.Warnings = Warnings; | |
10098 } | |
10099 } | |
10100 | |
10101 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10102 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10103 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10104 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteItemHistorySnapshot", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10105 public partial class DeleteItemHistorySnapshotRequest { | |
10106 | |
10107 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10108 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10109 | |
10110 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10111 public string ItemPath; | |
10112 | |
10113 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10114 public string HistoryID; | |
10115 | |
10116 public DeleteItemHistorySnapshotRequest() { | |
10117 } | |
10118 | |
10119 public DeleteItemHistorySnapshotRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string HistoryID) { | |
10120 this.TrustedUserHeader = TrustedUserHeader; | |
10121 this.ItemPath = ItemPath; | |
10122 this.HistoryID = HistoryID; | |
10123 } | |
10124 } | |
10125 | |
10126 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10127 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10128 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10129 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteItemHistorySnapshotResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10130 public partial class DeleteItemHistorySnapshotResponse { | |
10131 | |
10132 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10133 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10134 | |
10135 public DeleteItemHistorySnapshotResponse() { | |
10136 } | |
10137 | |
10138 public DeleteItemHistorySnapshotResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10139 this.ServerInfoHeader = ServerInfoHeader; | |
10140 } | |
10141 } | |
10142 | |
10143 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10144 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10145 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10146 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemHistoryLimit", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10147 public partial class SetItemHistoryLimitRequest { | |
10148 | |
10149 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10150 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10151 | |
10152 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10153 public string ItemPath; | |
10154 | |
10155 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10156 public bool UseSystem; | |
10157 | |
10158 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10159 public int HistoryLimit; | |
10160 | |
10161 public SetItemHistoryLimitRequest() { | |
10162 } | |
10163 | |
10164 public SetItemHistoryLimitRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool UseSystem, int HistoryLimit) { | |
10165 this.TrustedUserHeader = TrustedUserHeader; | |
10166 this.ItemPath = ItemPath; | |
10167 this.UseSystem = UseSystem; | |
10168 this.HistoryLimit = HistoryLimit; | |
10169 } | |
10170 } | |
10171 | |
10172 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10173 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10174 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10175 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemHistoryLimitResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10176 public partial class SetItemHistoryLimitResponse { | |
10177 | |
10178 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10179 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10180 | |
10181 public SetItemHistoryLimitResponse() { | |
10182 } | |
10183 | |
10184 public SetItemHistoryLimitResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10185 this.ServerInfoHeader = ServerInfoHeader; | |
10186 } | |
10187 } | |
10188 | |
10189 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10190 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10191 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10192 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemHistoryLimit", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10193 public partial class GetItemHistoryLimitRequest { | |
10194 | |
10195 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10196 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10197 | |
10198 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10199 public string ItemPath; | |
10200 | |
10201 public GetItemHistoryLimitRequest() { | |
10202 } | |
10203 | |
10204 public GetItemHistoryLimitRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
10205 this.TrustedUserHeader = TrustedUserHeader; | |
10206 this.ItemPath = ItemPath; | |
10207 } | |
10208 } | |
10209 | |
10210 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10211 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10212 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10213 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemHistoryLimitResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10214 public partial class GetItemHistoryLimitResponse { | |
10215 | |
10216 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10217 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10218 | |
10219 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10220 public int HistoryLimit; | |
10221 | |
10222 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10223 public bool IsSystem; | |
10224 | |
10225 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10226 public int SystemLimit; | |
10227 | |
10228 public GetItemHistoryLimitResponse() { | |
10229 } | |
10230 | |
10231 public GetItemHistoryLimitResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, int HistoryLimit, bool IsSystem, int SystemLimit) { | |
10232 this.ServerInfoHeader = ServerInfoHeader; | |
10233 this.HistoryLimit = HistoryLimit; | |
10234 this.IsSystem = IsSystem; | |
10235 this.SystemLimit = SystemLimit; | |
10236 } | |
10237 } | |
10238 | |
10239 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10240 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10241 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10242 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemHistoryOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10243 public partial class SetItemHistoryOptionsRequest { | |
10244 | |
10245 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10246 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10247 | |
10248 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10249 public string ItemPath; | |
10250 | |
10251 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10252 public bool EnableManualSnapshotCreation; | |
10253 | |
10254 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10255 public bool KeepExecutionSnapshots; | |
10256 | |
10257 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
10258 [System.Xml.Serialization.XmlElementAttribute("NoSchedule", typeof(NoSchedule))] | |
10259 [System.Xml.Serialization.XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition))] | |
10260 [System.Xml.Serialization.XmlElementAttribute("ScheduleReference", typeof(ScheduleReference))] | |
10261 public SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item; | |
10262 | |
10263 public SetItemHistoryOptionsRequest() { | |
10264 } | |
10265 | |
10266 public SetItemHistoryOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
10267 this.TrustedUserHeader = TrustedUserHeader; | |
10268 this.ItemPath = ItemPath; | |
10269 this.EnableManualSnapshotCreation = EnableManualSnapshotCreation; | |
10270 this.KeepExecutionSnapshots = KeepExecutionSnapshots; | |
10271 this.Item = Item; | |
10272 } | |
10273 } | |
10274 | |
10275 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10276 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10277 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10278 [System.ServiceModel.MessageContractAttribute(WrapperName="SetItemHistoryOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10279 public partial class SetItemHistoryOptionsResponse { | |
10280 | |
10281 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10282 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10283 | |
10284 public SetItemHistoryOptionsResponse() { | |
10285 } | |
10286 | |
10287 public SetItemHistoryOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10288 this.ServerInfoHeader = ServerInfoHeader; | |
10289 } | |
10290 } | |
10291 | |
10292 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10293 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10294 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10295 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemHistoryOptions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10296 public partial class GetItemHistoryOptionsRequest { | |
10297 | |
10298 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10299 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10300 | |
10301 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10302 public string ItemPath; | |
10303 | |
10304 public GetItemHistoryOptionsRequest() { | |
10305 } | |
10306 | |
10307 public GetItemHistoryOptionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
10308 this.TrustedUserHeader = TrustedUserHeader; | |
10309 this.ItemPath = ItemPath; | |
10310 } | |
10311 } | |
10312 | |
10313 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10314 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10315 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10316 [System.ServiceModel.MessageContractAttribute(WrapperName="GetItemHistoryOptionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10317 public partial class GetItemHistoryOptionsResponse { | |
10318 | |
10319 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10320 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10321 | |
10322 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10323 public bool EnableManualSnapshotCreation; | |
10324 | |
10325 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10326 public bool KeepExecutionSnapshots; | |
10327 | |
10328 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10329 [System.Xml.Serialization.XmlElementAttribute("NoSchedule", typeof(NoSchedule))] | |
10330 [System.Xml.Serialization.XmlElementAttribute("ScheduleDefinition", typeof(ScheduleDefinition))] | |
10331 [System.Xml.Serialization.XmlElementAttribute("ScheduleReference", typeof(ScheduleReference))] | |
10332 public SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item; | |
10333 | |
10334 public GetItemHistoryOptionsResponse() { | |
10335 } | |
10336 | |
10337 public GetItemHistoryOptionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
10338 this.ServerInfoHeader = ServerInfoHeader; | |
10339 this.EnableManualSnapshotCreation = EnableManualSnapshotCreation; | |
10340 this.KeepExecutionSnapshots = KeepExecutionSnapshots; | |
10341 this.Item = Item; | |
10342 } | |
10343 } | |
10344 | |
10345 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10346 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10347 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10348 [System.ServiceModel.MessageContractAttribute(WrapperName="GetReportServerConfigInfo", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10349 public partial class GetReportServerConfigInfoRequest { | |
10350 | |
10351 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10352 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10353 | |
10354 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10355 public bool ScaleOut; | |
10356 | |
10357 public GetReportServerConfigInfoRequest() { | |
10358 } | |
10359 | |
10360 public GetReportServerConfigInfoRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, bool ScaleOut) { | |
10361 this.TrustedUserHeader = TrustedUserHeader; | |
10362 this.ScaleOut = ScaleOut; | |
10363 } | |
10364 } | |
10365 | |
10366 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10367 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10368 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10369 [System.ServiceModel.MessageContractAttribute(WrapperName="GetReportServerConfigInfoResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10370 public partial class GetReportServerConfigInfoResponse { | |
10371 | |
10372 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10373 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10374 | |
10375 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10376 public string ServerConfigInfo; | |
10377 | |
10378 public GetReportServerConfigInfoResponse() { | |
10379 } | |
10380 | |
10381 public GetReportServerConfigInfoResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string ServerConfigInfo) { | |
10382 this.ServerInfoHeader = ServerInfoHeader; | |
10383 this.ServerConfigInfo = ServerConfigInfo; | |
10384 } | |
10385 } | |
10386 | |
10387 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10388 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10389 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10390 [System.ServiceModel.MessageContractAttribute(WrapperName="IsSSLRequired", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10391 public partial class IsSSLRequiredRequest { | |
10392 | |
10393 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10394 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10395 | |
10396 public IsSSLRequiredRequest() { | |
10397 } | |
10398 | |
10399 public IsSSLRequiredRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10400 this.TrustedUserHeader = TrustedUserHeader; | |
10401 } | |
10402 } | |
10403 | |
10404 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10405 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10406 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10407 [System.ServiceModel.MessageContractAttribute(WrapperName="IsSSLRequiredResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10408 public partial class IsSSLRequiredResponse { | |
10409 | |
10410 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10411 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10412 | |
10413 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10414 public bool IsSSLRequiredResult; | |
10415 | |
10416 public IsSSLRequiredResponse() { | |
10417 } | |
10418 | |
10419 public IsSSLRequiredResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool IsSSLRequiredResult) { | |
10420 this.ServerInfoHeader = ServerInfoHeader; | |
10421 this.IsSSLRequiredResult = IsSSLRequiredResult; | |
10422 } | |
10423 } | |
10424 | |
10425 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10426 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10427 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10428 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSystemProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10429 public partial class SetSystemPropertiesRequest { | |
10430 | |
10431 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10432 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10433 | |
10434 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10435 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
10436 | |
10437 public SetSystemPropertiesRequest() { | |
10438 } | |
10439 | |
10440 public SetSystemPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
10441 this.TrustedUserHeader = TrustedUserHeader; | |
10442 this.Properties = Properties; | |
10443 } | |
10444 } | |
10445 | |
10446 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10447 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10448 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10449 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSystemPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10450 public partial class SetSystemPropertiesResponse { | |
10451 | |
10452 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10453 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10454 | |
10455 public SetSystemPropertiesResponse() { | |
10456 } | |
10457 | |
10458 public SetSystemPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10459 this.ServerInfoHeader = ServerInfoHeader; | |
10460 } | |
10461 } | |
10462 | |
10463 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10464 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10465 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10466 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10467 public partial class GetSystemPropertiesRequest { | |
10468 | |
10469 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10470 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10471 | |
10472 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10473 public SSRS.Services.ReportServiceReference.Property[] Properties; | |
10474 | |
10475 public GetSystemPropertiesRequest() { | |
10476 } | |
10477 | |
10478 public GetSystemPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
10479 this.TrustedUserHeader = TrustedUserHeader; | |
10480 this.Properties = Properties; | |
10481 } | |
10482 } | |
10483 | |
10484 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10485 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10486 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10487 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10488 public partial class GetSystemPropertiesResponse { | |
10489 | |
10490 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10491 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10492 | |
10493 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10494 public SSRS.Services.ReportServiceReference.Property[] Values; | |
10495 | |
10496 public GetSystemPropertiesResponse() { | |
10497 } | |
10498 | |
10499 public GetSystemPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Property[] Values) { | |
10500 this.ServerInfoHeader = ServerInfoHeader; | |
10501 this.Values = Values; | |
10502 } | |
10503 } | |
10504 | |
10505 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10506 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10507 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10508 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSystemPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10509 public partial class SetSystemPoliciesRequest { | |
10510 | |
10511 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10512 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10513 | |
10514 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10515 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
10516 | |
10517 public SetSystemPoliciesRequest() { | |
10518 } | |
10519 | |
10520 public SetSystemPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
10521 this.TrustedUserHeader = TrustedUserHeader; | |
10522 this.Policies = Policies; | |
10523 } | |
10524 } | |
10525 | |
10526 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10527 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10528 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10529 [System.ServiceModel.MessageContractAttribute(WrapperName="SetSystemPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10530 public partial class SetSystemPoliciesResponse { | |
10531 | |
10532 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10533 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10534 | |
10535 public SetSystemPoliciesResponse() { | |
10536 } | |
10537 | |
10538 public SetSystemPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10539 this.ServerInfoHeader = ServerInfoHeader; | |
10540 } | |
10541 } | |
10542 | |
10543 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10544 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10545 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10546 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemPolicies", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10547 public partial class GetSystemPoliciesRequest { | |
10548 | |
10549 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10550 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10551 | |
10552 public GetSystemPoliciesRequest() { | |
10553 } | |
10554 | |
10555 public GetSystemPoliciesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10556 this.TrustedUserHeader = TrustedUserHeader; | |
10557 } | |
10558 } | |
10559 | |
10560 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10561 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10562 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10563 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemPoliciesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10564 public partial class GetSystemPoliciesResponse { | |
10565 | |
10566 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10567 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10568 | |
10569 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10570 public SSRS.Services.ReportServiceReference.Policy[] Policies; | |
10571 | |
10572 public GetSystemPoliciesResponse() { | |
10573 } | |
10574 | |
10575 public GetSystemPoliciesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
10576 this.ServerInfoHeader = ServerInfoHeader; | |
10577 this.Policies = Policies; | |
10578 } | |
10579 } | |
10580 | |
10581 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10582 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10583 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10584 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExtensions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10585 public partial class ListExtensionsRequest { | |
10586 | |
10587 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10588 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10589 | |
10590 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10591 public string ExtensionType; | |
10592 | |
10593 public ListExtensionsRequest() { | |
10594 } | |
10595 | |
10596 public ListExtensionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ExtensionType) { | |
10597 this.TrustedUserHeader = TrustedUserHeader; | |
10598 this.ExtensionType = ExtensionType; | |
10599 } | |
10600 } | |
10601 | |
10602 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10603 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10604 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10605 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExtensionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10606 public partial class ListExtensionsResponse { | |
10607 | |
10608 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10609 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10610 | |
10611 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10612 public SSRS.Services.ReportServiceReference.Extension[] Extensions; | |
10613 | |
10614 public ListExtensionsResponse() { | |
10615 } | |
10616 | |
10617 public ListExtensionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Extension[] Extensions) { | |
10618 this.ServerInfoHeader = ServerInfoHeader; | |
10619 this.Extensions = Extensions; | |
10620 } | |
10621 } | |
10622 | |
10623 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10624 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10625 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10626 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExtensionTypes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10627 public partial class ListExtensionTypesRequest { | |
10628 | |
10629 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10630 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10631 | |
10632 public ListExtensionTypesRequest() { | |
10633 } | |
10634 | |
10635 public ListExtensionTypesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10636 this.TrustedUserHeader = TrustedUserHeader; | |
10637 } | |
10638 } | |
10639 | |
10640 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10641 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10642 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10643 [System.ServiceModel.MessageContractAttribute(WrapperName="ListExtensionTypesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10644 public partial class ListExtensionTypesResponse { | |
10645 | |
10646 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10647 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10648 | |
10649 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10650 public string[] ListExtensionTypesResult; | |
10651 | |
10652 public ListExtensionTypesResponse() { | |
10653 } | |
10654 | |
10655 public ListExtensionTypesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListExtensionTypesResult) { | |
10656 this.ServerInfoHeader = ServerInfoHeader; | |
10657 this.ListExtensionTypesResult = ListExtensionTypesResult; | |
10658 } | |
10659 } | |
10660 | |
10661 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10662 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10663 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10664 [System.ServiceModel.MessageContractAttribute(WrapperName="ListEvents", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10665 public partial class ListEventsRequest { | |
10666 | |
10667 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10668 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10669 | |
10670 public ListEventsRequest() { | |
10671 } | |
10672 | |
10673 public ListEventsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10674 this.TrustedUserHeader = TrustedUserHeader; | |
10675 } | |
10676 } | |
10677 | |
10678 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10679 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10680 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10681 [System.ServiceModel.MessageContractAttribute(WrapperName="ListEventsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10682 public partial class ListEventsResponse { | |
10683 | |
10684 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10685 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10686 | |
10687 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10688 public SSRS.Services.ReportServiceReference.Event[] Events; | |
10689 | |
10690 public ListEventsResponse() { | |
10691 } | |
10692 | |
10693 public ListEventsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Event[] Events) { | |
10694 this.ServerInfoHeader = ServerInfoHeader; | |
10695 this.Events = Events; | |
10696 } | |
10697 } | |
10698 | |
10699 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10700 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10701 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10702 [System.ServiceModel.MessageContractAttribute(WrapperName="FireEvent", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10703 public partial class FireEventRequest { | |
10704 | |
10705 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10706 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10707 | |
10708 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10709 public string EventType; | |
10710 | |
10711 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10712 public string EventData; | |
10713 | |
10714 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10715 public string SiteUrl; | |
10716 | |
10717 public FireEventRequest() { | |
10718 } | |
10719 | |
10720 public FireEventRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string EventType, string EventData, string SiteUrl) { | |
10721 this.TrustedUserHeader = TrustedUserHeader; | |
10722 this.EventType = EventType; | |
10723 this.EventData = EventData; | |
10724 this.SiteUrl = SiteUrl; | |
10725 } | |
10726 } | |
10727 | |
10728 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10729 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10730 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10731 [System.ServiceModel.MessageContractAttribute(WrapperName="FireEventResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10732 public partial class FireEventResponse { | |
10733 | |
10734 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10735 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10736 | |
10737 public FireEventResponse() { | |
10738 } | |
10739 | |
10740 public FireEventResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
10741 this.ServerInfoHeader = ServerInfoHeader; | |
10742 } | |
10743 } | |
10744 | |
10745 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10746 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10747 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10748 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobs", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10749 public partial class ListJobsRequest { | |
10750 | |
10751 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10752 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10753 | |
10754 public ListJobsRequest() { | |
10755 } | |
10756 | |
10757 public ListJobsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10758 this.TrustedUserHeader = TrustedUserHeader; | |
10759 } | |
10760 } | |
10761 | |
10762 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10763 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10764 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10765 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10766 public partial class ListJobsResponse { | |
10767 | |
10768 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10769 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10770 | |
10771 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10772 public SSRS.Services.ReportServiceReference.Job[] Jobs; | |
10773 | |
10774 public ListJobsResponse() { | |
10775 } | |
10776 | |
10777 public ListJobsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.Job[] Jobs) { | |
10778 this.ServerInfoHeader = ServerInfoHeader; | |
10779 this.Jobs = Jobs; | |
10780 } | |
10781 } | |
10782 | |
10783 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10784 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10785 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10786 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobTypes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10787 public partial class ListJobTypesRequest { | |
10788 | |
10789 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10790 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10791 | |
10792 public ListJobTypesRequest() { | |
10793 } | |
10794 | |
10795 public ListJobTypesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10796 this.TrustedUserHeader = TrustedUserHeader; | |
10797 } | |
10798 } | |
10799 | |
10800 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10801 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10802 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10803 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobTypesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10804 public partial class ListJobTypesResponse { | |
10805 | |
10806 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10807 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10808 | |
10809 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10810 public string[] ListJobTypesResult; | |
10811 | |
10812 public ListJobTypesResponse() { | |
10813 } | |
10814 | |
10815 public ListJobTypesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListJobTypesResult) { | |
10816 this.ServerInfoHeader = ServerInfoHeader; | |
10817 this.ListJobTypesResult = ListJobTypesResult; | |
10818 } | |
10819 } | |
10820 | |
10821 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10822 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10823 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10824 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobActions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10825 public partial class ListJobActionsRequest { | |
10826 | |
10827 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10828 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10829 | |
10830 public ListJobActionsRequest() { | |
10831 } | |
10832 | |
10833 public ListJobActionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10834 this.TrustedUserHeader = TrustedUserHeader; | |
10835 } | |
10836 } | |
10837 | |
10838 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10839 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10840 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10841 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobActionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10842 public partial class ListJobActionsResponse { | |
10843 | |
10844 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10845 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10846 | |
10847 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10848 public string[] ListJobActionsResult; | |
10849 | |
10850 public ListJobActionsResponse() { | |
10851 } | |
10852 | |
10853 public ListJobActionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListJobActionsResult) { | |
10854 this.ServerInfoHeader = ServerInfoHeader; | |
10855 this.ListJobActionsResult = ListJobActionsResult; | |
10856 } | |
10857 } | |
10858 | |
10859 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10860 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10861 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10862 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobStates", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10863 public partial class ListJobStatesRequest { | |
10864 | |
10865 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10866 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10867 | |
10868 public ListJobStatesRequest() { | |
10869 } | |
10870 | |
10871 public ListJobStatesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
10872 this.TrustedUserHeader = TrustedUserHeader; | |
10873 } | |
10874 } | |
10875 | |
10876 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10877 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10878 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10879 [System.ServiceModel.MessageContractAttribute(WrapperName="ListJobStatesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10880 public partial class ListJobStatesResponse { | |
10881 | |
10882 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10883 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10884 | |
10885 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10886 public string[] ListJobStatesResult; | |
10887 | |
10888 public ListJobStatesResponse() { | |
10889 } | |
10890 | |
10891 public ListJobStatesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListJobStatesResult) { | |
10892 this.ServerInfoHeader = ServerInfoHeader; | |
10893 this.ListJobStatesResult = ListJobStatesResult; | |
10894 } | |
10895 } | |
10896 | |
10897 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10898 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10899 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10900 [System.ServiceModel.MessageContractAttribute(WrapperName="CancelJob", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10901 public partial class CancelJobRequest { | |
10902 | |
10903 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10904 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10905 | |
10906 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10907 public string JobID; | |
10908 | |
10909 public CancelJobRequest() { | |
10910 } | |
10911 | |
10912 public CancelJobRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string JobID) { | |
10913 this.TrustedUserHeader = TrustedUserHeader; | |
10914 this.JobID = JobID; | |
10915 } | |
10916 } | |
10917 | |
10918 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10919 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10920 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10921 [System.ServiceModel.MessageContractAttribute(WrapperName="CancelJobResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10922 public partial class CancelJobResponse { | |
10923 | |
10924 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10925 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10926 | |
10927 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10928 public bool CancelJobResult; | |
10929 | |
10930 public CancelJobResponse() { | |
10931 } | |
10932 | |
10933 public CancelJobResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, bool CancelJobResult) { | |
10934 this.ServerInfoHeader = ServerInfoHeader; | |
10935 this.CancelJobResult = CancelJobResult; | |
10936 } | |
10937 } | |
10938 | |
10939 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10940 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10941 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10942 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateCacheRefreshPlan", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10943 public partial class CreateCacheRefreshPlanRequest { | |
10944 | |
10945 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10946 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
10947 | |
10948 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10949 public string ItemPath; | |
10950 | |
10951 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
10952 public string Description; | |
10953 | |
10954 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
10955 public string EventType; | |
10956 | |
10957 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
10958 public string MatchData; | |
10959 | |
10960 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
10961 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
10962 | |
10963 public CreateCacheRefreshPlanRequest() { | |
10964 } | |
10965 | |
10966 public CreateCacheRefreshPlanRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
10967 this.TrustedUserHeader = TrustedUserHeader; | |
10968 this.ItemPath = ItemPath; | |
10969 this.Description = Description; | |
10970 this.EventType = EventType; | |
10971 this.MatchData = MatchData; | |
10972 this.Parameters = Parameters; | |
10973 } | |
10974 } | |
10975 | |
10976 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10977 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10978 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
10979 [System.ServiceModel.MessageContractAttribute(WrapperName="CreateCacheRefreshPlanResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
10980 public partial class CreateCacheRefreshPlanResponse { | |
10981 | |
10982 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
10983 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
10984 | |
10985 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
10986 public string CacheRefreshPlanID; | |
10987 | |
10988 public CreateCacheRefreshPlanResponse() { | |
10989 } | |
10990 | |
10991 public CreateCacheRefreshPlanResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string CacheRefreshPlanID) { | |
10992 this.ServerInfoHeader = ServerInfoHeader; | |
10993 this.CacheRefreshPlanID = CacheRefreshPlanID; | |
10994 } | |
10995 } | |
10996 | |
10997 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
10998 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
10999 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11000 [System.ServiceModel.MessageContractAttribute(WrapperName="SetCacheRefreshPlanProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11001 public partial class SetCacheRefreshPlanPropertiesRequest { | |
11002 | |
11003 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11004 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11005 | |
11006 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11007 public string CacheRefreshPlanID; | |
11008 | |
11009 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
11010 public string Description; | |
11011 | |
11012 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
11013 public string EventType; | |
11014 | |
11015 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
11016 public string MatchData; | |
11017 | |
11018 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
11019 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
11020 | |
11021 public SetCacheRefreshPlanPropertiesRequest() { | |
11022 } | |
11023 | |
11024 public SetCacheRefreshPlanPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
11025 this.TrustedUserHeader = TrustedUserHeader; | |
11026 this.CacheRefreshPlanID = CacheRefreshPlanID; | |
11027 this.Description = Description; | |
11028 this.EventType = EventType; | |
11029 this.MatchData = MatchData; | |
11030 this.Parameters = Parameters; | |
11031 } | |
11032 } | |
11033 | |
11034 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11035 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11036 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11037 [System.ServiceModel.MessageContractAttribute(WrapperName="SetCacheRefreshPlanPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11038 public partial class SetCacheRefreshPlanPropertiesResponse { | |
11039 | |
11040 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11041 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11042 | |
11043 public SetCacheRefreshPlanPropertiesResponse() { | |
11044 } | |
11045 | |
11046 public SetCacheRefreshPlanPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
11047 this.ServerInfoHeader = ServerInfoHeader; | |
11048 } | |
11049 } | |
11050 | |
11051 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11052 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11053 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11054 [System.ServiceModel.MessageContractAttribute(WrapperName="GetCacheRefreshPlanProperties", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11055 public partial class GetCacheRefreshPlanPropertiesRequest { | |
11056 | |
11057 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11058 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11059 | |
11060 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11061 public string CacheRefreshPlanID; | |
11062 | |
11063 public GetCacheRefreshPlanPropertiesRequest() { | |
11064 } | |
11065 | |
11066 public GetCacheRefreshPlanPropertiesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID) { | |
11067 this.TrustedUserHeader = TrustedUserHeader; | |
11068 this.CacheRefreshPlanID = CacheRefreshPlanID; | |
11069 } | |
11070 } | |
11071 | |
11072 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11073 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11074 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11075 [System.ServiceModel.MessageContractAttribute(WrapperName="GetCacheRefreshPlanPropertiesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11076 public partial class GetCacheRefreshPlanPropertiesResponse { | |
11077 | |
11078 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11079 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11080 | |
11081 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11082 public string Description; | |
11083 | |
11084 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
11085 public string LastRunStatus; | |
11086 | |
11087 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
11088 public SSRS.Services.ReportServiceReference.CacheRefreshPlanState State; | |
11089 | |
11090 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=3)] | |
11091 public string EventType; | |
11092 | |
11093 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=4)] | |
11094 public string MatchData; | |
11095 | |
11096 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=5)] | |
11097 public SSRS.Services.ReportServiceReference.ParameterValue[] Parameters; | |
11098 | |
11099 public GetCacheRefreshPlanPropertiesResponse() { | |
11100 } | |
11101 | |
11102 public GetCacheRefreshPlanPropertiesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string Description, string LastRunStatus, SSRS.Services.ReportServiceReference.CacheRefreshPlanState State, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
11103 this.ServerInfoHeader = ServerInfoHeader; | |
11104 this.Description = Description; | |
11105 this.LastRunStatus = LastRunStatus; | |
11106 this.State = State; | |
11107 this.EventType = EventType; | |
11108 this.MatchData = MatchData; | |
11109 this.Parameters = Parameters; | |
11110 } | |
11111 } | |
11112 | |
11113 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11114 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11115 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11116 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteCacheRefreshPlan", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11117 public partial class DeleteCacheRefreshPlanRequest { | |
11118 | |
11119 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11120 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11121 | |
11122 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11123 public string CacheRefreshPlanID; | |
11124 | |
11125 public DeleteCacheRefreshPlanRequest() { | |
11126 } | |
11127 | |
11128 public DeleteCacheRefreshPlanRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID) { | |
11129 this.TrustedUserHeader = TrustedUserHeader; | |
11130 this.CacheRefreshPlanID = CacheRefreshPlanID; | |
11131 } | |
11132 } | |
11133 | |
11134 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11135 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11136 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11137 [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteCacheRefreshPlanResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11138 public partial class DeleteCacheRefreshPlanResponse { | |
11139 | |
11140 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11141 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11142 | |
11143 public DeleteCacheRefreshPlanResponse() { | |
11144 } | |
11145 | |
11146 public DeleteCacheRefreshPlanResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
11147 this.ServerInfoHeader = ServerInfoHeader; | |
11148 } | |
11149 } | |
11150 | |
11151 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11152 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11153 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11154 [System.ServiceModel.MessageContractAttribute(WrapperName="ListCacheRefreshPlans", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11155 public partial class ListCacheRefreshPlansRequest { | |
11156 | |
11157 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11158 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11159 | |
11160 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11161 public string ItemPath; | |
11162 | |
11163 public ListCacheRefreshPlansRequest() { | |
11164 } | |
11165 | |
11166 public ListCacheRefreshPlansRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
11167 this.TrustedUserHeader = TrustedUserHeader; | |
11168 this.ItemPath = ItemPath; | |
11169 } | |
11170 } | |
11171 | |
11172 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11173 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11174 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11175 [System.ServiceModel.MessageContractAttribute(WrapperName="ListCacheRefreshPlansResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11176 public partial class ListCacheRefreshPlansResponse { | |
11177 | |
11178 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11179 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11180 | |
11181 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11182 public SSRS.Services.ReportServiceReference.CacheRefreshPlan[] CacheRefreshPlans; | |
11183 | |
11184 public ListCacheRefreshPlansResponse() { | |
11185 } | |
11186 | |
11187 public ListCacheRefreshPlansResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportServiceReference.CacheRefreshPlan[] CacheRefreshPlans) { | |
11188 this.ServerInfoHeader = ServerInfoHeader; | |
11189 this.CacheRefreshPlans = CacheRefreshPlans; | |
11190 } | |
11191 } | |
11192 | |
11193 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11194 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11195 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11196 [System.ServiceModel.MessageContractAttribute(WrapperName="LogonUser", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11197 public partial class LogonUserRequest { | |
11198 | |
11199 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11200 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11201 | |
11202 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11203 public string userName; | |
11204 | |
11205 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=1)] | |
11206 public string password; | |
11207 | |
11208 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=2)] | |
11209 public string authority; | |
11210 | |
11211 public LogonUserRequest() { | |
11212 } | |
11213 | |
11214 public LogonUserRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string userName, string password, string authority) { | |
11215 this.TrustedUserHeader = TrustedUserHeader; | |
11216 this.userName = userName; | |
11217 this.password = password; | |
11218 this.authority = authority; | |
11219 } | |
11220 } | |
11221 | |
11222 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11223 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11224 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11225 [System.ServiceModel.MessageContractAttribute(WrapperName="LogonUserResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11226 public partial class LogonUserResponse { | |
11227 | |
11228 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11229 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11230 | |
11231 public LogonUserResponse() { | |
11232 } | |
11233 | |
11234 public LogonUserResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
11235 this.ServerInfoHeader = ServerInfoHeader; | |
11236 } | |
11237 } | |
11238 | |
11239 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11240 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11241 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11242 [System.ServiceModel.MessageContractAttribute(WrapperName="Logoff", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11243 public partial class LogoffRequest { | |
11244 | |
11245 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11246 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11247 | |
11248 public LogoffRequest() { | |
11249 } | |
11250 | |
11251 public LogoffRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
11252 this.TrustedUserHeader = TrustedUserHeader; | |
11253 } | |
11254 } | |
11255 | |
11256 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11257 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11258 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11259 [System.ServiceModel.MessageContractAttribute(WrapperName="LogoffResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11260 public partial class LogoffResponse { | |
11261 | |
11262 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11263 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11264 | |
11265 public LogoffResponse() { | |
11266 } | |
11267 | |
11268 public LogoffResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader) { | |
11269 this.ServerInfoHeader = ServerInfoHeader; | |
11270 } | |
11271 } | |
11272 | |
11273 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11274 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11275 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11276 [System.ServiceModel.MessageContractAttribute(WrapperName="GetPermissions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11277 public partial class GetPermissionsRequest { | |
11278 | |
11279 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11280 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11281 | |
11282 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11283 public string ItemPath; | |
11284 | |
11285 public GetPermissionsRequest() { | |
11286 } | |
11287 | |
11288 public GetPermissionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
11289 this.TrustedUserHeader = TrustedUserHeader; | |
11290 this.ItemPath = ItemPath; | |
11291 } | |
11292 } | |
11293 | |
11294 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11295 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11296 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11297 [System.ServiceModel.MessageContractAttribute(WrapperName="GetPermissionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11298 public partial class GetPermissionsResponse { | |
11299 | |
11300 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11301 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11302 | |
11303 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11304 [System.Xml.Serialization.XmlArrayItemAttribute("Operation")] | |
11305 public string[] Permissions; | |
11306 | |
11307 public GetPermissionsResponse() { | |
11308 } | |
11309 | |
11310 public GetPermissionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] Permissions) { | |
11311 this.ServerInfoHeader = ServerInfoHeader; | |
11312 this.Permissions = Permissions; | |
11313 } | |
11314 } | |
11315 | |
11316 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11317 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11318 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11319 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemPermissions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11320 public partial class GetSystemPermissionsRequest { | |
11321 | |
11322 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11323 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11324 | |
11325 public GetSystemPermissionsRequest() { | |
11326 } | |
11327 | |
11328 public GetSystemPermissionsRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
11329 this.TrustedUserHeader = TrustedUserHeader; | |
11330 } | |
11331 } | |
11332 | |
11333 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11334 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11335 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11336 [System.ServiceModel.MessageContractAttribute(WrapperName="GetSystemPermissionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11337 public partial class GetSystemPermissionsResponse { | |
11338 | |
11339 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11340 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11341 | |
11342 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11343 [System.Xml.Serialization.XmlArrayItemAttribute("Operation")] | |
11344 public string[] Permissions; | |
11345 | |
11346 public GetSystemPermissionsResponse() { | |
11347 } | |
11348 | |
11349 public GetSystemPermissionsResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] Permissions) { | |
11350 this.ServerInfoHeader = ServerInfoHeader; | |
11351 this.Permissions = Permissions; | |
11352 } | |
11353 } | |
11354 | |
11355 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11356 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11357 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11358 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSecurityScopes", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11359 public partial class ListSecurityScopesRequest { | |
11360 | |
11361 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11362 public SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader; | |
11363 | |
11364 public ListSecurityScopesRequest() { | |
11365 } | |
11366 | |
11367 public ListSecurityScopesRequest(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
11368 this.TrustedUserHeader = TrustedUserHeader; | |
11369 } | |
11370 } | |
11371 | |
11372 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11373 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11374 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11375 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSecurityScopesResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", IsWrapped=true)] | |
11376 public partial class ListSecurityScopesResponse { | |
11377 | |
11378 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")] | |
11379 public SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader; | |
11380 | |
11381 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Order=0)] | |
11382 public string[] ListSecurityScopesResult; | |
11383 | |
11384 public ListSecurityScopesResponse() { | |
11385 } | |
11386 | |
11387 public ListSecurityScopesResponse(SSRS.Services.ReportServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListSecurityScopesResult) { | |
11388 this.ServerInfoHeader = ServerInfoHeader; | |
11389 this.ListSecurityScopesResult = ListSecurityScopesResult; | |
11390 } | |
11391 } | |
11392 | |
11393 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11394 public interface ReportingService2010SoapChannel : SSRS.Services.ReportServiceReference.ReportingService2010Soap, System.ServiceModel.IClientChannel { | |
11395 } | |
11396 | |
11397 [System.Diagnostics.DebuggerStepThroughAttribute()] | |
11398 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] | |
11399 public partial class ReportingService2010SoapClient : System.ServiceModel.ClientBase<SSRS.Services.ReportServiceReference.ReportingService2010Soap>, SSRS.Services.ReportServiceReference.ReportingService2010Soap { | |
11400 | |
11401 public ReportingService2010SoapClient() { | |
11402 } | |
11403 | |
11404 public ReportingService2010SoapClient(string endpointConfigurationName) : | |
11405 base(endpointConfigurationName) { | |
11406 } | |
11407 | |
11408 public ReportingService2010SoapClient(string endpointConfigurationName, string remoteAddress) : | |
11409 base(endpointConfigurationName, remoteAddress) { | |
11410 } | |
11411 | |
11412 public ReportingService2010SoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : | |
11413 base(endpointConfigurationName, remoteAddress) { | |
11414 } | |
11415 | |
11416 public ReportingService2010SoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : | |
11417 base(binding, remoteAddress) { | |
11418 } | |
11419 | |
11420 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11421 SSRS.Services.ReportServiceReference.CreateCatalogItemResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateCatalogItem(SSRS.Services.ReportServiceReference.CreateCatalogItemRequest request) { | |
11422 return base.Channel.CreateCatalogItem(request); | |
11423 } | |
11424 | |
11425 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateCatalogItem(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemType, string Name, string Parent, bool Overwrite, byte[] Definition, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.CatalogItem ItemInfo, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
11426 SSRS.Services.ReportServiceReference.CreateCatalogItemRequest inValue = new SSRS.Services.ReportServiceReference.CreateCatalogItemRequest(); | |
11427 inValue.TrustedUserHeader = TrustedUserHeader; | |
11428 inValue.ItemType = ItemType; | |
11429 inValue.Name = Name; | |
11430 inValue.Parent = Parent; | |
11431 inValue.Overwrite = Overwrite; | |
11432 inValue.Definition = Definition; | |
11433 inValue.Properties = Properties; | |
11434 SSRS.Services.ReportServiceReference.CreateCatalogItemResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateCatalogItem(inValue); | |
11435 ItemInfo = retVal.ItemInfo; | |
11436 Warnings = retVal.Warnings; | |
11437 return retVal.ServerInfoHeader; | |
11438 } | |
11439 | |
11440 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11441 SSRS.Services.ReportServiceReference.SetItemDefinitionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemDefinition(SSRS.Services.ReportServiceReference.SetItemDefinitionRequest request) { | |
11442 return base.Channel.SetItemDefinition(request); | |
11443 } | |
11444 | |
11445 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemDefinition(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, byte[] Definition, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
11446 SSRS.Services.ReportServiceReference.SetItemDefinitionRequest inValue = new SSRS.Services.ReportServiceReference.SetItemDefinitionRequest(); | |
11447 inValue.TrustedUserHeader = TrustedUserHeader; | |
11448 inValue.ItemPath = ItemPath; | |
11449 inValue.Definition = Definition; | |
11450 inValue.Properties = Properties; | |
11451 SSRS.Services.ReportServiceReference.SetItemDefinitionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemDefinition(inValue); | |
11452 Warnings = retVal.Warnings; | |
11453 return retVal.ServerInfoHeader; | |
11454 } | |
11455 | |
11456 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11457 SSRS.Services.ReportServiceReference.GetItemDefinitionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemDefinition(SSRS.Services.ReportServiceReference.GetItemDefinitionRequest request) { | |
11458 return base.Channel.GetItemDefinition(request); | |
11459 } | |
11460 | |
11461 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemDefinition(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out byte[] Definition) { | |
11462 SSRS.Services.ReportServiceReference.GetItemDefinitionRequest inValue = new SSRS.Services.ReportServiceReference.GetItemDefinitionRequest(); | |
11463 inValue.TrustedUserHeader = TrustedUserHeader; | |
11464 inValue.ItemPath = ItemPath; | |
11465 SSRS.Services.ReportServiceReference.GetItemDefinitionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemDefinition(inValue); | |
11466 Definition = retVal.Definition; | |
11467 return retVal.ServerInfoHeader; | |
11468 } | |
11469 | |
11470 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11471 SSRS.Services.ReportServiceReference.GetItemTypeResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemType(SSRS.Services.ReportServiceReference.GetItemTypeRequest request) { | |
11472 return base.Channel.GetItemType(request); | |
11473 } | |
11474 | |
11475 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemType(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out string Type) { | |
11476 SSRS.Services.ReportServiceReference.GetItemTypeRequest inValue = new SSRS.Services.ReportServiceReference.GetItemTypeRequest(); | |
11477 inValue.TrustedUserHeader = TrustedUserHeader; | |
11478 inValue.ItemPath = ItemPath; | |
11479 SSRS.Services.ReportServiceReference.GetItemTypeResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemType(inValue); | |
11480 Type = retVal.Type; | |
11481 return retVal.ServerInfoHeader; | |
11482 } | |
11483 | |
11484 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11485 SSRS.Services.ReportServiceReference.DeleteItemResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteItem(SSRS.Services.ReportServiceReference.DeleteItemRequest request) { | |
11486 return base.Channel.DeleteItem(request); | |
11487 } | |
11488 | |
11489 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteItem(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
11490 SSRS.Services.ReportServiceReference.DeleteItemRequest inValue = new SSRS.Services.ReportServiceReference.DeleteItemRequest(); | |
11491 inValue.TrustedUserHeader = TrustedUserHeader; | |
11492 inValue.ItemPath = ItemPath; | |
11493 SSRS.Services.ReportServiceReference.DeleteItemResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteItem(inValue); | |
11494 return retVal.ServerInfoHeader; | |
11495 } | |
11496 | |
11497 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11498 SSRS.Services.ReportServiceReference.MoveItemResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.MoveItem(SSRS.Services.ReportServiceReference.MoveItemRequest request) { | |
11499 return base.Channel.MoveItem(request); | |
11500 } | |
11501 | |
11502 public SSRS.Services.ReportServiceReference.ServerInfoHeader MoveItem(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Target) { | |
11503 SSRS.Services.ReportServiceReference.MoveItemRequest inValue = new SSRS.Services.ReportServiceReference.MoveItemRequest(); | |
11504 inValue.TrustedUserHeader = TrustedUserHeader; | |
11505 inValue.ItemPath = ItemPath; | |
11506 inValue.Target = Target; | |
11507 SSRS.Services.ReportServiceReference.MoveItemResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).MoveItem(inValue); | |
11508 return retVal.ServerInfoHeader; | |
11509 } | |
11510 | |
11511 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11512 SSRS.Services.ReportServiceReference.InheritParentSecurityResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.InheritParentSecurity(SSRS.Services.ReportServiceReference.InheritParentSecurityRequest request) { | |
11513 return base.Channel.InheritParentSecurity(request); | |
11514 } | |
11515 | |
11516 public SSRS.Services.ReportServiceReference.ServerInfoHeader InheritParentSecurity(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
11517 SSRS.Services.ReportServiceReference.InheritParentSecurityRequest inValue = new SSRS.Services.ReportServiceReference.InheritParentSecurityRequest(); | |
11518 inValue.TrustedUserHeader = TrustedUserHeader; | |
11519 inValue.ItemPath = ItemPath; | |
11520 SSRS.Services.ReportServiceReference.InheritParentSecurityResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).InheritParentSecurity(inValue); | |
11521 return retVal.ServerInfoHeader; | |
11522 } | |
11523 | |
11524 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11525 SSRS.Services.ReportServiceReference.ListItemHistoryResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListItemHistory(SSRS.Services.ReportServiceReference.ListItemHistoryRequest request) { | |
11526 return base.Channel.ListItemHistory(request); | |
11527 } | |
11528 | |
11529 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListItemHistory(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.ItemHistorySnapshot[] ItemHistory) { | |
11530 SSRS.Services.ReportServiceReference.ListItemHistoryRequest inValue = new SSRS.Services.ReportServiceReference.ListItemHistoryRequest(); | |
11531 inValue.TrustedUserHeader = TrustedUserHeader; | |
11532 inValue.ItemPath = ItemPath; | |
11533 SSRS.Services.ReportServiceReference.ListItemHistoryResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListItemHistory(inValue); | |
11534 ItemHistory = retVal.ItemHistory; | |
11535 return retVal.ServerInfoHeader; | |
11536 } | |
11537 | |
11538 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11539 SSRS.Services.ReportServiceReference.ListChildrenResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListChildren(SSRS.Services.ReportServiceReference.ListChildrenRequest request) { | |
11540 return base.Channel.ListChildren(request); | |
11541 } | |
11542 | |
11543 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListChildren(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool Recursive, out SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems) { | |
11544 SSRS.Services.ReportServiceReference.ListChildrenRequest inValue = new SSRS.Services.ReportServiceReference.ListChildrenRequest(); | |
11545 inValue.TrustedUserHeader = TrustedUserHeader; | |
11546 inValue.ItemPath = ItemPath; | |
11547 inValue.Recursive = Recursive; | |
11548 SSRS.Services.ReportServiceReference.ListChildrenResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListChildren(inValue); | |
11549 CatalogItems = retVal.CatalogItems; | |
11550 return retVal.ServerInfoHeader; | |
11551 } | |
11552 | |
11553 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11554 SSRS.Services.ReportServiceReference.ListDependentItemsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListDependentItems(SSRS.Services.ReportServiceReference.ListDependentItemsRequest request) { | |
11555 return base.Channel.ListDependentItems(request); | |
11556 } | |
11557 | |
11558 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListDependentItems(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.CatalogItem[] CatalogItems) { | |
11559 SSRS.Services.ReportServiceReference.ListDependentItemsRequest inValue = new SSRS.Services.ReportServiceReference.ListDependentItemsRequest(); | |
11560 inValue.TrustedUserHeader = TrustedUserHeader; | |
11561 inValue.ItemPath = ItemPath; | |
11562 SSRS.Services.ReportServiceReference.ListDependentItemsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListDependentItems(inValue); | |
11563 CatalogItems = retVal.CatalogItems; | |
11564 return retVal.ServerInfoHeader; | |
11565 } | |
11566 | |
11567 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11568 SSRS.Services.ReportServiceReference.FindItemsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.FindItems(SSRS.Services.ReportServiceReference.FindItemsRequest request) { | |
11569 return base.Channel.FindItems(request); | |
11570 } | |
11571 | |
11572 public SSRS.Services.ReportServiceReference.ServerInfoHeader FindItems(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Folder, SSRS.Services.ReportServiceReference.BooleanOperatorEnum BooleanOperator, SSRS.Services.ReportServiceReference.Property[] SearchOptions, SSRS.Services.ReportServiceReference.SearchCondition[] SearchConditions, out SSRS.Services.ReportServiceReference.CatalogItem[] Items) { | |
11573 SSRS.Services.ReportServiceReference.FindItemsRequest inValue = new SSRS.Services.ReportServiceReference.FindItemsRequest(); | |
11574 inValue.TrustedUserHeader = TrustedUserHeader; | |
11575 inValue.Folder = Folder; | |
11576 inValue.BooleanOperator = BooleanOperator; | |
11577 inValue.SearchOptions = SearchOptions; | |
11578 inValue.SearchConditions = SearchConditions; | |
11579 SSRS.Services.ReportServiceReference.FindItemsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).FindItems(inValue); | |
11580 Items = retVal.Items; | |
11581 return retVal.ServerInfoHeader; | |
11582 } | |
11583 | |
11584 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11585 SSRS.Services.ReportServiceReference.ListParentsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListParents(SSRS.Services.ReportServiceReference.ListParentsRequest request) { | |
11586 return base.Channel.ListParents(request); | |
11587 } | |
11588 | |
11589 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListParents(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.CatalogItem[] ListParentsResult) { | |
11590 SSRS.Services.ReportServiceReference.ListParentsRequest inValue = new SSRS.Services.ReportServiceReference.ListParentsRequest(); | |
11591 inValue.TrustedUserHeader = TrustedUserHeader; | |
11592 inValue.ItemPath = ItemPath; | |
11593 SSRS.Services.ReportServiceReference.ListParentsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListParents(inValue); | |
11594 ListParentsResult = retVal.ListParentsResult; | |
11595 return retVal.ServerInfoHeader; | |
11596 } | |
11597 | |
11598 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11599 SSRS.Services.ReportServiceReference.CreateFolderResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateFolder(SSRS.Services.ReportServiceReference.CreateFolderRequest request) { | |
11600 return base.Channel.CreateFolder(request); | |
11601 } | |
11602 | |
11603 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateFolder(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Folder, string Parent, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.CatalogItem ItemInfo) { | |
11604 SSRS.Services.ReportServiceReference.CreateFolderRequest inValue = new SSRS.Services.ReportServiceReference.CreateFolderRequest(); | |
11605 inValue.TrustedUserHeader = TrustedUserHeader; | |
11606 inValue.Folder = Folder; | |
11607 inValue.Parent = Parent; | |
11608 inValue.Properties = Properties; | |
11609 SSRS.Services.ReportServiceReference.CreateFolderResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateFolder(inValue); | |
11610 ItemInfo = retVal.ItemInfo; | |
11611 return retVal.ServerInfoHeader; | |
11612 } | |
11613 | |
11614 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11615 SSRS.Services.ReportServiceReference.SetPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetProperties(SSRS.Services.ReportServiceReference.SetPropertiesRequest request) { | |
11616 return base.Channel.SetProperties(request); | |
11617 } | |
11618 | |
11619 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
11620 SSRS.Services.ReportServiceReference.SetPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetPropertiesRequest(); | |
11621 inValue.TrustedUserHeader = TrustedUserHeader; | |
11622 inValue.ItemPath = ItemPath; | |
11623 inValue.Properties = Properties; | |
11624 SSRS.Services.ReportServiceReference.SetPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetProperties(inValue); | |
11625 return retVal.ServerInfoHeader; | |
11626 } | |
11627 | |
11628 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11629 SSRS.Services.ReportServiceReference.GetPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetProperties(SSRS.Services.ReportServiceReference.GetPropertiesRequest request) { | |
11630 return base.Channel.GetProperties(request); | |
11631 } | |
11632 | |
11633 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetProperties(SSRS.Services.ReportServiceReference.ItemNamespaceHeader ItemNamespaceHeader, SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.Property[] Values) { | |
11634 SSRS.Services.ReportServiceReference.GetPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetPropertiesRequest(); | |
11635 inValue.ItemNamespaceHeader = ItemNamespaceHeader; | |
11636 inValue.TrustedUserHeader = TrustedUserHeader; | |
11637 inValue.ItemPath = ItemPath; | |
11638 inValue.Properties = Properties; | |
11639 SSRS.Services.ReportServiceReference.GetPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetProperties(inValue); | |
11640 Values = retVal.Values; | |
11641 return retVal.ServerInfoHeader; | |
11642 } | |
11643 | |
11644 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11645 SSRS.Services.ReportServiceReference.SetItemReferencesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemReferences(SSRS.Services.ReportServiceReference.SetItemReferencesRequest request) { | |
11646 return base.Channel.SetItemReferences(request); | |
11647 } | |
11648 | |
11649 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemReferences(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ItemReference[] ItemReferences) { | |
11650 SSRS.Services.ReportServiceReference.SetItemReferencesRequest inValue = new SSRS.Services.ReportServiceReference.SetItemReferencesRequest(); | |
11651 inValue.TrustedUserHeader = TrustedUserHeader; | |
11652 inValue.ItemPath = ItemPath; | |
11653 inValue.ItemReferences = ItemReferences; | |
11654 SSRS.Services.ReportServiceReference.SetItemReferencesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemReferences(inValue); | |
11655 return retVal.ServerInfoHeader; | |
11656 } | |
11657 | |
11658 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11659 SSRS.Services.ReportServiceReference.GetItemReferencesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemReferences(SSRS.Services.ReportServiceReference.GetItemReferencesRequest request) { | |
11660 return base.Channel.GetItemReferences(request); | |
11661 } | |
11662 | |
11663 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemReferences(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string ReferenceItemType, out SSRS.Services.ReportServiceReference.ItemReferenceData[] ItemReferences) { | |
11664 SSRS.Services.ReportServiceReference.GetItemReferencesRequest inValue = new SSRS.Services.ReportServiceReference.GetItemReferencesRequest(); | |
11665 inValue.TrustedUserHeader = TrustedUserHeader; | |
11666 inValue.ItemPath = ItemPath; | |
11667 inValue.ReferenceItemType = ReferenceItemType; | |
11668 SSRS.Services.ReportServiceReference.GetItemReferencesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemReferences(inValue); | |
11669 ItemReferences = retVal.ItemReferences; | |
11670 return retVal.ServerInfoHeader; | |
11671 } | |
11672 | |
11673 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11674 SSRS.Services.ReportServiceReference.ListItemTypesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListItemTypes(SSRS.Services.ReportServiceReference.ListItemTypesRequest request) { | |
11675 return base.Channel.ListItemTypes(request); | |
11676 } | |
11677 | |
11678 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListItemTypes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListItemTypesResult) { | |
11679 SSRS.Services.ReportServiceReference.ListItemTypesRequest inValue = new SSRS.Services.ReportServiceReference.ListItemTypesRequest(); | |
11680 inValue.TrustedUserHeader = TrustedUserHeader; | |
11681 SSRS.Services.ReportServiceReference.ListItemTypesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListItemTypes(inValue); | |
11682 ListItemTypesResult = retVal.ListItemTypesResult; | |
11683 return retVal.ServerInfoHeader; | |
11684 } | |
11685 | |
11686 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11687 SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetSubscriptionProperties(SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesRequest request) { | |
11688 return base.Channel.SetSubscriptionProperties(request); | |
11689 } | |
11690 | |
11691 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetSubscriptionProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
11692 SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesRequest(); | |
11693 inValue.TrustedUserHeader = TrustedUserHeader; | |
11694 inValue.SubscriptionID = SubscriptionID; | |
11695 inValue.ExtensionSettings = ExtensionSettings; | |
11696 inValue.Description = Description; | |
11697 inValue.EventType = EventType; | |
11698 inValue.MatchData = MatchData; | |
11699 inValue.Parameters = Parameters; | |
11700 SSRS.Services.ReportServiceReference.SetSubscriptionPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetSubscriptionProperties(inValue); | |
11701 return retVal.ServerInfoHeader; | |
11702 } | |
11703 | |
11704 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11705 SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetSubscriptionProperties(SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesRequest request) { | |
11706 return base.Channel.GetSubscriptionProperties(request); | |
11707 } | |
11708 | |
11709 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetSubscriptionProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID, out string Owner, out SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, out string Description, out SSRS.Services.ReportServiceReference.ActiveState Active, out string Status, out string EventType, out string MatchData, out SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
11710 SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesRequest(); | |
11711 inValue.TrustedUserHeader = TrustedUserHeader; | |
11712 inValue.SubscriptionID = SubscriptionID; | |
11713 SSRS.Services.ReportServiceReference.GetSubscriptionPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetSubscriptionProperties(inValue); | |
11714 Owner = retVal.Owner; | |
11715 ExtensionSettings = retVal.ExtensionSettings; | |
11716 Description = retVal.Description; | |
11717 Active = retVal.Active; | |
11718 Status = retVal.Status; | |
11719 EventType = retVal.EventType; | |
11720 MatchData = retVal.MatchData; | |
11721 Parameters = retVal.Parameters; | |
11722 return retVal.ServerInfoHeader; | |
11723 } | |
11724 | |
11725 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11726 SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesRequest request) { | |
11727 return base.Channel.SetDataDrivenSubscriptionProperties(request); | |
11728 } | |
11729 | |
11730 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataDrivenSubscriptionID, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters) { | |
11731 SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesRequest(); | |
11732 inValue.TrustedUserHeader = TrustedUserHeader; | |
11733 inValue.DataDrivenSubscriptionID = DataDrivenSubscriptionID; | |
11734 inValue.ExtensionSettings = ExtensionSettings; | |
11735 inValue.DataRetrievalPlan = DataRetrievalPlan; | |
11736 inValue.Description = Description; | |
11737 inValue.EventType = EventType; | |
11738 inValue.MatchData = MatchData; | |
11739 inValue.Parameters = Parameters; | |
11740 SSRS.Services.ReportServiceReference.SetDataDrivenSubscriptionPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetDataDrivenSubscriptionProperties(inValue); | |
11741 return retVal.ServerInfoHeader; | |
11742 } | |
11743 | |
11744 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11745 SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesRequest request) { | |
11746 return base.Channel.GetDataDrivenSubscriptionProperties(request); | |
11747 } | |
11748 | |
11749 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetDataDrivenSubscriptionProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataDrivenSubscriptionID, out string Owner, out SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, out SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, out string Description, out SSRS.Services.ReportServiceReference.ActiveState Active, out string Status, out string EventType, out string MatchData, out SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters) { | |
11750 SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesRequest(); | |
11751 inValue.TrustedUserHeader = TrustedUserHeader; | |
11752 inValue.DataDrivenSubscriptionID = DataDrivenSubscriptionID; | |
11753 SSRS.Services.ReportServiceReference.GetDataDrivenSubscriptionPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetDataDrivenSubscriptionProperties(inValue); | |
11754 Owner = retVal.Owner; | |
11755 ExtensionSettings = retVal.ExtensionSettings; | |
11756 DataRetrievalPlan = retVal.DataRetrievalPlan; | |
11757 Description = retVal.Description; | |
11758 Active = retVal.Active; | |
11759 Status = retVal.Status; | |
11760 EventType = retVal.EventType; | |
11761 MatchData = retVal.MatchData; | |
11762 Parameters = retVal.Parameters; | |
11763 return retVal.ServerInfoHeader; | |
11764 } | |
11765 | |
11766 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11767 SSRS.Services.ReportServiceReference.DeleteSubscriptionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteSubscription(SSRS.Services.ReportServiceReference.DeleteSubscriptionRequest request) { | |
11768 return base.Channel.DeleteSubscription(request); | |
11769 } | |
11770 | |
11771 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteSubscription(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID) { | |
11772 SSRS.Services.ReportServiceReference.DeleteSubscriptionRequest inValue = new SSRS.Services.ReportServiceReference.DeleteSubscriptionRequest(); | |
11773 inValue.TrustedUserHeader = TrustedUserHeader; | |
11774 inValue.SubscriptionID = SubscriptionID; | |
11775 SSRS.Services.ReportServiceReference.DeleteSubscriptionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteSubscription(inValue); | |
11776 return retVal.ServerInfoHeader; | |
11777 } | |
11778 | |
11779 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11780 SSRS.Services.ReportServiceReference.CreateSubscriptionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateSubscription(SSRS.Services.ReportServiceReference.CreateSubscriptionRequest request) { | |
11781 return base.Channel.CreateSubscription(request); | |
11782 } | |
11783 | |
11784 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateSubscription(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters, out string SubscriptionID) { | |
11785 SSRS.Services.ReportServiceReference.CreateSubscriptionRequest inValue = new SSRS.Services.ReportServiceReference.CreateSubscriptionRequest(); | |
11786 inValue.TrustedUserHeader = TrustedUserHeader; | |
11787 inValue.ItemPath = ItemPath; | |
11788 inValue.ExtensionSettings = ExtensionSettings; | |
11789 inValue.Description = Description; | |
11790 inValue.EventType = EventType; | |
11791 inValue.MatchData = MatchData; | |
11792 inValue.Parameters = Parameters; | |
11793 SSRS.Services.ReportServiceReference.CreateSubscriptionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateSubscription(inValue); | |
11794 SubscriptionID = retVal.SubscriptionID; | |
11795 return retVal.ServerInfoHeader; | |
11796 } | |
11797 | |
11798 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11799 SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateDataDrivenSubscription(SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionRequest request) { | |
11800 return base.Channel.CreateDataDrivenSubscription(request); | |
11801 } | |
11802 | |
11803 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateDataDrivenSubscription(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ExtensionSettings ExtensionSettings, SSRS.Services.ReportServiceReference.DataRetrievalPlan DataRetrievalPlan, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] Parameters, out string SubscriptionID) { | |
11804 SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionRequest inValue = new SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionRequest(); | |
11805 inValue.TrustedUserHeader = TrustedUserHeader; | |
11806 inValue.ItemPath = ItemPath; | |
11807 inValue.ExtensionSettings = ExtensionSettings; | |
11808 inValue.DataRetrievalPlan = DataRetrievalPlan; | |
11809 inValue.Description = Description; | |
11810 inValue.EventType = EventType; | |
11811 inValue.MatchData = MatchData; | |
11812 inValue.Parameters = Parameters; | |
11813 SSRS.Services.ReportServiceReference.CreateDataDrivenSubscriptionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateDataDrivenSubscription(inValue); | |
11814 SubscriptionID = retVal.SubscriptionID; | |
11815 return retVal.ServerInfoHeader; | |
11816 } | |
11817 | |
11818 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11819 SSRS.Services.ReportServiceReference.GetExtensionSettingsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetExtensionSettings(SSRS.Services.ReportServiceReference.GetExtensionSettingsRequest request) { | |
11820 return base.Channel.GetExtensionSettings(request); | |
11821 } | |
11822 | |
11823 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetExtensionSettings(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Extension, out SSRS.Services.ReportServiceReference.ExtensionParameter[] ExtensionParameters) { | |
11824 SSRS.Services.ReportServiceReference.GetExtensionSettingsRequest inValue = new SSRS.Services.ReportServiceReference.GetExtensionSettingsRequest(); | |
11825 inValue.TrustedUserHeader = TrustedUserHeader; | |
11826 inValue.Extension = Extension; | |
11827 SSRS.Services.ReportServiceReference.GetExtensionSettingsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetExtensionSettings(inValue); | |
11828 ExtensionParameters = retVal.ExtensionParameters; | |
11829 return retVal.ServerInfoHeader; | |
11830 } | |
11831 | |
11832 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11833 SSRS.Services.ReportServiceReference.ValidateExtensionSettingsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ValidateExtensionSettings(SSRS.Services.ReportServiceReference.ValidateExtensionSettingsRequest request) { | |
11834 return base.Channel.ValidateExtensionSettings(request); | |
11835 } | |
11836 | |
11837 public SSRS.Services.ReportServiceReference.ServerInfoHeader ValidateExtensionSettings(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Extension, SSRS.Services.ReportServiceReference.ParameterValueOrFieldReference[] ParameterValues, string SiteUrl, out SSRS.Services.ReportServiceReference.ExtensionParameter[] ParameterErrors) { | |
11838 SSRS.Services.ReportServiceReference.ValidateExtensionSettingsRequest inValue = new SSRS.Services.ReportServiceReference.ValidateExtensionSettingsRequest(); | |
11839 inValue.TrustedUserHeader = TrustedUserHeader; | |
11840 inValue.Extension = Extension; | |
11841 inValue.ParameterValues = ParameterValues; | |
11842 inValue.SiteUrl = SiteUrl; | |
11843 SSRS.Services.ReportServiceReference.ValidateExtensionSettingsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ValidateExtensionSettings(inValue); | |
11844 ParameterErrors = retVal.ParameterErrors; | |
11845 return retVal.ServerInfoHeader; | |
11846 } | |
11847 | |
11848 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11849 SSRS.Services.ReportServiceReference.ListSubscriptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListSubscriptions(SSRS.Services.ReportServiceReference.ListSubscriptionsRequest request) { | |
11850 return base.Channel.ListSubscriptions(request); | |
11851 } | |
11852 | |
11853 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListSubscriptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPathOrSiteURL, out SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
11854 SSRS.Services.ReportServiceReference.ListSubscriptionsRequest inValue = new SSRS.Services.ReportServiceReference.ListSubscriptionsRequest(); | |
11855 inValue.TrustedUserHeader = TrustedUserHeader; | |
11856 inValue.ItemPathOrSiteURL = ItemPathOrSiteURL; | |
11857 SSRS.Services.ReportServiceReference.ListSubscriptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListSubscriptions(inValue); | |
11858 SubscriptionItems = retVal.SubscriptionItems; | |
11859 return retVal.ServerInfoHeader; | |
11860 } | |
11861 | |
11862 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11863 SSRS.Services.ReportServiceReference.ListMySubscriptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListMySubscriptions(SSRS.Services.ReportServiceReference.ListMySubscriptionsRequest request) { | |
11864 return base.Channel.ListMySubscriptions(request); | |
11865 } | |
11866 | |
11867 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListMySubscriptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPathOrSiteURL, out SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
11868 SSRS.Services.ReportServiceReference.ListMySubscriptionsRequest inValue = new SSRS.Services.ReportServiceReference.ListMySubscriptionsRequest(); | |
11869 inValue.TrustedUserHeader = TrustedUserHeader; | |
11870 inValue.ItemPathOrSiteURL = ItemPathOrSiteURL; | |
11871 SSRS.Services.ReportServiceReference.ListMySubscriptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListMySubscriptions(inValue); | |
11872 SubscriptionItems = retVal.SubscriptionItems; | |
11873 return retVal.ServerInfoHeader; | |
11874 } | |
11875 | |
11876 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11877 SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListSubscriptionsUsingDataSource(SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceRequest request) { | |
11878 return base.Channel.ListSubscriptionsUsingDataSource(request); | |
11879 } | |
11880 | |
11881 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListSubscriptionsUsingDataSource(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, out SSRS.Services.ReportServiceReference.Subscription[] SubscriptionItems) { | |
11882 SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceRequest inValue = new SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceRequest(); | |
11883 inValue.TrustedUserHeader = TrustedUserHeader; | |
11884 inValue.DataSource = DataSource; | |
11885 SSRS.Services.ReportServiceReference.ListSubscriptionsUsingDataSourceResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListSubscriptionsUsingDataSource(inValue); | |
11886 SubscriptionItems = retVal.SubscriptionItems; | |
11887 return retVal.ServerInfoHeader; | |
11888 } | |
11889 | |
11890 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11891 SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ChangeSubscriptionOwner(SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerRequest request) { | |
11892 return base.Channel.ChangeSubscriptionOwner(request); | |
11893 } | |
11894 | |
11895 public SSRS.Services.ReportServiceReference.ServerInfoHeader ChangeSubscriptionOwner(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SubscriptionID, string NewOwner) { | |
11896 SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerRequest inValue = new SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerRequest(); | |
11897 inValue.TrustedUserHeader = TrustedUserHeader; | |
11898 inValue.SubscriptionID = SubscriptionID; | |
11899 inValue.NewOwner = NewOwner; | |
11900 SSRS.Services.ReportServiceReference.ChangeSubscriptionOwnerResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ChangeSubscriptionOwner(inValue); | |
11901 return retVal.ServerInfoHeader; | |
11902 } | |
11903 | |
11904 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11905 SSRS.Services.ReportServiceReference.CreateDataSourceResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateDataSource(SSRS.Services.ReportServiceReference.CreateDataSourceRequest request) { | |
11906 return base.Channel.CreateDataSource(request); | |
11907 } | |
11908 | |
11909 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateDataSource(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, string Parent, bool Overwrite, SSRS.Services.ReportServiceReference.DataSourceDefinition Definition, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.CatalogItem ItemInfo) { | |
11910 SSRS.Services.ReportServiceReference.CreateDataSourceRequest inValue = new SSRS.Services.ReportServiceReference.CreateDataSourceRequest(); | |
11911 inValue.TrustedUserHeader = TrustedUserHeader; | |
11912 inValue.DataSource = DataSource; | |
11913 inValue.Parent = Parent; | |
11914 inValue.Overwrite = Overwrite; | |
11915 inValue.Definition = Definition; | |
11916 inValue.Properties = Properties; | |
11917 SSRS.Services.ReportServiceReference.CreateDataSourceResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateDataSource(inValue); | |
11918 ItemInfo = retVal.ItemInfo; | |
11919 return retVal.ServerInfoHeader; | |
11920 } | |
11921 | |
11922 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11923 SSRS.Services.ReportServiceReference.PrepareQueryResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.PrepareQuery(SSRS.Services.ReportServiceReference.PrepareQueryRequest request) { | |
11924 return base.Channel.PrepareQuery(request); | |
11925 } | |
11926 | |
11927 public SSRS.Services.ReportServiceReference.ServerInfoHeader PrepareQuery(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.DataSource DataSource, SSRS.Services.ReportServiceReference.DataSetDefinition DataSet, out SSRS.Services.ReportServiceReference.DataSetDefinition DataSettings, out bool Changed, out string[] ParameterNames) { | |
11928 SSRS.Services.ReportServiceReference.PrepareQueryRequest inValue = new SSRS.Services.ReportServiceReference.PrepareQueryRequest(); | |
11929 inValue.TrustedUserHeader = TrustedUserHeader; | |
11930 inValue.DataSource = DataSource; | |
11931 inValue.DataSet = DataSet; | |
11932 SSRS.Services.ReportServiceReference.PrepareQueryResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).PrepareQuery(inValue); | |
11933 DataSettings = retVal.DataSettings; | |
11934 Changed = retVal.Changed; | |
11935 ParameterNames = retVal.ParameterNames; | |
11936 return retVal.ServerInfoHeader; | |
11937 } | |
11938 | |
11939 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11940 SSRS.Services.ReportServiceReference.EnableDataSourceResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.EnableDataSource(SSRS.Services.ReportServiceReference.EnableDataSourceRequest request) { | |
11941 return base.Channel.EnableDataSource(request); | |
11942 } | |
11943 | |
11944 public SSRS.Services.ReportServiceReference.ServerInfoHeader EnableDataSource(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
11945 SSRS.Services.ReportServiceReference.EnableDataSourceRequest inValue = new SSRS.Services.ReportServiceReference.EnableDataSourceRequest(); | |
11946 inValue.TrustedUserHeader = TrustedUserHeader; | |
11947 inValue.DataSource = DataSource; | |
11948 SSRS.Services.ReportServiceReference.EnableDataSourceResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).EnableDataSource(inValue); | |
11949 return retVal.ServerInfoHeader; | |
11950 } | |
11951 | |
11952 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11953 SSRS.Services.ReportServiceReference.DisableDataSourceResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DisableDataSource(SSRS.Services.ReportServiceReference.DisableDataSourceRequest request) { | |
11954 return base.Channel.DisableDataSource(request); | |
11955 } | |
11956 | |
11957 public SSRS.Services.ReportServiceReference.ServerInfoHeader DisableDataSource(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource) { | |
11958 SSRS.Services.ReportServiceReference.DisableDataSourceRequest inValue = new SSRS.Services.ReportServiceReference.DisableDataSourceRequest(); | |
11959 inValue.TrustedUserHeader = TrustedUserHeader; | |
11960 inValue.DataSource = DataSource; | |
11961 SSRS.Services.ReportServiceReference.DisableDataSourceResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DisableDataSource(inValue); | |
11962 return retVal.ServerInfoHeader; | |
11963 } | |
11964 | |
11965 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11966 SSRS.Services.ReportServiceReference.SetDataSourceContentsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetDataSourceContents(SSRS.Services.ReportServiceReference.SetDataSourceContentsRequest request) { | |
11967 return base.Channel.SetDataSourceContents(request); | |
11968 } | |
11969 | |
11970 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetDataSourceContents(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, SSRS.Services.ReportServiceReference.DataSourceDefinition Definition) { | |
11971 SSRS.Services.ReportServiceReference.SetDataSourceContentsRequest inValue = new SSRS.Services.ReportServiceReference.SetDataSourceContentsRequest(); | |
11972 inValue.TrustedUserHeader = TrustedUserHeader; | |
11973 inValue.DataSource = DataSource; | |
11974 inValue.Definition = Definition; | |
11975 SSRS.Services.ReportServiceReference.SetDataSourceContentsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetDataSourceContents(inValue); | |
11976 return retVal.ServerInfoHeader; | |
11977 } | |
11978 | |
11979 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11980 SSRS.Services.ReportServiceReference.GetDataSourceContentsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetDataSourceContents(SSRS.Services.ReportServiceReference.GetDataSourceContentsRequest request) { | |
11981 return base.Channel.GetDataSourceContents(request); | |
11982 } | |
11983 | |
11984 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetDataSourceContents(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, out SSRS.Services.ReportServiceReference.DataSourceDefinition Definition) { | |
11985 SSRS.Services.ReportServiceReference.GetDataSourceContentsRequest inValue = new SSRS.Services.ReportServiceReference.GetDataSourceContentsRequest(); | |
11986 inValue.TrustedUserHeader = TrustedUserHeader; | |
11987 inValue.DataSource = DataSource; | |
11988 SSRS.Services.ReportServiceReference.GetDataSourceContentsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetDataSourceContents(inValue); | |
11989 Definition = retVal.Definition; | |
11990 return retVal.ServerInfoHeader; | |
11991 } | |
11992 | |
11993 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
11994 SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListDatabaseCredentialRetrievalOptions(SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsRequest request) { | |
11995 return base.Channel.ListDatabaseCredentialRetrievalOptions(request); | |
11996 } | |
11997 | |
11998 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListDatabaseCredentialRetrievalOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListDatabaseCredentialRetrievalOptionsResult) { | |
11999 SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsRequest inValue = new SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsRequest(); | |
12000 inValue.TrustedUserHeader = TrustedUserHeader; | |
12001 SSRS.Services.ReportServiceReference.ListDatabaseCredentialRetrievalOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListDatabaseCredentialRetrievalOptions(inValue); | |
12002 ListDatabaseCredentialRetrievalOptionsResult = retVal.ListDatabaseCredentialRetrievalOptionsResult; | |
12003 return retVal.ServerInfoHeader; | |
12004 } | |
12005 | |
12006 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12007 SSRS.Services.ReportServiceReference.SetItemDataSourcesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemDataSources(SSRS.Services.ReportServiceReference.SetItemDataSourcesRequest request) { | |
12008 return base.Channel.SetItemDataSources(request); | |
12009 } | |
12010 | |
12011 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemDataSources(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.DataSource[] DataSources) { | |
12012 SSRS.Services.ReportServiceReference.SetItemDataSourcesRequest inValue = new SSRS.Services.ReportServiceReference.SetItemDataSourcesRequest(); | |
12013 inValue.TrustedUserHeader = TrustedUserHeader; | |
12014 inValue.ItemPath = ItemPath; | |
12015 inValue.DataSources = DataSources; | |
12016 SSRS.Services.ReportServiceReference.SetItemDataSourcesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemDataSources(inValue); | |
12017 return retVal.ServerInfoHeader; | |
12018 } | |
12019 | |
12020 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12021 SSRS.Services.ReportServiceReference.GetItemDataSourcesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemDataSources(SSRS.Services.ReportServiceReference.GetItemDataSourcesRequest request) { | |
12022 return base.Channel.GetItemDataSources(request); | |
12023 } | |
12024 | |
12025 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemDataSources(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.DataSource[] DataSources) { | |
12026 SSRS.Services.ReportServiceReference.GetItemDataSourcesRequest inValue = new SSRS.Services.ReportServiceReference.GetItemDataSourcesRequest(); | |
12027 inValue.TrustedUserHeader = TrustedUserHeader; | |
12028 inValue.ItemPath = ItemPath; | |
12029 SSRS.Services.ReportServiceReference.GetItemDataSourcesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemDataSources(inValue); | |
12030 DataSources = retVal.DataSources; | |
12031 return retVal.ServerInfoHeader; | |
12032 } | |
12033 | |
12034 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12035 SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.TestConnectForDataSourceDefinition(SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionRequest request) { | |
12036 return base.Channel.TestConnectForDataSourceDefinition(request); | |
12037 } | |
12038 | |
12039 public SSRS.Services.ReportServiceReference.ServerInfoHeader TestConnectForDataSourceDefinition(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.DataSourceDefinition DataSourceDefinition, string UserName, string Password, out bool TestConnectForDataSourceDefinitionResult, out string ConnectError) { | |
12040 SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionRequest inValue = new SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionRequest(); | |
12041 inValue.TrustedUserHeader = TrustedUserHeader; | |
12042 inValue.DataSourceDefinition = DataSourceDefinition; | |
12043 inValue.UserName = UserName; | |
12044 inValue.Password = Password; | |
12045 SSRS.Services.ReportServiceReference.TestConnectForDataSourceDefinitionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).TestConnectForDataSourceDefinition(inValue); | |
12046 TestConnectForDataSourceDefinitionResult = retVal.TestConnectForDataSourceDefinitionResult; | |
12047 ConnectError = retVal.ConnectError; | |
12048 return retVal.ServerInfoHeader; | |
12049 } | |
12050 | |
12051 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12052 SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.TestConnectForItemDataSource(SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceRequest request) { | |
12053 return base.Channel.TestConnectForItemDataSource(request); | |
12054 } | |
12055 | |
12056 public SSRS.Services.ReportServiceReference.ServerInfoHeader TestConnectForItemDataSource(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string DataSourceName, string UserName, string Password, out bool TestConnectForItemDataSourceResult, out string ConnectError) { | |
12057 SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceRequest inValue = new SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceRequest(); | |
12058 inValue.TrustedUserHeader = TrustedUserHeader; | |
12059 inValue.ItemPath = ItemPath; | |
12060 inValue.DataSourceName = DataSourceName; | |
12061 inValue.UserName = UserName; | |
12062 inValue.Password = Password; | |
12063 SSRS.Services.ReportServiceReference.TestConnectForItemDataSourceResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).TestConnectForItemDataSource(inValue); | |
12064 TestConnectForItemDataSourceResult = retVal.TestConnectForItemDataSourceResult; | |
12065 ConnectError = retVal.ConnectError; | |
12066 return retVal.ServerInfoHeader; | |
12067 } | |
12068 | |
12069 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12070 SSRS.Services.ReportServiceReference.CreateRoleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateRole(SSRS.Services.ReportServiceReference.CreateRoleRequest request) { | |
12071 return base.Channel.CreateRole(request); | |
12072 } | |
12073 | |
12074 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateRole(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string Description, string[] TaskIDs) { | |
12075 SSRS.Services.ReportServiceReference.CreateRoleRequest inValue = new SSRS.Services.ReportServiceReference.CreateRoleRequest(); | |
12076 inValue.TrustedUserHeader = TrustedUserHeader; | |
12077 inValue.Name = Name; | |
12078 inValue.Description = Description; | |
12079 inValue.TaskIDs = TaskIDs; | |
12080 SSRS.Services.ReportServiceReference.CreateRoleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateRole(inValue); | |
12081 return retVal.ServerInfoHeader; | |
12082 } | |
12083 | |
12084 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12085 SSRS.Services.ReportServiceReference.SetRolePropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetRoleProperties(SSRS.Services.ReportServiceReference.SetRolePropertiesRequest request) { | |
12086 return base.Channel.SetRoleProperties(request); | |
12087 } | |
12088 | |
12089 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetRoleProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string Description, string[] TaskIDs) { | |
12090 SSRS.Services.ReportServiceReference.SetRolePropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetRolePropertiesRequest(); | |
12091 inValue.TrustedUserHeader = TrustedUserHeader; | |
12092 inValue.Name = Name; | |
12093 inValue.Description = Description; | |
12094 inValue.TaskIDs = TaskIDs; | |
12095 SSRS.Services.ReportServiceReference.SetRolePropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetRoleProperties(inValue); | |
12096 return retVal.ServerInfoHeader; | |
12097 } | |
12098 | |
12099 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12100 SSRS.Services.ReportServiceReference.GetRolePropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetRoleProperties(SSRS.Services.ReportServiceReference.GetRolePropertiesRequest request) { | |
12101 return base.Channel.GetRoleProperties(request); | |
12102 } | |
12103 | |
12104 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetRoleProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string SiteUrl, out string[] TaskIDs, out string Description) { | |
12105 SSRS.Services.ReportServiceReference.GetRolePropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetRolePropertiesRequest(); | |
12106 inValue.TrustedUserHeader = TrustedUserHeader; | |
12107 inValue.Name = Name; | |
12108 inValue.SiteUrl = SiteUrl; | |
12109 SSRS.Services.ReportServiceReference.GetRolePropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetRoleProperties(inValue); | |
12110 TaskIDs = retVal.TaskIDs; | |
12111 Description = retVal.Description; | |
12112 return retVal.ServerInfoHeader; | |
12113 } | |
12114 | |
12115 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12116 SSRS.Services.ReportServiceReference.DeleteRoleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteRole(SSRS.Services.ReportServiceReference.DeleteRoleRequest request) { | |
12117 return base.Channel.DeleteRole(request); | |
12118 } | |
12119 | |
12120 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteRole(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name) { | |
12121 SSRS.Services.ReportServiceReference.DeleteRoleRequest inValue = new SSRS.Services.ReportServiceReference.DeleteRoleRequest(); | |
12122 inValue.TrustedUserHeader = TrustedUserHeader; | |
12123 inValue.Name = Name; | |
12124 SSRS.Services.ReportServiceReference.DeleteRoleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteRole(inValue); | |
12125 return retVal.ServerInfoHeader; | |
12126 } | |
12127 | |
12128 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12129 SSRS.Services.ReportServiceReference.ListRolesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListRoles(SSRS.Services.ReportServiceReference.ListRolesRequest request) { | |
12130 return base.Channel.ListRoles(request); | |
12131 } | |
12132 | |
12133 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListRoles(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SecurityScope, string SiteUrl, out SSRS.Services.ReportServiceReference.Role[] Roles) { | |
12134 SSRS.Services.ReportServiceReference.ListRolesRequest inValue = new SSRS.Services.ReportServiceReference.ListRolesRequest(); | |
12135 inValue.TrustedUserHeader = TrustedUserHeader; | |
12136 inValue.SecurityScope = SecurityScope; | |
12137 inValue.SiteUrl = SiteUrl; | |
12138 SSRS.Services.ReportServiceReference.ListRolesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListRoles(inValue); | |
12139 Roles = retVal.Roles; | |
12140 return retVal.ServerInfoHeader; | |
12141 } | |
12142 | |
12143 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12144 SSRS.Services.ReportServiceReference.ListTasksResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListTasks(SSRS.Services.ReportServiceReference.ListTasksRequest request) { | |
12145 return base.Channel.ListTasks(request); | |
12146 } | |
12147 | |
12148 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListTasks(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SecurityScope, out SSRS.Services.ReportServiceReference.Task[] Tasks) { | |
12149 SSRS.Services.ReportServiceReference.ListTasksRequest inValue = new SSRS.Services.ReportServiceReference.ListTasksRequest(); | |
12150 inValue.TrustedUserHeader = TrustedUserHeader; | |
12151 inValue.SecurityScope = SecurityScope; | |
12152 SSRS.Services.ReportServiceReference.ListTasksResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListTasks(inValue); | |
12153 Tasks = retVal.Tasks; | |
12154 return retVal.ServerInfoHeader; | |
12155 } | |
12156 | |
12157 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12158 SSRS.Services.ReportServiceReference.SetPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetPolicies(SSRS.Services.ReportServiceReference.SetPoliciesRequest request) { | |
12159 return base.Channel.SetPolicies(request); | |
12160 } | |
12161 | |
12162 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
12163 SSRS.Services.ReportServiceReference.SetPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.SetPoliciesRequest(); | |
12164 inValue.TrustedUserHeader = TrustedUserHeader; | |
12165 inValue.ItemPath = ItemPath; | |
12166 inValue.Policies = Policies; | |
12167 SSRS.Services.ReportServiceReference.SetPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetPolicies(inValue); | |
12168 return retVal.ServerInfoHeader; | |
12169 } | |
12170 | |
12171 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12172 SSRS.Services.ReportServiceReference.GetPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetPolicies(SSRS.Services.ReportServiceReference.GetPoliciesRequest request) { | |
12173 return base.Channel.GetPolicies(request); | |
12174 } | |
12175 | |
12176 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.Policy[] Policies, out bool InheritParent) { | |
12177 SSRS.Services.ReportServiceReference.GetPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.GetPoliciesRequest(); | |
12178 inValue.TrustedUserHeader = TrustedUserHeader; | |
12179 inValue.ItemPath = ItemPath; | |
12180 SSRS.Services.ReportServiceReference.GetPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetPolicies(inValue); | |
12181 Policies = retVal.Policies; | |
12182 InheritParent = retVal.InheritParent; | |
12183 return retVal.ServerInfoHeader; | |
12184 } | |
12185 | |
12186 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12187 SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemDataSourcePrompts(SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsRequest request) { | |
12188 return base.Channel.GetItemDataSourcePrompts(request); | |
12189 } | |
12190 | |
12191 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemDataSourcePrompts(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.DataSourcePrompt[] DataSourcePrompts) { | |
12192 SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsRequest inValue = new SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsRequest(); | |
12193 inValue.TrustedUserHeader = TrustedUserHeader; | |
12194 inValue.ItemPath = ItemPath; | |
12195 SSRS.Services.ReportServiceReference.GetItemDataSourcePromptsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemDataSourcePrompts(inValue); | |
12196 DataSourcePrompts = retVal.DataSourcePrompts; | |
12197 return retVal.ServerInfoHeader; | |
12198 } | |
12199 | |
12200 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12201 SSRS.Services.ReportServiceReference.GenerateModelResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GenerateModel(SSRS.Services.ReportServiceReference.GenerateModelRequest request) { | |
12202 return base.Channel.GenerateModel(request); | |
12203 } | |
12204 | |
12205 public SSRS.Services.ReportServiceReference.ServerInfoHeader GenerateModel(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string DataSource, string Model, string Parent, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.CatalogItem ItemInfo, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
12206 SSRS.Services.ReportServiceReference.GenerateModelRequest inValue = new SSRS.Services.ReportServiceReference.GenerateModelRequest(); | |
12207 inValue.TrustedUserHeader = TrustedUserHeader; | |
12208 inValue.DataSource = DataSource; | |
12209 inValue.Model = Model; | |
12210 inValue.Parent = Parent; | |
12211 inValue.Properties = Properties; | |
12212 SSRS.Services.ReportServiceReference.GenerateModelResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GenerateModel(inValue); | |
12213 ItemInfo = retVal.ItemInfo; | |
12214 Warnings = retVal.Warnings; | |
12215 return retVal.ServerInfoHeader; | |
12216 } | |
12217 | |
12218 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12219 SSRS.Services.ReportServiceReference.GetModelItemPermissionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetModelItemPermissions(SSRS.Services.ReportServiceReference.GetModelItemPermissionsRequest request) { | |
12220 return base.Channel.GetModelItemPermissions(request); | |
12221 } | |
12222 | |
12223 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetModelItemPermissions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, out string[] Permissions) { | |
12224 SSRS.Services.ReportServiceReference.GetModelItemPermissionsRequest inValue = new SSRS.Services.ReportServiceReference.GetModelItemPermissionsRequest(); | |
12225 inValue.TrustedUserHeader = TrustedUserHeader; | |
12226 inValue.Model = Model; | |
12227 inValue.ModelItemID = ModelItemID; | |
12228 SSRS.Services.ReportServiceReference.GetModelItemPermissionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetModelItemPermissions(inValue); | |
12229 Permissions = retVal.Permissions; | |
12230 return retVal.ServerInfoHeader; | |
12231 } | |
12232 | |
12233 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12234 SSRS.Services.ReportServiceReference.SetModelItemPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetModelItemPolicies(SSRS.Services.ReportServiceReference.SetModelItemPoliciesRequest request) { | |
12235 return base.Channel.SetModelItemPolicies(request); | |
12236 } | |
12237 | |
12238 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetModelItemPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
12239 SSRS.Services.ReportServiceReference.SetModelItemPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.SetModelItemPoliciesRequest(); | |
12240 inValue.TrustedUserHeader = TrustedUserHeader; | |
12241 inValue.Model = Model; | |
12242 inValue.ModelItemID = ModelItemID; | |
12243 inValue.Policies = Policies; | |
12244 SSRS.Services.ReportServiceReference.SetModelItemPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetModelItemPolicies(inValue); | |
12245 return retVal.ServerInfoHeader; | |
12246 } | |
12247 | |
12248 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12249 SSRS.Services.ReportServiceReference.GetModelItemPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetModelItemPolicies(SSRS.Services.ReportServiceReference.GetModelItemPoliciesRequest request) { | |
12250 return base.Channel.GetModelItemPolicies(request); | |
12251 } | |
12252 | |
12253 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetModelItemPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, out SSRS.Services.ReportServiceReference.Policy[] Policies, out bool InheritParent) { | |
12254 SSRS.Services.ReportServiceReference.GetModelItemPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.GetModelItemPoliciesRequest(); | |
12255 inValue.TrustedUserHeader = TrustedUserHeader; | |
12256 inValue.Model = Model; | |
12257 inValue.ModelItemID = ModelItemID; | |
12258 SSRS.Services.ReportServiceReference.GetModelItemPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetModelItemPolicies(inValue); | |
12259 Policies = retVal.Policies; | |
12260 InheritParent = retVal.InheritParent; | |
12261 return retVal.ServerInfoHeader; | |
12262 } | |
12263 | |
12264 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12265 SSRS.Services.ReportServiceReference.GetUserModelResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetUserModel(SSRS.Services.ReportServiceReference.GetUserModelRequest request) { | |
12266 return base.Channel.GetUserModel(request); | |
12267 } | |
12268 | |
12269 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetUserModel(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string Perspective, out byte[] Definition) { | |
12270 SSRS.Services.ReportServiceReference.GetUserModelRequest inValue = new SSRS.Services.ReportServiceReference.GetUserModelRequest(); | |
12271 inValue.TrustedUserHeader = TrustedUserHeader; | |
12272 inValue.Model = Model; | |
12273 inValue.Perspective = Perspective; | |
12274 SSRS.Services.ReportServiceReference.GetUserModelResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetUserModel(inValue); | |
12275 Definition = retVal.Definition; | |
12276 return retVal.ServerInfoHeader; | |
12277 } | |
12278 | |
12279 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12280 SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.InheritModelItemParentSecurity(SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityRequest request) { | |
12281 return base.Channel.InheritModelItemParentSecurity(request); | |
12282 } | |
12283 | |
12284 public SSRS.Services.ReportServiceReference.ServerInfoHeader InheritModelItemParentSecurity(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID) { | |
12285 SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityRequest inValue = new SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityRequest(); | |
12286 inValue.TrustedUserHeader = TrustedUserHeader; | |
12287 inValue.Model = Model; | |
12288 inValue.ModelItemID = ModelItemID; | |
12289 SSRS.Services.ReportServiceReference.InheritModelItemParentSecurityResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).InheritModelItemParentSecurity(inValue); | |
12290 return retVal.ServerInfoHeader; | |
12291 } | |
12292 | |
12293 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12294 SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetModelDrillthroughReports(SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsRequest request) { | |
12295 return base.Channel.SetModelDrillthroughReports(request); | |
12296 } | |
12297 | |
12298 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetModelDrillthroughReports(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports) { | |
12299 SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsRequest inValue = new SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsRequest(); | |
12300 inValue.TrustedUserHeader = TrustedUserHeader; | |
12301 inValue.Model = Model; | |
12302 inValue.ModelItemID = ModelItemID; | |
12303 inValue.Reports = Reports; | |
12304 SSRS.Services.ReportServiceReference.SetModelDrillthroughReportsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetModelDrillthroughReports(inValue); | |
12305 return retVal.ServerInfoHeader; | |
12306 } | |
12307 | |
12308 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12309 SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListModelDrillthroughReports(SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsRequest request) { | |
12310 return base.Channel.ListModelDrillthroughReports(request); | |
12311 } | |
12312 | |
12313 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListModelDrillthroughReports(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, out SSRS.Services.ReportServiceReference.ModelDrillthroughReport[] Reports) { | |
12314 SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsRequest inValue = new SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsRequest(); | |
12315 inValue.TrustedUserHeader = TrustedUserHeader; | |
12316 inValue.Model = Model; | |
12317 inValue.ModelItemID = ModelItemID; | |
12318 SSRS.Services.ReportServiceReference.ListModelDrillthroughReportsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListModelDrillthroughReports(inValue); | |
12319 Reports = retVal.Reports; | |
12320 return retVal.ServerInfoHeader; | |
12321 } | |
12322 | |
12323 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12324 SSRS.Services.ReportServiceReference.ListModelItemChildrenResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListModelItemChildren(SSRS.Services.ReportServiceReference.ListModelItemChildrenRequest request) { | |
12325 return base.Channel.ListModelItemChildren(request); | |
12326 } | |
12327 | |
12328 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListModelItemChildren(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, string ModelItemID, bool Recursive, out SSRS.Services.ReportServiceReference.ModelItem[] ModelItems) { | |
12329 SSRS.Services.ReportServiceReference.ListModelItemChildrenRequest inValue = new SSRS.Services.ReportServiceReference.ListModelItemChildrenRequest(); | |
12330 inValue.TrustedUserHeader = TrustedUserHeader; | |
12331 inValue.Model = Model; | |
12332 inValue.ModelItemID = ModelItemID; | |
12333 inValue.Recursive = Recursive; | |
12334 SSRS.Services.ReportServiceReference.ListModelItemChildrenResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListModelItemChildren(inValue); | |
12335 ModelItems = retVal.ModelItems; | |
12336 return retVal.ServerInfoHeader; | |
12337 } | |
12338 | |
12339 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12340 SSRS.Services.ReportServiceReference.ListModelItemTypesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListModelItemTypes(SSRS.Services.ReportServiceReference.ListModelItemTypesRequest request) { | |
12341 return base.Channel.ListModelItemTypes(request); | |
12342 } | |
12343 | |
12344 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListModelItemTypes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListModelItemTypesResult) { | |
12345 SSRS.Services.ReportServiceReference.ListModelItemTypesRequest inValue = new SSRS.Services.ReportServiceReference.ListModelItemTypesRequest(); | |
12346 inValue.TrustedUserHeader = TrustedUserHeader; | |
12347 SSRS.Services.ReportServiceReference.ListModelItemTypesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListModelItemTypes(inValue); | |
12348 ListModelItemTypesResult = retVal.ListModelItemTypesResult; | |
12349 return retVal.ServerInfoHeader; | |
12350 } | |
12351 | |
12352 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12353 SSRS.Services.ReportServiceReference.ListModelPerspectivesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListModelPerspectives(SSRS.Services.ReportServiceReference.ListModelPerspectivesRequest request) { | |
12354 return base.Channel.ListModelPerspectives(request); | |
12355 } | |
12356 | |
12357 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListModelPerspectives(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, out SSRS.Services.ReportServiceReference.ModelCatalogItem[] ModelCatalogItems) { | |
12358 SSRS.Services.ReportServiceReference.ListModelPerspectivesRequest inValue = new SSRS.Services.ReportServiceReference.ListModelPerspectivesRequest(); | |
12359 inValue.TrustedUserHeader = TrustedUserHeader; | |
12360 inValue.Model = Model; | |
12361 SSRS.Services.ReportServiceReference.ListModelPerspectivesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListModelPerspectives(inValue); | |
12362 ModelCatalogItems = retVal.ModelCatalogItems; | |
12363 return retVal.ServerInfoHeader; | |
12364 } | |
12365 | |
12366 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12367 SSRS.Services.ReportServiceReference.RegenerateModelResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.RegenerateModel(SSRS.Services.ReportServiceReference.RegenerateModelRequest request) { | |
12368 return base.Channel.RegenerateModel(request); | |
12369 } | |
12370 | |
12371 public SSRS.Services.ReportServiceReference.ServerInfoHeader RegenerateModel(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
12372 SSRS.Services.ReportServiceReference.RegenerateModelRequest inValue = new SSRS.Services.ReportServiceReference.RegenerateModelRequest(); | |
12373 inValue.TrustedUserHeader = TrustedUserHeader; | |
12374 inValue.Model = Model; | |
12375 SSRS.Services.ReportServiceReference.RegenerateModelResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).RegenerateModel(inValue); | |
12376 Warnings = retVal.Warnings; | |
12377 return retVal.ServerInfoHeader; | |
12378 } | |
12379 | |
12380 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12381 SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.RemoveAllModelItemPolicies(SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesRequest request) { | |
12382 return base.Channel.RemoveAllModelItemPolicies(request); | |
12383 } | |
12384 | |
12385 public SSRS.Services.ReportServiceReference.ServerInfoHeader RemoveAllModelItemPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Model) { | |
12386 SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesRequest(); | |
12387 inValue.TrustedUserHeader = TrustedUserHeader; | |
12388 inValue.Model = Model; | |
12389 SSRS.Services.ReportServiceReference.RemoveAllModelItemPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).RemoveAllModelItemPolicies(inValue); | |
12390 return retVal.ServerInfoHeader; | |
12391 } | |
12392 | |
12393 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12394 SSRS.Services.ReportServiceReference.CreateScheduleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateSchedule(SSRS.Services.ReportServiceReference.CreateScheduleRequest request) { | |
12395 return base.Channel.CreateSchedule(request); | |
12396 } | |
12397 | |
12398 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateSchedule(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition, string SiteUrl, out string ScheduleID) { | |
12399 SSRS.Services.ReportServiceReference.CreateScheduleRequest inValue = new SSRS.Services.ReportServiceReference.CreateScheduleRequest(); | |
12400 inValue.TrustedUserHeader = TrustedUserHeader; | |
12401 inValue.Name = Name; | |
12402 inValue.ScheduleDefinition = ScheduleDefinition; | |
12403 inValue.SiteUrl = SiteUrl; | |
12404 SSRS.Services.ReportServiceReference.CreateScheduleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateSchedule(inValue); | |
12405 ScheduleID = retVal.ScheduleID; | |
12406 return retVal.ServerInfoHeader; | |
12407 } | |
12408 | |
12409 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12410 SSRS.Services.ReportServiceReference.DeleteScheduleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteSchedule(SSRS.Services.ReportServiceReference.DeleteScheduleRequest request) { | |
12411 return base.Channel.DeleteSchedule(request); | |
12412 } | |
12413 | |
12414 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteSchedule(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
12415 SSRS.Services.ReportServiceReference.DeleteScheduleRequest inValue = new SSRS.Services.ReportServiceReference.DeleteScheduleRequest(); | |
12416 inValue.TrustedUserHeader = TrustedUserHeader; | |
12417 inValue.ScheduleID = ScheduleID; | |
12418 SSRS.Services.ReportServiceReference.DeleteScheduleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteSchedule(inValue); | |
12419 return retVal.ServerInfoHeader; | |
12420 } | |
12421 | |
12422 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12423 SSRS.Services.ReportServiceReference.ListSchedulesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListSchedules(SSRS.Services.ReportServiceReference.ListSchedulesRequest request) { | |
12424 return base.Channel.ListSchedules(request); | |
12425 } | |
12426 | |
12427 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListSchedules(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string SiteUrl, out SSRS.Services.ReportServiceReference.Schedule[] Schedules) { | |
12428 SSRS.Services.ReportServiceReference.ListSchedulesRequest inValue = new SSRS.Services.ReportServiceReference.ListSchedulesRequest(); | |
12429 inValue.TrustedUserHeader = TrustedUserHeader; | |
12430 inValue.SiteUrl = SiteUrl; | |
12431 SSRS.Services.ReportServiceReference.ListSchedulesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListSchedules(inValue); | |
12432 Schedules = retVal.Schedules; | |
12433 return retVal.ServerInfoHeader; | |
12434 } | |
12435 | |
12436 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12437 SSRS.Services.ReportServiceReference.GetSchedulePropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetScheduleProperties(SSRS.Services.ReportServiceReference.GetSchedulePropertiesRequest request) { | |
12438 return base.Channel.GetScheduleProperties(request); | |
12439 } | |
12440 | |
12441 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetScheduleProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID, out SSRS.Services.ReportServiceReference.Schedule Schedule) { | |
12442 SSRS.Services.ReportServiceReference.GetSchedulePropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetSchedulePropertiesRequest(); | |
12443 inValue.TrustedUserHeader = TrustedUserHeader; | |
12444 inValue.ScheduleID = ScheduleID; | |
12445 SSRS.Services.ReportServiceReference.GetSchedulePropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetScheduleProperties(inValue); | |
12446 Schedule = retVal.Schedule; | |
12447 return retVal.ServerInfoHeader; | |
12448 } | |
12449 | |
12450 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12451 SSRS.Services.ReportServiceReference.ListScheduleStatesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListScheduleStates(SSRS.Services.ReportServiceReference.ListScheduleStatesRequest request) { | |
12452 return base.Channel.ListScheduleStates(request); | |
12453 } | |
12454 | |
12455 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListScheduleStates(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListScheduleStatesResult) { | |
12456 SSRS.Services.ReportServiceReference.ListScheduleStatesRequest inValue = new SSRS.Services.ReportServiceReference.ListScheduleStatesRequest(); | |
12457 inValue.TrustedUserHeader = TrustedUserHeader; | |
12458 SSRS.Services.ReportServiceReference.ListScheduleStatesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListScheduleStates(inValue); | |
12459 ListScheduleStatesResult = retVal.ListScheduleStatesResult; | |
12460 return retVal.ServerInfoHeader; | |
12461 } | |
12462 | |
12463 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12464 SSRS.Services.ReportServiceReference.PauseScheduleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.PauseSchedule(SSRS.Services.ReportServiceReference.PauseScheduleRequest request) { | |
12465 return base.Channel.PauseSchedule(request); | |
12466 } | |
12467 | |
12468 public SSRS.Services.ReportServiceReference.ServerInfoHeader PauseSchedule(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
12469 SSRS.Services.ReportServiceReference.PauseScheduleRequest inValue = new SSRS.Services.ReportServiceReference.PauseScheduleRequest(); | |
12470 inValue.TrustedUserHeader = TrustedUserHeader; | |
12471 inValue.ScheduleID = ScheduleID; | |
12472 SSRS.Services.ReportServiceReference.PauseScheduleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).PauseSchedule(inValue); | |
12473 return retVal.ServerInfoHeader; | |
12474 } | |
12475 | |
12476 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12477 SSRS.Services.ReportServiceReference.ResumeScheduleResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ResumeSchedule(SSRS.Services.ReportServiceReference.ResumeScheduleRequest request) { | |
12478 return base.Channel.ResumeSchedule(request); | |
12479 } | |
12480 | |
12481 public SSRS.Services.ReportServiceReference.ServerInfoHeader ResumeSchedule(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID) { | |
12482 SSRS.Services.ReportServiceReference.ResumeScheduleRequest inValue = new SSRS.Services.ReportServiceReference.ResumeScheduleRequest(); | |
12483 inValue.TrustedUserHeader = TrustedUserHeader; | |
12484 inValue.ScheduleID = ScheduleID; | |
12485 SSRS.Services.ReportServiceReference.ResumeScheduleResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ResumeSchedule(inValue); | |
12486 return retVal.ServerInfoHeader; | |
12487 } | |
12488 | |
12489 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12490 SSRS.Services.ReportServiceReference.SetSchedulePropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetScheduleProperties(SSRS.Services.ReportServiceReference.SetSchedulePropertiesRequest request) { | |
12491 return base.Channel.SetScheduleProperties(request); | |
12492 } | |
12493 | |
12494 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetScheduleProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Name, string ScheduleID, SSRS.Services.ReportServiceReference.ScheduleDefinition ScheduleDefinition) { | |
12495 SSRS.Services.ReportServiceReference.SetSchedulePropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetSchedulePropertiesRequest(); | |
12496 inValue.TrustedUserHeader = TrustedUserHeader; | |
12497 inValue.Name = Name; | |
12498 inValue.ScheduleID = ScheduleID; | |
12499 inValue.ScheduleDefinition = ScheduleDefinition; | |
12500 SSRS.Services.ReportServiceReference.SetSchedulePropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetScheduleProperties(inValue); | |
12501 return retVal.ServerInfoHeader; | |
12502 } | |
12503 | |
12504 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12505 SSRS.Services.ReportServiceReference.ListScheduledItemsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListScheduledItems(SSRS.Services.ReportServiceReference.ListScheduledItemsRequest request) { | |
12506 return base.Channel.ListScheduledItems(request); | |
12507 } | |
12508 | |
12509 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListScheduledItems(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ScheduleID, out SSRS.Services.ReportServiceReference.CatalogItem[] Items) { | |
12510 SSRS.Services.ReportServiceReference.ListScheduledItemsRequest inValue = new SSRS.Services.ReportServiceReference.ListScheduledItemsRequest(); | |
12511 inValue.TrustedUserHeader = TrustedUserHeader; | |
12512 inValue.ScheduleID = ScheduleID; | |
12513 SSRS.Services.ReportServiceReference.ListScheduledItemsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListScheduledItems(inValue); | |
12514 Items = retVal.Items; | |
12515 return retVal.ServerInfoHeader; | |
12516 } | |
12517 | |
12518 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12519 SSRS.Services.ReportServiceReference.SetItemParametersResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemParameters(SSRS.Services.ReportServiceReference.SetItemParametersRequest request) { | |
12520 return base.Channel.SetItemParameters(request); | |
12521 } | |
12522 | |
12523 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemParameters(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, SSRS.Services.ReportServiceReference.ItemParameter[] Parameters) { | |
12524 SSRS.Services.ReportServiceReference.SetItemParametersRequest inValue = new SSRS.Services.ReportServiceReference.SetItemParametersRequest(); | |
12525 inValue.TrustedUserHeader = TrustedUserHeader; | |
12526 inValue.ItemPath = ItemPath; | |
12527 inValue.Parameters = Parameters; | |
12528 SSRS.Services.ReportServiceReference.SetItemParametersResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemParameters(inValue); | |
12529 return retVal.ServerInfoHeader; | |
12530 } | |
12531 | |
12532 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12533 SSRS.Services.ReportServiceReference.GetItemParametersResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemParameters(SSRS.Services.ReportServiceReference.GetItemParametersRequest request) { | |
12534 return base.Channel.GetItemParameters(request); | |
12535 } | |
12536 | |
12537 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemParameters(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string HistoryID, bool ForRendering, SSRS.Services.ReportServiceReference.ParameterValue[] Values, SSRS.Services.ReportServiceReference.DataSourceCredentials[] Credentials, out SSRS.Services.ReportServiceReference.ItemParameter[] Parameters) { | |
12538 SSRS.Services.ReportServiceReference.GetItemParametersRequest inValue = new SSRS.Services.ReportServiceReference.GetItemParametersRequest(); | |
12539 inValue.TrustedUserHeader = TrustedUserHeader; | |
12540 inValue.ItemPath = ItemPath; | |
12541 inValue.HistoryID = HistoryID; | |
12542 inValue.ForRendering = ForRendering; | |
12543 inValue.Values = Values; | |
12544 inValue.Credentials = Credentials; | |
12545 SSRS.Services.ReportServiceReference.GetItemParametersResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemParameters(inValue); | |
12546 Parameters = retVal.Parameters; | |
12547 return retVal.ServerInfoHeader; | |
12548 } | |
12549 | |
12550 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12551 SSRS.Services.ReportServiceReference.ListParameterTypesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListParameterTypes(SSRS.Services.ReportServiceReference.ListParameterTypesRequest request) { | |
12552 return base.Channel.ListParameterTypes(request); | |
12553 } | |
12554 | |
12555 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListParameterTypes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListParameterTypesResult) { | |
12556 SSRS.Services.ReportServiceReference.ListParameterTypesRequest inValue = new SSRS.Services.ReportServiceReference.ListParameterTypesRequest(); | |
12557 inValue.TrustedUserHeader = TrustedUserHeader; | |
12558 SSRS.Services.ReportServiceReference.ListParameterTypesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListParameterTypes(inValue); | |
12559 ListParameterTypesResult = retVal.ListParameterTypesResult; | |
12560 return retVal.ServerInfoHeader; | |
12561 } | |
12562 | |
12563 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12564 SSRS.Services.ReportServiceReference.ListParameterStatesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListParameterStates(SSRS.Services.ReportServiceReference.ListParameterStatesRequest request) { | |
12565 return base.Channel.ListParameterStates(request); | |
12566 } | |
12567 | |
12568 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListParameterStates(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListParameterStatesResult) { | |
12569 SSRS.Services.ReportServiceReference.ListParameterStatesRequest inValue = new SSRS.Services.ReportServiceReference.ListParameterStatesRequest(); | |
12570 inValue.TrustedUserHeader = TrustedUserHeader; | |
12571 SSRS.Services.ReportServiceReference.ListParameterStatesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListParameterStates(inValue); | |
12572 ListParameterStatesResult = retVal.ListParameterStatesResult; | |
12573 return retVal.ServerInfoHeader; | |
12574 } | |
12575 | |
12576 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12577 SSRS.Services.ReportServiceReference.CreateReportEditSessionResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateReportEditSession(SSRS.Services.ReportServiceReference.CreateReportEditSessionRequest request) { | |
12578 return base.Channel.CreateReportEditSession(request); | |
12579 } | |
12580 | |
12581 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateReportEditSession(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string Parent, byte[] Definition, out string EditSessionID, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
12582 SSRS.Services.ReportServiceReference.CreateReportEditSessionRequest inValue = new SSRS.Services.ReportServiceReference.CreateReportEditSessionRequest(); | |
12583 inValue.TrustedUserHeader = TrustedUserHeader; | |
12584 inValue.Report = Report; | |
12585 inValue.Parent = Parent; | |
12586 inValue.Definition = Definition; | |
12587 SSRS.Services.ReportServiceReference.CreateReportEditSessionResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateReportEditSession(inValue); | |
12588 EditSessionID = retVal.EditSessionID; | |
12589 Warnings = retVal.Warnings; | |
12590 return retVal.ServerInfoHeader; | |
12591 } | |
12592 | |
12593 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12594 SSRS.Services.ReportServiceReference.CreateLinkedItemResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateLinkedItem(SSRS.Services.ReportServiceReference.CreateLinkedItemRequest request) { | |
12595 return base.Channel.CreateLinkedItem(request); | |
12596 } | |
12597 | |
12598 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateLinkedItem(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Parent, string Link, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
12599 SSRS.Services.ReportServiceReference.CreateLinkedItemRequest inValue = new SSRS.Services.ReportServiceReference.CreateLinkedItemRequest(); | |
12600 inValue.TrustedUserHeader = TrustedUserHeader; | |
12601 inValue.ItemPath = ItemPath; | |
12602 inValue.Parent = Parent; | |
12603 inValue.Link = Link; | |
12604 inValue.Properties = Properties; | |
12605 SSRS.Services.ReportServiceReference.CreateLinkedItemResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateLinkedItem(inValue); | |
12606 return retVal.ServerInfoHeader; | |
12607 } | |
12608 | |
12609 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12610 SSRS.Services.ReportServiceReference.SetItemLinkResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemLink(SSRS.Services.ReportServiceReference.SetItemLinkRequest request) { | |
12611 return base.Channel.SetItemLink(request); | |
12612 } | |
12613 | |
12614 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemLink(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Link) { | |
12615 SSRS.Services.ReportServiceReference.SetItemLinkRequest inValue = new SSRS.Services.ReportServiceReference.SetItemLinkRequest(); | |
12616 inValue.TrustedUserHeader = TrustedUserHeader; | |
12617 inValue.ItemPath = ItemPath; | |
12618 inValue.Link = Link; | |
12619 SSRS.Services.ReportServiceReference.SetItemLinkResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemLink(inValue); | |
12620 return retVal.ServerInfoHeader; | |
12621 } | |
12622 | |
12623 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12624 SSRS.Services.ReportServiceReference.GetItemLinkResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemLink(SSRS.Services.ReportServiceReference.GetItemLinkRequest request) { | |
12625 return base.Channel.GetItemLink(request); | |
12626 } | |
12627 | |
12628 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemLink(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out string Link) { | |
12629 SSRS.Services.ReportServiceReference.GetItemLinkRequest inValue = new SSRS.Services.ReportServiceReference.GetItemLinkRequest(); | |
12630 inValue.TrustedUserHeader = TrustedUserHeader; | |
12631 inValue.ItemPath = ItemPath; | |
12632 SSRS.Services.ReportServiceReference.GetItemLinkResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemLink(inValue); | |
12633 Link = retVal.Link; | |
12634 return retVal.ServerInfoHeader; | |
12635 } | |
12636 | |
12637 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12638 SSRS.Services.ReportServiceReference.ListExecutionSettingsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListExecutionSettings(SSRS.Services.ReportServiceReference.ListExecutionSettingsRequest request) { | |
12639 return base.Channel.ListExecutionSettings(request); | |
12640 } | |
12641 | |
12642 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListExecutionSettings(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListExecutionSettingsResult) { | |
12643 SSRS.Services.ReportServiceReference.ListExecutionSettingsRequest inValue = new SSRS.Services.ReportServiceReference.ListExecutionSettingsRequest(); | |
12644 inValue.TrustedUserHeader = TrustedUserHeader; | |
12645 SSRS.Services.ReportServiceReference.ListExecutionSettingsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListExecutionSettings(inValue); | |
12646 ListExecutionSettingsResult = retVal.ListExecutionSettingsResult; | |
12647 return retVal.ServerInfoHeader; | |
12648 } | |
12649 | |
12650 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12651 SSRS.Services.ReportServiceReference.SetExecutionOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetExecutionOptions(SSRS.Services.ReportServiceReference.SetExecutionOptionsRequest request) { | |
12652 return base.Channel.SetExecutionOptions(request); | |
12653 } | |
12654 | |
12655 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetExecutionOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string ExecutionSetting, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
12656 SSRS.Services.ReportServiceReference.SetExecutionOptionsRequest inValue = new SSRS.Services.ReportServiceReference.SetExecutionOptionsRequest(); | |
12657 inValue.TrustedUserHeader = TrustedUserHeader; | |
12658 inValue.ItemPath = ItemPath; | |
12659 inValue.ExecutionSetting = ExecutionSetting; | |
12660 inValue.Item = Item; | |
12661 SSRS.Services.ReportServiceReference.SetExecutionOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetExecutionOptions(inValue); | |
12662 return retVal.ServerInfoHeader; | |
12663 } | |
12664 | |
12665 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12666 SSRS.Services.ReportServiceReference.GetExecutionOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetExecutionOptions(SSRS.Services.ReportServiceReference.GetExecutionOptionsRequest request) { | |
12667 return base.Channel.GetExecutionOptions(request); | |
12668 } | |
12669 | |
12670 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetExecutionOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out string ExecutionSetting, out SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
12671 SSRS.Services.ReportServiceReference.GetExecutionOptionsRequest inValue = new SSRS.Services.ReportServiceReference.GetExecutionOptionsRequest(); | |
12672 inValue.TrustedUserHeader = TrustedUserHeader; | |
12673 inValue.ItemPath = ItemPath; | |
12674 SSRS.Services.ReportServiceReference.GetExecutionOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetExecutionOptions(inValue); | |
12675 ExecutionSetting = retVal.ExecutionSetting; | |
12676 Item = retVal.Item; | |
12677 return retVal.ServerInfoHeader; | |
12678 } | |
12679 | |
12680 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12681 SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.UpdateItemExecutionSnapshot(SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotRequest request) { | |
12682 return base.Channel.UpdateItemExecutionSnapshot(request); | |
12683 } | |
12684 | |
12685 public SSRS.Services.ReportServiceReference.ServerInfoHeader UpdateItemExecutionSnapshot(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
12686 SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotRequest inValue = new SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotRequest(); | |
12687 inValue.TrustedUserHeader = TrustedUserHeader; | |
12688 inValue.ItemPath = ItemPath; | |
12689 SSRS.Services.ReportServiceReference.UpdateItemExecutionSnapshotResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).UpdateItemExecutionSnapshot(inValue); | |
12690 return retVal.ServerInfoHeader; | |
12691 } | |
12692 | |
12693 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12694 SSRS.Services.ReportServiceReference.SetCacheOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetCacheOptions(SSRS.Services.ReportServiceReference.SetCacheOptionsRequest request) { | |
12695 return base.Channel.SetCacheOptions(request); | |
12696 } | |
12697 | |
12698 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetCacheOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool CacheItem, SSRS.Services.ReportServiceReference.ExpirationDefinition Item) { | |
12699 SSRS.Services.ReportServiceReference.SetCacheOptionsRequest inValue = new SSRS.Services.ReportServiceReference.SetCacheOptionsRequest(); | |
12700 inValue.TrustedUserHeader = TrustedUserHeader; | |
12701 inValue.ItemPath = ItemPath; | |
12702 inValue.CacheItem = CacheItem; | |
12703 inValue.Item = Item; | |
12704 SSRS.Services.ReportServiceReference.SetCacheOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetCacheOptions(inValue); | |
12705 return retVal.ServerInfoHeader; | |
12706 } | |
12707 | |
12708 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12709 SSRS.Services.ReportServiceReference.GetCacheOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetCacheOptions(SSRS.Services.ReportServiceReference.GetCacheOptionsRequest request) { | |
12710 return base.Channel.GetCacheOptions(request); | |
12711 } | |
12712 | |
12713 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetCacheOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out bool CacheItem, out SSRS.Services.ReportServiceReference.ExpirationDefinition Item) { | |
12714 SSRS.Services.ReportServiceReference.GetCacheOptionsRequest inValue = new SSRS.Services.ReportServiceReference.GetCacheOptionsRequest(); | |
12715 inValue.TrustedUserHeader = TrustedUserHeader; | |
12716 inValue.ItemPath = ItemPath; | |
12717 SSRS.Services.ReportServiceReference.GetCacheOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetCacheOptions(inValue); | |
12718 CacheItem = retVal.CacheItem; | |
12719 Item = retVal.Item; | |
12720 return retVal.ServerInfoHeader; | |
12721 } | |
12722 | |
12723 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12724 SSRS.Services.ReportServiceReference.FlushCacheResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.FlushCache(SSRS.Services.ReportServiceReference.FlushCacheRequest request) { | |
12725 return base.Channel.FlushCache(request); | |
12726 } | |
12727 | |
12728 public SSRS.Services.ReportServiceReference.ServerInfoHeader FlushCache(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath) { | |
12729 SSRS.Services.ReportServiceReference.FlushCacheRequest inValue = new SSRS.Services.ReportServiceReference.FlushCacheRequest(); | |
12730 inValue.TrustedUserHeader = TrustedUserHeader; | |
12731 inValue.ItemPath = ItemPath; | |
12732 SSRS.Services.ReportServiceReference.FlushCacheResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).FlushCache(inValue); | |
12733 return retVal.ServerInfoHeader; | |
12734 } | |
12735 | |
12736 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12737 SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateItemHistorySnapshot(SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotRequest request) { | |
12738 return base.Channel.CreateItemHistorySnapshot(request); | |
12739 } | |
12740 | |
12741 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateItemHistorySnapshot(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out string HistoryID, out SSRS.Services.ReportServiceReference.Warning[] Warnings) { | |
12742 SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotRequest inValue = new SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotRequest(); | |
12743 inValue.TrustedUserHeader = TrustedUserHeader; | |
12744 inValue.ItemPath = ItemPath; | |
12745 SSRS.Services.ReportServiceReference.CreateItemHistorySnapshotResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateItemHistorySnapshot(inValue); | |
12746 HistoryID = retVal.HistoryID; | |
12747 Warnings = retVal.Warnings; | |
12748 return retVal.ServerInfoHeader; | |
12749 } | |
12750 | |
12751 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12752 SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteItemHistorySnapshot(SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotRequest request) { | |
12753 return base.Channel.DeleteItemHistorySnapshot(request); | |
12754 } | |
12755 | |
12756 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteItemHistorySnapshot(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string HistoryID) { | |
12757 SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotRequest inValue = new SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotRequest(); | |
12758 inValue.TrustedUserHeader = TrustedUserHeader; | |
12759 inValue.ItemPath = ItemPath; | |
12760 inValue.HistoryID = HistoryID; | |
12761 SSRS.Services.ReportServiceReference.DeleteItemHistorySnapshotResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteItemHistorySnapshot(inValue); | |
12762 return retVal.ServerInfoHeader; | |
12763 } | |
12764 | |
12765 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12766 SSRS.Services.ReportServiceReference.SetItemHistoryLimitResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemHistoryLimit(SSRS.Services.ReportServiceReference.SetItemHistoryLimitRequest request) { | |
12767 return base.Channel.SetItemHistoryLimit(request); | |
12768 } | |
12769 | |
12770 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemHistoryLimit(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool UseSystem, int HistoryLimit) { | |
12771 SSRS.Services.ReportServiceReference.SetItemHistoryLimitRequest inValue = new SSRS.Services.ReportServiceReference.SetItemHistoryLimitRequest(); | |
12772 inValue.TrustedUserHeader = TrustedUserHeader; | |
12773 inValue.ItemPath = ItemPath; | |
12774 inValue.UseSystem = UseSystem; | |
12775 inValue.HistoryLimit = HistoryLimit; | |
12776 SSRS.Services.ReportServiceReference.SetItemHistoryLimitResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemHistoryLimit(inValue); | |
12777 return retVal.ServerInfoHeader; | |
12778 } | |
12779 | |
12780 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12781 SSRS.Services.ReportServiceReference.GetItemHistoryLimitResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemHistoryLimit(SSRS.Services.ReportServiceReference.GetItemHistoryLimitRequest request) { | |
12782 return base.Channel.GetItemHistoryLimit(request); | |
12783 } | |
12784 | |
12785 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemHistoryLimit(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out int HistoryLimit, out bool IsSystem, out int SystemLimit) { | |
12786 SSRS.Services.ReportServiceReference.GetItemHistoryLimitRequest inValue = new SSRS.Services.ReportServiceReference.GetItemHistoryLimitRequest(); | |
12787 inValue.TrustedUserHeader = TrustedUserHeader; | |
12788 inValue.ItemPath = ItemPath; | |
12789 SSRS.Services.ReportServiceReference.GetItemHistoryLimitResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemHistoryLimit(inValue); | |
12790 HistoryLimit = retVal.HistoryLimit; | |
12791 IsSystem = retVal.IsSystem; | |
12792 SystemLimit = retVal.SystemLimit; | |
12793 return retVal.ServerInfoHeader; | |
12794 } | |
12795 | |
12796 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12797 SSRS.Services.ReportServiceReference.SetItemHistoryOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetItemHistoryOptions(SSRS.Services.ReportServiceReference.SetItemHistoryOptionsRequest request) { | |
12798 return base.Channel.SetItemHistoryOptions(request); | |
12799 } | |
12800 | |
12801 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetItemHistoryOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
12802 SSRS.Services.ReportServiceReference.SetItemHistoryOptionsRequest inValue = new SSRS.Services.ReportServiceReference.SetItemHistoryOptionsRequest(); | |
12803 inValue.TrustedUserHeader = TrustedUserHeader; | |
12804 inValue.ItemPath = ItemPath; | |
12805 inValue.EnableManualSnapshotCreation = EnableManualSnapshotCreation; | |
12806 inValue.KeepExecutionSnapshots = KeepExecutionSnapshots; | |
12807 inValue.Item = Item; | |
12808 SSRS.Services.ReportServiceReference.SetItemHistoryOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetItemHistoryOptions(inValue); | |
12809 return retVal.ServerInfoHeader; | |
12810 } | |
12811 | |
12812 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12813 SSRS.Services.ReportServiceReference.GetItemHistoryOptionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetItemHistoryOptions(SSRS.Services.ReportServiceReference.GetItemHistoryOptionsRequest request) { | |
12814 return base.Channel.GetItemHistoryOptions(request); | |
12815 } | |
12816 | |
12817 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetItemHistoryOptions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out bool EnableManualSnapshotCreation, out bool KeepExecutionSnapshots, out SSRS.Services.ReportServiceReference.ScheduleDefinitionOrReference Item) { | |
12818 SSRS.Services.ReportServiceReference.GetItemHistoryOptionsRequest inValue = new SSRS.Services.ReportServiceReference.GetItemHistoryOptionsRequest(); | |
12819 inValue.TrustedUserHeader = TrustedUserHeader; | |
12820 inValue.ItemPath = ItemPath; | |
12821 SSRS.Services.ReportServiceReference.GetItemHistoryOptionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetItemHistoryOptions(inValue); | |
12822 EnableManualSnapshotCreation = retVal.EnableManualSnapshotCreation; | |
12823 KeepExecutionSnapshots = retVal.KeepExecutionSnapshots; | |
12824 Item = retVal.Item; | |
12825 return retVal.ServerInfoHeader; | |
12826 } | |
12827 | |
12828 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12829 SSRS.Services.ReportServiceReference.GetReportServerConfigInfoResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetReportServerConfigInfo(SSRS.Services.ReportServiceReference.GetReportServerConfigInfoRequest request) { | |
12830 return base.Channel.GetReportServerConfigInfo(request); | |
12831 } | |
12832 | |
12833 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetReportServerConfigInfo(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, bool ScaleOut, out string ServerConfigInfo) { | |
12834 SSRS.Services.ReportServiceReference.GetReportServerConfigInfoRequest inValue = new SSRS.Services.ReportServiceReference.GetReportServerConfigInfoRequest(); | |
12835 inValue.TrustedUserHeader = TrustedUserHeader; | |
12836 inValue.ScaleOut = ScaleOut; | |
12837 SSRS.Services.ReportServiceReference.GetReportServerConfigInfoResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetReportServerConfigInfo(inValue); | |
12838 ServerConfigInfo = retVal.ServerConfigInfo; | |
12839 return retVal.ServerInfoHeader; | |
12840 } | |
12841 | |
12842 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12843 SSRS.Services.ReportServiceReference.IsSSLRequiredResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.IsSSLRequired(SSRS.Services.ReportServiceReference.IsSSLRequiredRequest request) { | |
12844 return base.Channel.IsSSLRequired(request); | |
12845 } | |
12846 | |
12847 public SSRS.Services.ReportServiceReference.ServerInfoHeader IsSSLRequired(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out bool IsSSLRequiredResult) { | |
12848 SSRS.Services.ReportServiceReference.IsSSLRequiredRequest inValue = new SSRS.Services.ReportServiceReference.IsSSLRequiredRequest(); | |
12849 inValue.TrustedUserHeader = TrustedUserHeader; | |
12850 SSRS.Services.ReportServiceReference.IsSSLRequiredResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).IsSSLRequired(inValue); | |
12851 IsSSLRequiredResult = retVal.IsSSLRequiredResult; | |
12852 return retVal.ServerInfoHeader; | |
12853 } | |
12854 | |
12855 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12856 SSRS.Services.ReportServiceReference.SetSystemPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetSystemProperties(SSRS.Services.ReportServiceReference.SetSystemPropertiesRequest request) { | |
12857 return base.Channel.SetSystemProperties(request); | |
12858 } | |
12859 | |
12860 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetSystemProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Property[] Properties) { | |
12861 SSRS.Services.ReportServiceReference.SetSystemPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetSystemPropertiesRequest(); | |
12862 inValue.TrustedUserHeader = TrustedUserHeader; | |
12863 inValue.Properties = Properties; | |
12864 SSRS.Services.ReportServiceReference.SetSystemPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetSystemProperties(inValue); | |
12865 return retVal.ServerInfoHeader; | |
12866 } | |
12867 | |
12868 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12869 SSRS.Services.ReportServiceReference.GetSystemPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetSystemProperties(SSRS.Services.ReportServiceReference.GetSystemPropertiesRequest request) { | |
12870 return base.Channel.GetSystemProperties(request); | |
12871 } | |
12872 | |
12873 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetSystemProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Property[] Properties, out SSRS.Services.ReportServiceReference.Property[] Values) { | |
12874 SSRS.Services.ReportServiceReference.GetSystemPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetSystemPropertiesRequest(); | |
12875 inValue.TrustedUserHeader = TrustedUserHeader; | |
12876 inValue.Properties = Properties; | |
12877 SSRS.Services.ReportServiceReference.GetSystemPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetSystemProperties(inValue); | |
12878 Values = retVal.Values; | |
12879 return retVal.ServerInfoHeader; | |
12880 } | |
12881 | |
12882 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12883 SSRS.Services.ReportServiceReference.SetSystemPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetSystemPolicies(SSRS.Services.ReportServiceReference.SetSystemPoliciesRequest request) { | |
12884 return base.Channel.SetSystemPolicies(request); | |
12885 } | |
12886 | |
12887 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetSystemPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
12888 SSRS.Services.ReportServiceReference.SetSystemPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.SetSystemPoliciesRequest(); | |
12889 inValue.TrustedUserHeader = TrustedUserHeader; | |
12890 inValue.Policies = Policies; | |
12891 SSRS.Services.ReportServiceReference.SetSystemPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetSystemPolicies(inValue); | |
12892 return retVal.ServerInfoHeader; | |
12893 } | |
12894 | |
12895 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12896 SSRS.Services.ReportServiceReference.GetSystemPoliciesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetSystemPolicies(SSRS.Services.ReportServiceReference.GetSystemPoliciesRequest request) { | |
12897 return base.Channel.GetSystemPolicies(request); | |
12898 } | |
12899 | |
12900 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetSystemPolicies(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportServiceReference.Policy[] Policies) { | |
12901 SSRS.Services.ReportServiceReference.GetSystemPoliciesRequest inValue = new SSRS.Services.ReportServiceReference.GetSystemPoliciesRequest(); | |
12902 inValue.TrustedUserHeader = TrustedUserHeader; | |
12903 SSRS.Services.ReportServiceReference.GetSystemPoliciesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetSystemPolicies(inValue); | |
12904 Policies = retVal.Policies; | |
12905 return retVal.ServerInfoHeader; | |
12906 } | |
12907 | |
12908 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12909 SSRS.Services.ReportServiceReference.ListExtensionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListExtensions(SSRS.Services.ReportServiceReference.ListExtensionsRequest request) { | |
12910 return base.Channel.ListExtensions(request); | |
12911 } | |
12912 | |
12913 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListExtensions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ExtensionType, out SSRS.Services.ReportServiceReference.Extension[] Extensions) { | |
12914 SSRS.Services.ReportServiceReference.ListExtensionsRequest inValue = new SSRS.Services.ReportServiceReference.ListExtensionsRequest(); | |
12915 inValue.TrustedUserHeader = TrustedUserHeader; | |
12916 inValue.ExtensionType = ExtensionType; | |
12917 SSRS.Services.ReportServiceReference.ListExtensionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListExtensions(inValue); | |
12918 Extensions = retVal.Extensions; | |
12919 return retVal.ServerInfoHeader; | |
12920 } | |
12921 | |
12922 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12923 SSRS.Services.ReportServiceReference.ListExtensionTypesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListExtensionTypes(SSRS.Services.ReportServiceReference.ListExtensionTypesRequest request) { | |
12924 return base.Channel.ListExtensionTypes(request); | |
12925 } | |
12926 | |
12927 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListExtensionTypes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListExtensionTypesResult) { | |
12928 SSRS.Services.ReportServiceReference.ListExtensionTypesRequest inValue = new SSRS.Services.ReportServiceReference.ListExtensionTypesRequest(); | |
12929 inValue.TrustedUserHeader = TrustedUserHeader; | |
12930 SSRS.Services.ReportServiceReference.ListExtensionTypesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListExtensionTypes(inValue); | |
12931 ListExtensionTypesResult = retVal.ListExtensionTypesResult; | |
12932 return retVal.ServerInfoHeader; | |
12933 } | |
12934 | |
12935 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12936 SSRS.Services.ReportServiceReference.ListEventsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListEvents(SSRS.Services.ReportServiceReference.ListEventsRequest request) { | |
12937 return base.Channel.ListEvents(request); | |
12938 } | |
12939 | |
12940 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListEvents(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportServiceReference.Event[] Events) { | |
12941 SSRS.Services.ReportServiceReference.ListEventsRequest inValue = new SSRS.Services.ReportServiceReference.ListEventsRequest(); | |
12942 inValue.TrustedUserHeader = TrustedUserHeader; | |
12943 SSRS.Services.ReportServiceReference.ListEventsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListEvents(inValue); | |
12944 Events = retVal.Events; | |
12945 return retVal.ServerInfoHeader; | |
12946 } | |
12947 | |
12948 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12949 SSRS.Services.ReportServiceReference.FireEventResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.FireEvent(SSRS.Services.ReportServiceReference.FireEventRequest request) { | |
12950 return base.Channel.FireEvent(request); | |
12951 } | |
12952 | |
12953 public SSRS.Services.ReportServiceReference.ServerInfoHeader FireEvent(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string EventType, string EventData, string SiteUrl) { | |
12954 SSRS.Services.ReportServiceReference.FireEventRequest inValue = new SSRS.Services.ReportServiceReference.FireEventRequest(); | |
12955 inValue.TrustedUserHeader = TrustedUserHeader; | |
12956 inValue.EventType = EventType; | |
12957 inValue.EventData = EventData; | |
12958 inValue.SiteUrl = SiteUrl; | |
12959 SSRS.Services.ReportServiceReference.FireEventResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).FireEvent(inValue); | |
12960 return retVal.ServerInfoHeader; | |
12961 } | |
12962 | |
12963 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12964 SSRS.Services.ReportServiceReference.ListJobsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListJobs(SSRS.Services.ReportServiceReference.ListJobsRequest request) { | |
12965 return base.Channel.ListJobs(request); | |
12966 } | |
12967 | |
12968 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListJobs(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportServiceReference.Job[] Jobs) { | |
12969 SSRS.Services.ReportServiceReference.ListJobsRequest inValue = new SSRS.Services.ReportServiceReference.ListJobsRequest(); | |
12970 inValue.TrustedUserHeader = TrustedUserHeader; | |
12971 SSRS.Services.ReportServiceReference.ListJobsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListJobs(inValue); | |
12972 Jobs = retVal.Jobs; | |
12973 return retVal.ServerInfoHeader; | |
12974 } | |
12975 | |
12976 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12977 SSRS.Services.ReportServiceReference.ListJobTypesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListJobTypes(SSRS.Services.ReportServiceReference.ListJobTypesRequest request) { | |
12978 return base.Channel.ListJobTypes(request); | |
12979 } | |
12980 | |
12981 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListJobTypes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListJobTypesResult) { | |
12982 SSRS.Services.ReportServiceReference.ListJobTypesRequest inValue = new SSRS.Services.ReportServiceReference.ListJobTypesRequest(); | |
12983 inValue.TrustedUserHeader = TrustedUserHeader; | |
12984 SSRS.Services.ReportServiceReference.ListJobTypesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListJobTypes(inValue); | |
12985 ListJobTypesResult = retVal.ListJobTypesResult; | |
12986 return retVal.ServerInfoHeader; | |
12987 } | |
12988 | |
12989 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
12990 SSRS.Services.ReportServiceReference.ListJobActionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListJobActions(SSRS.Services.ReportServiceReference.ListJobActionsRequest request) { | |
12991 return base.Channel.ListJobActions(request); | |
12992 } | |
12993 | |
12994 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListJobActions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListJobActionsResult) { | |
12995 SSRS.Services.ReportServiceReference.ListJobActionsRequest inValue = new SSRS.Services.ReportServiceReference.ListJobActionsRequest(); | |
12996 inValue.TrustedUserHeader = TrustedUserHeader; | |
12997 SSRS.Services.ReportServiceReference.ListJobActionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListJobActions(inValue); | |
12998 ListJobActionsResult = retVal.ListJobActionsResult; | |
12999 return retVal.ServerInfoHeader; | |
13000 } | |
13001 | |
13002 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13003 SSRS.Services.ReportServiceReference.ListJobStatesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListJobStates(SSRS.Services.ReportServiceReference.ListJobStatesRequest request) { | |
13004 return base.Channel.ListJobStates(request); | |
13005 } | |
13006 | |
13007 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListJobStates(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListJobStatesResult) { | |
13008 SSRS.Services.ReportServiceReference.ListJobStatesRequest inValue = new SSRS.Services.ReportServiceReference.ListJobStatesRequest(); | |
13009 inValue.TrustedUserHeader = TrustedUserHeader; | |
13010 SSRS.Services.ReportServiceReference.ListJobStatesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListJobStates(inValue); | |
13011 ListJobStatesResult = retVal.ListJobStatesResult; | |
13012 return retVal.ServerInfoHeader; | |
13013 } | |
13014 | |
13015 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13016 SSRS.Services.ReportServiceReference.CancelJobResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CancelJob(SSRS.Services.ReportServiceReference.CancelJobRequest request) { | |
13017 return base.Channel.CancelJob(request); | |
13018 } | |
13019 | |
13020 public SSRS.Services.ReportServiceReference.ServerInfoHeader CancelJob(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string JobID, out bool CancelJobResult) { | |
13021 SSRS.Services.ReportServiceReference.CancelJobRequest inValue = new SSRS.Services.ReportServiceReference.CancelJobRequest(); | |
13022 inValue.TrustedUserHeader = TrustedUserHeader; | |
13023 inValue.JobID = JobID; | |
13024 SSRS.Services.ReportServiceReference.CancelJobResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CancelJob(inValue); | |
13025 CancelJobResult = retVal.CancelJobResult; | |
13026 return retVal.ServerInfoHeader; | |
13027 } | |
13028 | |
13029 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13030 SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.CreateCacheRefreshPlan(SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanRequest request) { | |
13031 return base.Channel.CreateCacheRefreshPlan(request); | |
13032 } | |
13033 | |
13034 public SSRS.Services.ReportServiceReference.ServerInfoHeader CreateCacheRefreshPlan(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters, out string CacheRefreshPlanID) { | |
13035 SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanRequest inValue = new SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanRequest(); | |
13036 inValue.TrustedUserHeader = TrustedUserHeader; | |
13037 inValue.ItemPath = ItemPath; | |
13038 inValue.Description = Description; | |
13039 inValue.EventType = EventType; | |
13040 inValue.MatchData = MatchData; | |
13041 inValue.Parameters = Parameters; | |
13042 SSRS.Services.ReportServiceReference.CreateCacheRefreshPlanResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).CreateCacheRefreshPlan(inValue); | |
13043 CacheRefreshPlanID = retVal.CacheRefreshPlanID; | |
13044 return retVal.ServerInfoHeader; | |
13045 } | |
13046 | |
13047 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13048 SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.SetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesRequest request) { | |
13049 return base.Channel.SetCacheRefreshPlanProperties(request); | |
13050 } | |
13051 | |
13052 public SSRS.Services.ReportServiceReference.ServerInfoHeader SetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID, string Description, string EventType, string MatchData, SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
13053 SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesRequest(); | |
13054 inValue.TrustedUserHeader = TrustedUserHeader; | |
13055 inValue.CacheRefreshPlanID = CacheRefreshPlanID; | |
13056 inValue.Description = Description; | |
13057 inValue.EventType = EventType; | |
13058 inValue.MatchData = MatchData; | |
13059 inValue.Parameters = Parameters; | |
13060 SSRS.Services.ReportServiceReference.SetCacheRefreshPlanPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).SetCacheRefreshPlanProperties(inValue); | |
13061 return retVal.ServerInfoHeader; | |
13062 } | |
13063 | |
13064 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13065 SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesRequest request) { | |
13066 return base.Channel.GetCacheRefreshPlanProperties(request); | |
13067 } | |
13068 | |
13069 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetCacheRefreshPlanProperties(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID, out string Description, out string LastRunStatus, out SSRS.Services.ReportServiceReference.CacheRefreshPlanState State, out string EventType, out string MatchData, out SSRS.Services.ReportServiceReference.ParameterValue[] Parameters) { | |
13070 SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesRequest inValue = new SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesRequest(); | |
13071 inValue.TrustedUserHeader = TrustedUserHeader; | |
13072 inValue.CacheRefreshPlanID = CacheRefreshPlanID; | |
13073 SSRS.Services.ReportServiceReference.GetCacheRefreshPlanPropertiesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetCacheRefreshPlanProperties(inValue); | |
13074 Description = retVal.Description; | |
13075 LastRunStatus = retVal.LastRunStatus; | |
13076 State = retVal.State; | |
13077 EventType = retVal.EventType; | |
13078 MatchData = retVal.MatchData; | |
13079 Parameters = retVal.Parameters; | |
13080 return retVal.ServerInfoHeader; | |
13081 } | |
13082 | |
13083 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13084 SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.DeleteCacheRefreshPlan(SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanRequest request) { | |
13085 return base.Channel.DeleteCacheRefreshPlan(request); | |
13086 } | |
13087 | |
13088 public SSRS.Services.ReportServiceReference.ServerInfoHeader DeleteCacheRefreshPlan(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string CacheRefreshPlanID) { | |
13089 SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanRequest inValue = new SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanRequest(); | |
13090 inValue.TrustedUserHeader = TrustedUserHeader; | |
13091 inValue.CacheRefreshPlanID = CacheRefreshPlanID; | |
13092 SSRS.Services.ReportServiceReference.DeleteCacheRefreshPlanResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).DeleteCacheRefreshPlan(inValue); | |
13093 return retVal.ServerInfoHeader; | |
13094 } | |
13095 | |
13096 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13097 SSRS.Services.ReportServiceReference.ListCacheRefreshPlansResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListCacheRefreshPlans(SSRS.Services.ReportServiceReference.ListCacheRefreshPlansRequest request) { | |
13098 return base.Channel.ListCacheRefreshPlans(request); | |
13099 } | |
13100 | |
13101 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListCacheRefreshPlans(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out SSRS.Services.ReportServiceReference.CacheRefreshPlan[] CacheRefreshPlans) { | |
13102 SSRS.Services.ReportServiceReference.ListCacheRefreshPlansRequest inValue = new SSRS.Services.ReportServiceReference.ListCacheRefreshPlansRequest(); | |
13103 inValue.TrustedUserHeader = TrustedUserHeader; | |
13104 inValue.ItemPath = ItemPath; | |
13105 SSRS.Services.ReportServiceReference.ListCacheRefreshPlansResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListCacheRefreshPlans(inValue); | |
13106 CacheRefreshPlans = retVal.CacheRefreshPlans; | |
13107 return retVal.ServerInfoHeader; | |
13108 } | |
13109 | |
13110 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13111 SSRS.Services.ReportServiceReference.LogonUserResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.LogonUser(SSRS.Services.ReportServiceReference.LogonUserRequest request) { | |
13112 return base.Channel.LogonUser(request); | |
13113 } | |
13114 | |
13115 public SSRS.Services.ReportServiceReference.ServerInfoHeader LogonUser(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string userName, string password, string authority) { | |
13116 SSRS.Services.ReportServiceReference.LogonUserRequest inValue = new SSRS.Services.ReportServiceReference.LogonUserRequest(); | |
13117 inValue.TrustedUserHeader = TrustedUserHeader; | |
13118 inValue.userName = userName; | |
13119 inValue.password = password; | |
13120 inValue.authority = authority; | |
13121 SSRS.Services.ReportServiceReference.LogonUserResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).LogonUser(inValue); | |
13122 return retVal.ServerInfoHeader; | |
13123 } | |
13124 | |
13125 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13126 SSRS.Services.ReportServiceReference.LogoffResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.Logoff(SSRS.Services.ReportServiceReference.LogoffRequest request) { | |
13127 return base.Channel.Logoff(request); | |
13128 } | |
13129 | |
13130 public SSRS.Services.ReportServiceReference.ServerInfoHeader Logoff(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader) { | |
13131 SSRS.Services.ReportServiceReference.LogoffRequest inValue = new SSRS.Services.ReportServiceReference.LogoffRequest(); | |
13132 inValue.TrustedUserHeader = TrustedUserHeader; | |
13133 SSRS.Services.ReportServiceReference.LogoffResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).Logoff(inValue); | |
13134 return retVal.ServerInfoHeader; | |
13135 } | |
13136 | |
13137 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13138 SSRS.Services.ReportServiceReference.GetPermissionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetPermissions(SSRS.Services.ReportServiceReference.GetPermissionsRequest request) { | |
13139 return base.Channel.GetPermissions(request); | |
13140 } | |
13141 | |
13142 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetPermissions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, string ItemPath, out string[] Permissions) { | |
13143 SSRS.Services.ReportServiceReference.GetPermissionsRequest inValue = new SSRS.Services.ReportServiceReference.GetPermissionsRequest(); | |
13144 inValue.TrustedUserHeader = TrustedUserHeader; | |
13145 inValue.ItemPath = ItemPath; | |
13146 SSRS.Services.ReportServiceReference.GetPermissionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetPermissions(inValue); | |
13147 Permissions = retVal.Permissions; | |
13148 return retVal.ServerInfoHeader; | |
13149 } | |
13150 | |
13151 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13152 SSRS.Services.ReportServiceReference.GetSystemPermissionsResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.GetSystemPermissions(SSRS.Services.ReportServiceReference.GetSystemPermissionsRequest request) { | |
13153 return base.Channel.GetSystemPermissions(request); | |
13154 } | |
13155 | |
13156 public SSRS.Services.ReportServiceReference.ServerInfoHeader GetSystemPermissions(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] Permissions) { | |
13157 SSRS.Services.ReportServiceReference.GetSystemPermissionsRequest inValue = new SSRS.Services.ReportServiceReference.GetSystemPermissionsRequest(); | |
13158 inValue.TrustedUserHeader = TrustedUserHeader; | |
13159 SSRS.Services.ReportServiceReference.GetSystemPermissionsResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).GetSystemPermissions(inValue); | |
13160 Permissions = retVal.Permissions; | |
13161 return retVal.ServerInfoHeader; | |
13162 } | |
13163 | |
13164 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] | |
13165 SSRS.Services.ReportServiceReference.ListSecurityScopesResponse SSRS.Services.ReportServiceReference.ReportingService2010Soap.ListSecurityScopes(SSRS.Services.ReportServiceReference.ListSecurityScopesRequest request) { | |
13166 return base.Channel.ListSecurityScopes(request); | |
13167 } | |
13168 | |
13169 public SSRS.Services.ReportServiceReference.ServerInfoHeader ListSecurityScopes(SSRS.Services.ReportServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListSecurityScopesResult) { | |
13170 SSRS.Services.ReportServiceReference.ListSecurityScopesRequest inValue = new SSRS.Services.ReportServiceReference.ListSecurityScopesRequest(); | |
13171 inValue.TrustedUserHeader = TrustedUserHeader; | |
13172 SSRS.Services.ReportServiceReference.ListSecurityScopesResponse retVal = ((SSRS.Services.ReportServiceReference.ReportingService2010Soap)(this)).ListSecurityScopes(inValue); | |
13173 ListSecurityScopesResult = retVal.ListSecurityScopesResult; | |
13174 return retVal.ServerInfoHeader; | |
13175 } | |
13176 } | |
13177 } |