annotate SSRS/SSRS.Services/Service References/ReportExecutionServiceReference/Reference.cs @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children
rev   line source
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1 //------------------------------------------------------------------------------
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2 // <auto-generated>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3 // This code was generated by a tool.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
4 // Runtime Version:4.0.30319.17379
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
5 //
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
6 // Changes to this file may cause incorrect behavior and will be lost if
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
7 // the code is regenerated.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
8 // </auto-generated>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
9 //------------------------------------------------------------------------------
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
10
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
11 namespace SSRS.Services.ReportExecutionServiceReference {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
13
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
14 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
15 [System.ServiceModel.ServiceContractAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ConfigurationName="ReportExecutionServiceReference.ReportExecutionServiceSoap")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
16 public interface ReportExecutionServiceSoap {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
17
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
18 // CODEGEN: Generating message contract since message ListSecureMethodsRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
19 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Lis" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
20 "tSecureMethods", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
21 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
22 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
23 SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsResponse ListSecureMethods(SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
24
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
25 // CODEGEN: Generating message contract since message LoadReportRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
26 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
27 "dReport", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
28 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
29 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
30 SSRS.Services.ReportExecutionServiceReference.LoadReportResponse LoadReport(SSRS.Services.ReportExecutionServiceReference.LoadReportRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
31
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
32 // CODEGEN: Generating message contract since message LoadReport2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
33 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
34 "dReport2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
35 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
36 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
37 SSRS.Services.ReportExecutionServiceReference.LoadReport2Response LoadReport2(SSRS.Services.ReportExecutionServiceReference.LoadReport2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
38
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
39 // CODEGEN: Generating message contract since message LoadReportDefinitionRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
40 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
41 "dReportDefinition", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
42 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
43 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
44 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionResponse LoadReportDefinition(SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
45
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
46 // CODEGEN: Generating message contract since message LoadReportDefinition2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
47 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
48 "dReportDefinition2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
49 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
50 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
51 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Response LoadReportDefinition2(SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
52
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
53 // CODEGEN: Generating message contract since message SetExecutionCredentialsRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
54 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Set" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
55 "ExecutionCredentials", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
56 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
57 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
58 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsResponse SetExecutionCredentials(SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
59
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
60 // CODEGEN: Generating message contract since message SetExecutionCredentials2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
61 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Set" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
62 "ExecutionCredentials2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
63 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
64 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
65 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Response SetExecutionCredentials2(SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
66
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
67 // CODEGEN: Generating message contract since message SetExecutionParametersRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
68 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Set" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
69 "ExecutionParameters", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
70 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
71 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
72 SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersResponse SetExecutionParameters(SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
73
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
74 // CODEGEN: Generating message contract since message SetExecutionParameters2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
75 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Set" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
76 "ExecutionParameters2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
77 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
78 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
79 SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Response SetExecutionParameters2(SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
80
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
81 // CODEGEN: Generating message contract since message ResetExecutionRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
82 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Res" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
83 "etExecution", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
84 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
85 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
86 SSRS.Services.ReportExecutionServiceReference.ResetExecutionResponse ResetExecution(SSRS.Services.ReportExecutionServiceReference.ResetExecutionRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
87
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
88 // CODEGEN: Generating message contract since message ResetExecution2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
89 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Res" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
90 "etExecution2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
91 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
92 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
93 SSRS.Services.ReportExecutionServiceReference.ResetExecution2Response ResetExecution2(SSRS.Services.ReportExecutionServiceReference.ResetExecution2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
94
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
95 // CODEGEN: Generating message contract since message RenderRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
96 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Ren" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
97 "der", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
98 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
99 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
100 SSRS.Services.ReportExecutionServiceReference.RenderResponse Render(SSRS.Services.ReportExecutionServiceReference.RenderRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
101
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
102 // CODEGEN: Generating message contract since message Render2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
103 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Ren" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
104 "der2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
105 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
106 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
107 SSRS.Services.ReportExecutionServiceReference.Render2Response Render2(SSRS.Services.ReportExecutionServiceReference.Render2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
108
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
109 // CODEGEN: Generating message contract since message RenderStreamRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
110 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Ren" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
111 "derStream", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
112 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
113 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
114 SSRS.Services.ReportExecutionServiceReference.RenderStreamResponse RenderStream(SSRS.Services.ReportExecutionServiceReference.RenderStreamRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
115
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
116 // CODEGEN: Generating message contract since message GetExecutionInfoRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
117 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
118 "ExecutionInfo", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
119 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
120 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
121 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoResponse GetExecutionInfo(SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
122
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
123 // CODEGEN: Generating message contract since message GetExecutionInfo2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
124 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
125 "ExecutionInfo2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
126 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
127 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
128 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Response GetExecutionInfo2(SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
129
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
130 // CODEGEN: Generating message contract since message GetDocumentMapRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
131 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
132 "DocumentMap", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
133 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
134 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
135 SSRS.Services.ReportExecutionServiceReference.GetDocumentMapResponse GetDocumentMap(SSRS.Services.ReportExecutionServiceReference.GetDocumentMapRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
136
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
137 // CODEGEN: Generating message contract since message LoadDrillthroughTargetRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
138 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
139 "dDrillthroughTarget", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
140 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
141 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
142 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetResponse LoadDrillthroughTarget(SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
143
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
144 // CODEGEN: Generating message contract since message LoadDrillthroughTarget2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
145 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Loa" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
146 "dDrillthroughTarget2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
147 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
148 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
149 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Response LoadDrillthroughTarget2(SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
150
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
151 // CODEGEN: Generating message contract since message ToggleItemRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
152 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Tog" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
153 "gleItem", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
154 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
155 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
156 SSRS.Services.ReportExecutionServiceReference.ToggleItemResponse ToggleItem(SSRS.Services.ReportExecutionServiceReference.ToggleItemRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
157
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
158 // CODEGEN: Generating message contract since message NavigateDocumentMapRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
159 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Nav" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
160 "igateDocumentMap", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
161 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
162 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
163 SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapResponse NavigateDocumentMap(SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
164
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
165 // CODEGEN: Generating message contract since message NavigateBookmarkRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
166 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Nav" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
167 "igateBookmark", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
168 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
169 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
170 SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkResponse NavigateBookmark(SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
171
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
172 // CODEGEN: Generating message contract since message FindStringRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
173 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Fin" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
174 "dString", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
175 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
176 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
177 SSRS.Services.ReportExecutionServiceReference.FindStringResponse FindString(SSRS.Services.ReportExecutionServiceReference.FindStringRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
178
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
179 // CODEGEN: Generating message contract since message SortRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
180 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sor" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
181 "t", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
182 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
183 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
184 SSRS.Services.ReportExecutionServiceReference.SortResponse Sort(SSRS.Services.ReportExecutionServiceReference.SortRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
185
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
186 // CODEGEN: Generating message contract since message Sort2Request has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
187 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sor" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
188 "t2", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
189 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
190 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
191 SSRS.Services.ReportExecutionServiceReference.Sort2Response Sort2(SSRS.Services.ReportExecutionServiceReference.Sort2Request request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
192
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
193 // CODEGEN: Generating message contract since message GetRenderResourceRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
194 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
195 "RenderResource", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
196 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
197 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
198 SSRS.Services.ReportExecutionServiceReference.GetRenderResourceResponse GetRenderResource(SSRS.Services.ReportExecutionServiceReference.GetRenderResourceRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
199
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
200 // CODEGEN: Generating message contract since message ListRenderingExtensionsRequest has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
201 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Lis" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
202 "tRenderingExtensions", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
203 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
204 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
205 SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsResponse ListRenderingExtensions(SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
206
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
207 // CODEGEN: Generating message contract since message LogonUserResponse has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
208 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Log" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
209 "onUser", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
210 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
211 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
212 SSRS.Services.ReportExecutionServiceReference.LogonUserResponse LogonUser(SSRS.Services.ReportExecutionServiceReference.LogonUserRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
213
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
214 // CODEGEN: Generating message contract since message LogoffResponse has headers
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
215 [System.ServiceModel.OperationContractAttribute(Action="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Log" +
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
216 "off", ReplyAction="*")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
217 [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
218 [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ParameterValueOrFieldReference))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
219 SSRS.Services.ReportExecutionServiceReference.LogoffResponse Logoff(SSRS.Services.ReportExecutionServiceReference.LogoffRequest request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
220 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
221
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
222 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
223 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
224 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
225 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
226 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
227 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
228 public partial class TrustedUserHeader : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
229
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
230 private string userNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
231
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
232 private byte[] userTokenField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
233
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
234 private System.Xml.XmlAttribute[] anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
235
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
236 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
237 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
238 public string UserName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
239 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
240 return this.userNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
241 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
242 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
243 this.userNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
244 this.RaisePropertyChanged("UserName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
245 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
246 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
247
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
248 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
249 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
250 public byte[] UserToken {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
251 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
252 return this.userTokenField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
253 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
254 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
255 this.userTokenField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
256 this.RaisePropertyChanged("UserToken");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
257 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
258 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
259
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
260 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
261 [System.Xml.Serialization.XmlAnyAttributeAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
262 public System.Xml.XmlAttribute[] AnyAttr {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
263 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
264 return this.anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
265 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
266 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
267 this.anyAttrField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
268 this.RaisePropertyChanged("AnyAttr");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
269 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
270 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
271
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
272 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
273
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
274 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
275 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
276 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
277 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
278 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
279 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
280 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
281
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
282 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
283 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
284 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
285 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
286 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
287 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
288 public partial class Extension : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
289
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
290 private ExtensionTypeEnum extensionTypeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
291
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
292 private string nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
293
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
294 private string localizedNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
295
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
296 private bool visibleField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
297
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
298 private bool isModelGenerationSupportedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
299
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
300 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
301 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
302 public ExtensionTypeEnum ExtensionType {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
303 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
304 return this.extensionTypeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
305 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
306 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
307 this.extensionTypeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
308 this.RaisePropertyChanged("ExtensionType");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
309 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
310 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
311
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
312 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
313 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
314 public string Name {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
315 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
316 return this.nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
317 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
318 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
319 this.nameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
320 this.RaisePropertyChanged("Name");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
321 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
322 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
323
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
324 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
325 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
326 public string LocalizedName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
327 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
328 return this.localizedNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
329 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
330 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
331 this.localizedNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
332 this.RaisePropertyChanged("LocalizedName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
333 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
334 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
335
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
336 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
337 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
338 public bool Visible {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
339 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
340 return this.visibleField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
341 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
342 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
343 this.visibleField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
344 this.RaisePropertyChanged("Visible");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
345 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
346 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
347
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
348 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
349 [System.Xml.Serialization.XmlElementAttribute(Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
350 public bool IsModelGenerationSupported {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
351 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
352 return this.isModelGenerationSupportedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
353 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
354 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
355 this.isModelGenerationSupportedField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
356 this.RaisePropertyChanged("IsModelGenerationSupported");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
357 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
358 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
359
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
360 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
361
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
362 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
363 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
364 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
365 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
366 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
367 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
368 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
369
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
370 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
371 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
372 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
373 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
374 public enum ExtensionTypeEnum {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
375
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
376 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
377 Delivery,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
378
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
379 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
380 Render,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
381
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
382 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
383 Data,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
384
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
385 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
386 All,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
387 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
388
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
389 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
390 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
391 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
392 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
393 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
394 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
395 public partial class DocumentMapNode : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
396
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
397 private string labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
398
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
399 private string uniqueNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
400
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
401 private DocumentMapNode[] childrenField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
402
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
403 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
404 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
405 public string Label {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
406 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
407 return this.labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
408 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
409 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
410 this.labelField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
411 this.RaisePropertyChanged("Label");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
412 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
413 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
414
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
415 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
416 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
417 public string UniqueName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
418 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
419 return this.uniqueNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
420 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
421 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
422 this.uniqueNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
423 this.RaisePropertyChanged("UniqueName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
424 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
425 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
426
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
427 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
428 [System.Xml.Serialization.XmlArrayAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
429 public DocumentMapNode[] Children {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
430 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
431 return this.childrenField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
432 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
433 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
434 this.childrenField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
435 this.RaisePropertyChanged("Children");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
436 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
437 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
438
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
439 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
440
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
441 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
442 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
443 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
444 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
445 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
446 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
447 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
448
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
449 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
450 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ParameterValue))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
451 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
452 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
453 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
454 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
455 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
456 public partial class ParameterValueOrFieldReference : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
457
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
458 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
459
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
460 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
461 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
462 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
463 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
464 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
465 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
466 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
467
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
468 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
469 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
470 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
471 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
472 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
473 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
474 public partial class ParameterValue : ParameterValueOrFieldReference {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
475
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
476 private string nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
477
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
478 private string valueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
479
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
480 private string labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
481
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
482 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
483 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
484 public string Name {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
485 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
486 return this.nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
487 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
488 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
489 this.nameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
490 this.RaisePropertyChanged("Name");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
491 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
492 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
493
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
494 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
495 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
496 public string Value {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
497 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
498 return this.valueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
499 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
500 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
501 this.valueField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
502 this.RaisePropertyChanged("Value");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
503 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
504 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
505
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
506 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
507 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
508 public string Label {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
509 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
510 return this.labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
511 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
512 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
513 this.labelField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
514 this.RaisePropertyChanged("Label");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
515 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
516 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
517 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
518
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
519 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
520 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
521 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
522 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
523 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
524 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
525 public partial class DataSourceCredentials : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
526
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
527 private string dataSourceNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
528
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
529 private string userNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
530
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
531 private string passwordField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
532
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
533 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
534 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
535 public string DataSourceName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
536 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
537 return this.dataSourceNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
538 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
539 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
540 this.dataSourceNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
541 this.RaisePropertyChanged("DataSourceName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
542 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
543 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
544
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
545 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
546 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
547 public string UserName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
548 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
549 return this.userNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
550 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
551 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
552 this.userNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
553 this.RaisePropertyChanged("UserName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
554 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
555 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
556
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
557 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
558 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
559 public string Password {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
560 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
561 return this.passwordField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
562 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
563 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
564 this.passwordField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
565 this.RaisePropertyChanged("Password");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
566 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
567 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
568
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
569 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
570
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
571 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
572 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
573 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
574 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
575 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
576 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
577 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
578
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
579 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
580 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
581 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
582 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
583 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
584 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
585 public partial class Warning : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
586
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
587 private string codeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
588
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
589 private string severityField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
590
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
591 private string objectNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
592
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
593 private string objectTypeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
594
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
595 private string messageField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
596
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
597 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
598 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
599 public string Code {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
600 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
601 return this.codeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
602 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
603 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
604 this.codeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
605 this.RaisePropertyChanged("Code");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
606 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
607 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
608
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
609 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
610 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
611 public string Severity {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
612 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
613 return this.severityField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
614 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
615 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
616 this.severityField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
617 this.RaisePropertyChanged("Severity");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
618 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
619 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
620
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
621 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
622 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
623 public string ObjectName {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
624 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
625 return this.objectNameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
626 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
627 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
628 this.objectNameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
629 this.RaisePropertyChanged("ObjectName");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
630 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
631 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
632
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
633 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
634 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
635 public string ObjectType {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
636 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
637 return this.objectTypeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
638 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
639 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
640 this.objectTypeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
641 this.RaisePropertyChanged("ObjectType");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
642 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
643 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
644
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
645 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
646 [System.Xml.Serialization.XmlElementAttribute(Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
647 public string Message {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
648 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
649 return this.messageField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
650 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
651 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
652 this.messageField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
653 this.RaisePropertyChanged("Message");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
654 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
655 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
656
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
657 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
658
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
659 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
660 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
661 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
662 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
663 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
664 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
665 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
666
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
667 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
668 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
669 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
670 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
671 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
672 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
673 public partial class ExecutionHeader : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
674
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
675 private string executionIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
676
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
677 private System.Xml.XmlAttribute[] anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
678
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
679 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
680 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
681 public string ExecutionID {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
682 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
683 return this.executionIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
684 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
685 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
686 this.executionIDField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
687 this.RaisePropertyChanged("ExecutionID");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
688 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
689 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
690
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
691 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
692 [System.Xml.Serialization.XmlAnyAttributeAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
693 public System.Xml.XmlAttribute[] AnyAttr {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
694 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
695 return this.anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
696 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
697 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
698 this.anyAttrField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
699 this.RaisePropertyChanged("AnyAttr");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
700 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
701 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
702
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
703 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
704
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
705 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
706 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
707 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
708 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
709 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
710 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
711 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
712
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
713 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
714 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
715 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
716 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
717 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
718 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
719 public partial class ReportMargins : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
720
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
721 private double topField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
722
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
723 private double bottomField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
724
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
725 private double leftField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
726
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
727 private double rightField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
728
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
729 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
730 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
731 public double Top {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
732 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
733 return this.topField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
734 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
735 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
736 this.topField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
737 this.RaisePropertyChanged("Top");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
738 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
739 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
740
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
741 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
742 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
743 public double Bottom {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
744 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
745 return this.bottomField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
746 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
747 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
748 this.bottomField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
749 this.RaisePropertyChanged("Bottom");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
750 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
751 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
752
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
753 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
754 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
755 public double Left {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
756 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
757 return this.leftField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
758 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
759 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
760 this.leftField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
761 this.RaisePropertyChanged("Left");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
762 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
763 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
764
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
765 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
766 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
767 public double Right {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
768 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
769 return this.rightField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
770 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
771 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
772 this.rightField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
773 this.RaisePropertyChanged("Right");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
774 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
775 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
776
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
777 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
778
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
779 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
780 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
781 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
782 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
783 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
784 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
785 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
786
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
787 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
788 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
789 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
790 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
791 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
792 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
793 public partial class ReportPaperSize : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
794
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
795 private double heightField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
796
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
797 private double widthField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
798
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
799 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
800 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
801 public double Height {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
802 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
803 return this.heightField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
804 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
805 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
806 this.heightField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
807 this.RaisePropertyChanged("Height");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
808 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
809 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
810
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
811 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
812 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
813 public double Width {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
814 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
815 return this.widthField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
816 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
817 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
818 this.widthField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
819 this.RaisePropertyChanged("Width");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
820 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
821 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
822
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
823 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
824
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
825 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
826 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
827 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
828 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
829 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
830 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
831 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
832
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
833 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
834 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
835 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
836 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
837 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
838 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
839 public partial class PageSettings : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
840
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
841 private ReportPaperSize paperSizeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
842
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
843 private ReportMargins marginsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
844
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
845 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
846 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
847 public ReportPaperSize PaperSize {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
848 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
849 return this.paperSizeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
850 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
851 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
852 this.paperSizeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
853 this.RaisePropertyChanged("PaperSize");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
854 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
855 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
856
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
857 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
858 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
859 public ReportMargins Margins {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
860 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
861 return this.marginsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
862 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
863 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
864 this.marginsField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
865 this.RaisePropertyChanged("Margins");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
866 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
867 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
868
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
869 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
870
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
871 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
872 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
873 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
874 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
875 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
876 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
877 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
878
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
879 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
880 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
881 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
882 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
883 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
884 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
885 public partial class DataSourcePrompt : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
886
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
887 private string nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
888
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
889 private string dataSourceIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
890
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
891 private string promptField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
892
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
893 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
894 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
895 public string Name {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
896 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
897 return this.nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
898 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
899 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
900 this.nameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
901 this.RaisePropertyChanged("Name");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
902 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
903 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
904
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
905 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
906 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
907 public string DataSourceID {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
908 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
909 return this.dataSourceIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
910 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
911 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
912 this.dataSourceIDField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
913 this.RaisePropertyChanged("DataSourceID");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
914 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
915 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
916
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
917 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
918 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
919 public string Prompt {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
920 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
921 return this.promptField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
922 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
923 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
924 this.promptField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
925 this.RaisePropertyChanged("Prompt");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
926 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
927 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
928
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
929 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
930
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
931 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
932 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
933 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
934 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
935 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
936 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
937 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
938
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
939 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
940 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
941 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
942 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
943 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
944 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
945 public partial class ValidValue : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
946
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
947 private string labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
948
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
949 private string valueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
950
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
951 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
952 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
953 public string Label {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
954 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
955 return this.labelField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
956 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
957 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
958 this.labelField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
959 this.RaisePropertyChanged("Label");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
960 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
961 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
962
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
963 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
964 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
965 public string Value {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
966 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
967 return this.valueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
968 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
969 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
970 this.valueField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
971 this.RaisePropertyChanged("Value");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
972 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
973 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
974
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
975 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
976
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
977 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
978 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
979 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
980 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
981 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
982 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
983 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
984
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
985 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
986 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
987 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
988 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
989 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
990 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
991 public partial class ReportParameter : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
992
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
993 private string nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
994
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
995 private ParameterTypeEnum typeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
996
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
997 private bool typeFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
998
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
999 private bool nullableField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1000
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1001 private bool nullableFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1002
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1003 private bool allowBlankField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1004
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1005 private bool allowBlankFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1006
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1007 private bool multiValueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1008
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1009 private bool multiValueFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1010
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1011 private bool queryParameterField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1012
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1013 private bool queryParameterFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1014
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1015 private string promptField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1016
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1017 private bool promptUserField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1018
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1019 private bool promptUserFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1020
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1021 private string[] dependenciesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1022
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1023 private bool validValuesQueryBasedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1024
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1025 private bool validValuesQueryBasedFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1026
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1027 private ValidValue[] validValuesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1028
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1029 private bool defaultValuesQueryBasedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1030
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1031 private bool defaultValuesQueryBasedFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1032
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1033 private string[] defaultValuesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1034
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1035 private ParameterStateEnum stateField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1036
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1037 private bool stateFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1038
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1039 private string errorMessageField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1040
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1041 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1042 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1043 public string Name {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1044 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1045 return this.nameField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1046 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1047 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1048 this.nameField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1049 this.RaisePropertyChanged("Name");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1050 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1051 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1052
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1053 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1054 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1055 public ParameterTypeEnum Type {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1056 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1057 return this.typeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1058 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1059 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1060 this.typeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1061 this.RaisePropertyChanged("Type");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1062 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1063 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1064
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1065 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1066 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1067 public bool TypeSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1068 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1069 return this.typeFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1070 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1071 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1072 this.typeFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1073 this.RaisePropertyChanged("TypeSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1074 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1075 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1076
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1077 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1078 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1079 public bool Nullable {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1080 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1081 return this.nullableField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1082 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1083 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1084 this.nullableField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1085 this.RaisePropertyChanged("Nullable");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1086 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1087 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1088
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1089 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1090 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1091 public bool NullableSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1092 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1093 return this.nullableFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1094 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1095 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1096 this.nullableFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1097 this.RaisePropertyChanged("NullableSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1098 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1099 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1100
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1101 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1102 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1103 public bool AllowBlank {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1104 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1105 return this.allowBlankField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1106 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1107 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1108 this.allowBlankField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1109 this.RaisePropertyChanged("AllowBlank");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1110 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1111 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1113 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1114 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1115 public bool AllowBlankSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1116 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1117 return this.allowBlankFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1118 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1119 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1120 this.allowBlankFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1121 this.RaisePropertyChanged("AllowBlankSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1122 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1123 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1124
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1125 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1126 [System.Xml.Serialization.XmlElementAttribute(Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1127 public bool MultiValue {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1128 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1129 return this.multiValueField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1130 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1131 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1132 this.multiValueField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1133 this.RaisePropertyChanged("MultiValue");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1134 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1135 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1136
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1137 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1138 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1139 public bool MultiValueSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1140 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1141 return this.multiValueFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1142 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1143 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1144 this.multiValueFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1145 this.RaisePropertyChanged("MultiValueSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1146 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1147 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1148
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1149 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1150 [System.Xml.Serialization.XmlElementAttribute(Order=5)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1151 public bool QueryParameter {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1152 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1153 return this.queryParameterField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1154 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1155 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1156 this.queryParameterField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1157 this.RaisePropertyChanged("QueryParameter");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1158 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1159 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1160
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1161 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1162 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1163 public bool QueryParameterSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1164 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1165 return this.queryParameterFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1166 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1167 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1168 this.queryParameterFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1169 this.RaisePropertyChanged("QueryParameterSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1170 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1171 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1172
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1173 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1174 [System.Xml.Serialization.XmlElementAttribute(Order=6)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1175 public string Prompt {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1176 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1177 return this.promptField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1178 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1179 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1180 this.promptField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1181 this.RaisePropertyChanged("Prompt");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1182 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1183 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1184
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1185 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1186 [System.Xml.Serialization.XmlElementAttribute(Order=7)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1187 public bool PromptUser {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1188 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1189 return this.promptUserField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1190 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1191 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1192 this.promptUserField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1193 this.RaisePropertyChanged("PromptUser");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1194 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1195 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1196
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1197 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1198 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1199 public bool PromptUserSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1200 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1201 return this.promptUserFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1202 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1203 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1204 this.promptUserFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1205 this.RaisePropertyChanged("PromptUserSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1206 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1207 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1208
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1209 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1210 [System.Xml.Serialization.XmlArrayAttribute(Order=8)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1211 [System.Xml.Serialization.XmlArrayItemAttribute("Dependency")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1212 public string[] Dependencies {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1213 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1214 return this.dependenciesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1215 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1216 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1217 this.dependenciesField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1218 this.RaisePropertyChanged("Dependencies");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1219 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1220 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1221
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1222 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1223 [System.Xml.Serialization.XmlElementAttribute(Order=9)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1224 public bool ValidValuesQueryBased {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1225 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1226 return this.validValuesQueryBasedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1227 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1228 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1229 this.validValuesQueryBasedField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1230 this.RaisePropertyChanged("ValidValuesQueryBased");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1231 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1232 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1233
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1234 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1235 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1236 public bool ValidValuesQueryBasedSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1237 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1238 return this.validValuesQueryBasedFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1239 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1240 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1241 this.validValuesQueryBasedFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1242 this.RaisePropertyChanged("ValidValuesQueryBasedSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1243 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1244 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1245
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1246 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1247 [System.Xml.Serialization.XmlArrayAttribute(Order=10)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1248 public ValidValue[] ValidValues {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1249 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1250 return this.validValuesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1251 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1252 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1253 this.validValuesField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1254 this.RaisePropertyChanged("ValidValues");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1255 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1256 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1257
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1258 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1259 [System.Xml.Serialization.XmlElementAttribute(Order=11)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1260 public bool DefaultValuesQueryBased {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1261 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1262 return this.defaultValuesQueryBasedField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1263 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1264 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1265 this.defaultValuesQueryBasedField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1266 this.RaisePropertyChanged("DefaultValuesQueryBased");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1267 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1268 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1269
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1270 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1271 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1272 public bool DefaultValuesQueryBasedSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1273 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1274 return this.defaultValuesQueryBasedFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1275 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1276 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1277 this.defaultValuesQueryBasedFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1278 this.RaisePropertyChanged("DefaultValuesQueryBasedSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1279 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1280 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1281
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1282 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1283 [System.Xml.Serialization.XmlArrayAttribute(Order=12)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1284 [System.Xml.Serialization.XmlArrayItemAttribute("Value")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1285 public string[] DefaultValues {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1286 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1287 return this.defaultValuesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1288 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1289 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1290 this.defaultValuesField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1291 this.RaisePropertyChanged("DefaultValues");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1292 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1293 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1294
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1295 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1296 [System.Xml.Serialization.XmlElementAttribute(Order=13)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1297 public ParameterStateEnum State {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1298 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1299 return this.stateField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1300 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1301 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1302 this.stateField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1303 this.RaisePropertyChanged("State");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1304 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1305 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1306
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1307 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1308 [System.Xml.Serialization.XmlIgnoreAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1309 public bool StateSpecified {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1310 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1311 return this.stateFieldSpecified;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1312 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1313 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1314 this.stateFieldSpecified = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1315 this.RaisePropertyChanged("StateSpecified");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1316 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1317 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1318
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1319 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1320 [System.Xml.Serialization.XmlElementAttribute(Order=14)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1321 public string ErrorMessage {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1322 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1323 return this.errorMessageField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1324 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1325 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1326 this.errorMessageField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1327 this.RaisePropertyChanged("ErrorMessage");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1328 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1329 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1330
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1331 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1332
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1333 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1334 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1335 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1336 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1337 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1338 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1339 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1340
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1341 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1342 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1343 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1344 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1345 public enum ParameterTypeEnum {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1346
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1347 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1348 Boolean,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1349
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1350 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1351 DateTime,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1352
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1353 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1354 Integer,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1355
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1356 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1357 Float,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1358
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1359 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1360 String,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1361 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1362
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1363 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1364 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1365 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1366 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1367 public enum ParameterStateEnum {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1368
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1369 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1370 HasValidValue,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1371
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1372 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1373 MissingValidValue,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1374
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1375 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1376 HasOutstandingDependencies,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1377
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1378 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1379 DynamicValuesUnavailable,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1380 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1381
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1382 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1383 [System.Xml.Serialization.XmlIncludeAttribute(typeof(ExecutionInfo2))]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1384 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1385 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1386 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1387 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1388 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1389 public partial class ExecutionInfo : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1390
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1391 private bool hasSnapshotField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1392
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1393 private bool needsProcessingField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1394
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1395 private bool allowQueryExecutionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1396
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1397 private bool credentialsRequiredField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1398
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1399 private bool parametersRequiredField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1400
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1401 private System.DateTime expirationDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1402
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1403 private System.DateTime executionDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1404
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1405 private int numPagesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1406
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1407 private ReportParameter[] parametersField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1408
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1409 private DataSourcePrompt[] dataSourcePromptsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1410
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1411 private bool hasDocumentMapField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1412
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1413 private string executionIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1414
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1415 private string reportPathField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1416
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1417 private string historyIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1418
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1419 private PageSettings reportPageSettingsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1420
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1421 private int autoRefreshIntervalField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1422
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1423 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1424 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1425 public bool HasSnapshot {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1426 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1427 return this.hasSnapshotField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1428 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1429 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1430 this.hasSnapshotField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1431 this.RaisePropertyChanged("HasSnapshot");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1432 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1433 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1434
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1435 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1436 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1437 public bool NeedsProcessing {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1438 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1439 return this.needsProcessingField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1440 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1441 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1442 this.needsProcessingField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1443 this.RaisePropertyChanged("NeedsProcessing");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1444 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1445 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1446
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1447 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1448 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1449 public bool AllowQueryExecution {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1450 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1451 return this.allowQueryExecutionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1452 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1453 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1454 this.allowQueryExecutionField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1455 this.RaisePropertyChanged("AllowQueryExecution");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1456 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1457 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1458
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1459 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1460 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1461 public bool CredentialsRequired {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1462 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1463 return this.credentialsRequiredField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1464 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1465 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1466 this.credentialsRequiredField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1467 this.RaisePropertyChanged("CredentialsRequired");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1468 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1469 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1470
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1471 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1472 [System.Xml.Serialization.XmlElementAttribute(Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1473 public bool ParametersRequired {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1474 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1475 return this.parametersRequiredField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1476 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1477 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1478 this.parametersRequiredField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1479 this.RaisePropertyChanged("ParametersRequired");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1480 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1481 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1482
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1483 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1484 [System.Xml.Serialization.XmlElementAttribute(Order=5)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1485 public System.DateTime ExpirationDateTime {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1486 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1487 return this.expirationDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1488 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1489 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1490 this.expirationDateTimeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1491 this.RaisePropertyChanged("ExpirationDateTime");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1492 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1493 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1494
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1495 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1496 [System.Xml.Serialization.XmlElementAttribute(Order=6)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1497 public System.DateTime ExecutionDateTime {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1498 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1499 return this.executionDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1500 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1501 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1502 this.executionDateTimeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1503 this.RaisePropertyChanged("ExecutionDateTime");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1504 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1505 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1506
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1507 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1508 [System.Xml.Serialization.XmlElementAttribute(Order=7)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1509 public int NumPages {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1510 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1511 return this.numPagesField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1512 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1513 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1514 this.numPagesField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1515 this.RaisePropertyChanged("NumPages");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1516 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1517 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1518
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1519 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1520 [System.Xml.Serialization.XmlArrayAttribute(Order=8)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1521 public ReportParameter[] Parameters {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1522 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1523 return this.parametersField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1524 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1525 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1526 this.parametersField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1527 this.RaisePropertyChanged("Parameters");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1528 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1529 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1530
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1531 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1532 [System.Xml.Serialization.XmlArrayAttribute(Order=9)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1533 public DataSourcePrompt[] DataSourcePrompts {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1534 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1535 return this.dataSourcePromptsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1536 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1537 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1538 this.dataSourcePromptsField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1539 this.RaisePropertyChanged("DataSourcePrompts");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1540 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1541 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1542
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1543 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1544 [System.Xml.Serialization.XmlElementAttribute(Order=10)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1545 public bool HasDocumentMap {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1546 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1547 return this.hasDocumentMapField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1548 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1549 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1550 this.hasDocumentMapField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1551 this.RaisePropertyChanged("HasDocumentMap");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1552 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1553 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1554
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1555 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1556 [System.Xml.Serialization.XmlElementAttribute(Order=11)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1557 public string ExecutionID {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1558 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1559 return this.executionIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1560 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1561 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1562 this.executionIDField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1563 this.RaisePropertyChanged("ExecutionID");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1564 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1565 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1566
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1567 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1568 [System.Xml.Serialization.XmlElementAttribute(Order=12)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1569 public string ReportPath {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1570 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1571 return this.reportPathField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1572 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1573 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1574 this.reportPathField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1575 this.RaisePropertyChanged("ReportPath");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1576 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1577 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1578
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1579 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1580 [System.Xml.Serialization.XmlElementAttribute(Order=13)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1581 public string HistoryID {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1582 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1583 return this.historyIDField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1584 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1585 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1586 this.historyIDField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1587 this.RaisePropertyChanged("HistoryID");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1588 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1589 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1590
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1591 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1592 [System.Xml.Serialization.XmlElementAttribute(Order=14)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1593 public PageSettings ReportPageSettings {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1594 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1595 return this.reportPageSettingsField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1596 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1597 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1598 this.reportPageSettingsField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1599 this.RaisePropertyChanged("ReportPageSettings");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1600 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1601 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1602
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1603 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1604 [System.Xml.Serialization.XmlElementAttribute(Order=15)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1605 public int AutoRefreshInterval {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1606 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1607 return this.autoRefreshIntervalField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1608 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1609 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1610 this.autoRefreshIntervalField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1611 this.RaisePropertyChanged("AutoRefreshInterval");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1612 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1613 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1614
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1615 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1616
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1617 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1618 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1619 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1620 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1621 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1622 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1623 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1624
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1625 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1626 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1627 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1628 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1629 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1630 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1631 public partial class ExecutionInfo2 : ExecutionInfo {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1632
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1633 private PageCountMode pageCountModeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1634
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1635 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1636 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1637 public PageCountMode PageCountMode {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1638 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1639 return this.pageCountModeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1640 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1641 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1642 this.pageCountModeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1643 this.RaisePropertyChanged("PageCountMode");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1644 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1645 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1646 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1647
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1648 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1649 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1650 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1651 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1652 public enum PageCountMode {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1653
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1654 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1655 Actual,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1656
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1657 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1658 Estimate,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1659 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1660
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1661 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1662 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1663 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1664 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1665 [System.ComponentModel.DesignerCategoryAttribute("code")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1666 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1667 public partial class ServerInfoHeader : object, System.ComponentModel.INotifyPropertyChanged {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1668
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1669 private string reportServerVersionNumberField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1670
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1671 private string reportServerEditionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1672
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1673 private string reportServerVersionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1674
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1675 private string reportServerDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1676
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1677 private System.Xml.XmlAttribute[] anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1678
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1679 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1680 [System.Xml.Serialization.XmlElementAttribute(Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1681 public string ReportServerVersionNumber {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1682 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1683 return this.reportServerVersionNumberField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1684 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1685 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1686 this.reportServerVersionNumberField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1687 this.RaisePropertyChanged("ReportServerVersionNumber");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1688 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1689 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1690
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1691 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1692 [System.Xml.Serialization.XmlElementAttribute(Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1693 public string ReportServerEdition {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1694 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1695 return this.reportServerEditionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1696 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1697 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1698 this.reportServerEditionField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1699 this.RaisePropertyChanged("ReportServerEdition");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1700 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1701 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1702
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1703 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1704 [System.Xml.Serialization.XmlElementAttribute(Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1705 public string ReportServerVersion {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1706 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1707 return this.reportServerVersionField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1708 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1709 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1710 this.reportServerVersionField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1711 this.RaisePropertyChanged("ReportServerVersion");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1712 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1713 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1714
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1715 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1716 [System.Xml.Serialization.XmlElementAttribute(Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1717 public string ReportServerDateTime {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1718 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1719 return this.reportServerDateTimeField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1720 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1721 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1722 this.reportServerDateTimeField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1723 this.RaisePropertyChanged("ReportServerDateTime");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1724 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1725 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1726
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1727 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1728 [System.Xml.Serialization.XmlAnyAttributeAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1729 public System.Xml.XmlAttribute[] AnyAttr {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1730 get {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1731 return this.anyAttrField;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1732 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1733 set {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1734 this.anyAttrField = value;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1735 this.RaisePropertyChanged("AnyAttr");
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1736 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1737 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1738
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1739 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1740
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1741 protected void RaisePropertyChanged(string propertyName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1742 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1743 if ((propertyChanged != null)) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1744 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1745 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1746 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1747 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1748
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1749 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1750 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1751 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1752 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSecureMethods", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1753 public partial class ListSecureMethodsRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1754
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1755 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1756 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1757
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1758 public ListSecureMethodsRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1759 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1760
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1761 public ListSecureMethodsRequest(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1762 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1763 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1764 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1765
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1766 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1767 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1768 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1769 [System.ServiceModel.MessageContractAttribute(WrapperName="ListSecureMethodsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1770 public partial class ListSecureMethodsResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1771
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1772 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1773 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1774
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1775 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1776 public string[] ListSecureMethodsResult;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1777
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1778 public ListSecureMethodsResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1779 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1780
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1781 public ListSecureMethodsResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, string[] ListSecureMethodsResult) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1782 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1783 this.ListSecureMethodsResult = ListSecureMethodsResult;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1784 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1785 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1786
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1787 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1788 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1789 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1790 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReport", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1791 public partial class LoadReportRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1792
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1793 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1794 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1795
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1796 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1797 public string Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1798
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1799 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1800 public string HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1801
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1802 public LoadReportRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1803 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1804
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1805 public LoadReportRequest(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string HistoryID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1806 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1807 this.Report = Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1808 this.HistoryID = HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1809 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1810 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1811
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1812 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1813 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1814 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1815 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReportResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1816 public partial class LoadReportResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1817
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1818 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1819 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1820
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1821 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1822 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1823
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1824 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1825 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1826
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1827 public LoadReportResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1828 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1829
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1830 public LoadReportResponse(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1831 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1832 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1833 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1834 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1835 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1836
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1837 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1838 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1839 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1840 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReport2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1841 public partial class LoadReport2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1842
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1843 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1844 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1845
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1846 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1847 public string Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1848
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1849 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1850 public string HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1851
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1852 public LoadReport2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1853 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1854
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1855 public LoadReport2Request(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string HistoryID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1856 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1857 this.Report = Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1858 this.HistoryID = HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1859 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1860 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1861
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1862 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1863 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1864 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1865 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReport2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1866 public partial class LoadReport2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1867
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1868 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1869 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1870
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1871 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1872 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1873
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1874 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1875 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1876
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1877 public LoadReport2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1878 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1879
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1880 public LoadReport2Response(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1881 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1882 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1883 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1884 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1885 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1886
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1887 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1888 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1889 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1890 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReportDefinition", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1891 public partial class LoadReportDefinitionRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1892
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1893 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1894 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1895
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1896 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1897 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1898 public byte[] Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1899
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1900 public LoadReportDefinitionRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1901 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1902
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1903 public LoadReportDefinitionRequest(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, byte[] Definition) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1904 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1905 this.Definition = Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1906 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1907 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1908
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1909 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1910 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1911 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1912 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReportDefinitionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1913 public partial class LoadReportDefinitionResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1914
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1915 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1916 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1917
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1918 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1919 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1920
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1921 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1922 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1923
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1924 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1925 public SSRS.Services.ReportExecutionServiceReference.Warning[] warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1926
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1927 public LoadReportDefinitionResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1928 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1929
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1930 public LoadReportDefinitionResponse(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo, SSRS.Services.ReportExecutionServiceReference.Warning[] warnings) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1931 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1932 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1933 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1934 this.warnings = warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1935 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1936 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1937
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1938 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1939 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1940 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1941 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReportDefinition2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1942 public partial class LoadReportDefinition2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1943
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1944 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1945 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1946
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1947 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1948 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1949 public byte[] Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1950
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1951 public LoadReportDefinition2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1952 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1953
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1954 public LoadReportDefinition2Request(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, byte[] Definition) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1955 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1956 this.Definition = Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1957 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1958 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1959
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1960 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1961 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1962 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1963 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadReportDefinition2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1964 public partial class LoadReportDefinition2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1965
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1966 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1967 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1968
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1969 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1970 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1971
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1972 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1973 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1974
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1975 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1976 public SSRS.Services.ReportExecutionServiceReference.Warning[] warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1977
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1978 public LoadReportDefinition2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1979 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1980
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1981 public LoadReportDefinition2Response(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo, SSRS.Services.ReportExecutionServiceReference.Warning[] warnings) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1982 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1983 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1984 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1985 this.warnings = warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1986 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1987 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1988
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1989 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1990 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1991 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1992 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionCredentials", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1993 public partial class SetExecutionCredentialsRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1994
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1995 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1996 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1997
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1998 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1999 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2000
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2001 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2002 public SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2003
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2004 public SetExecutionCredentialsRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2005 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2006
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2007 public SetExecutionCredentialsRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2008 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2009 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2010 this.Credentials = Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2011 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2012 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2013
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2014 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2015 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2016 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2017 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionCredentialsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2018 public partial class SetExecutionCredentialsResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2019
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2020 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2021 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2022
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2023 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2024 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2025
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2026 public SetExecutionCredentialsResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2027 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2028
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2029 public SetExecutionCredentialsResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2030 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2031 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2032 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2033 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2034
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2035 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2036 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2037 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2038 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionCredentials2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2039 public partial class SetExecutionCredentials2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2040
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2041 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2042 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2043
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2044 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2045 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2046
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2047 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2048 public SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2049
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2050 public SetExecutionCredentials2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2051 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2052
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2053 public SetExecutionCredentials2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2054 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2055 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2056 this.Credentials = Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2057 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2058 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2059
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2060 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2061 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2062 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2063 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionCredentials2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2064 public partial class SetExecutionCredentials2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2065
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2066 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2067 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2068
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2069 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2070 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2071
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2072 public SetExecutionCredentials2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2073 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2074
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2075 public SetExecutionCredentials2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2076 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2077 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2078 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2079 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2080
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2081 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2082 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2083 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2084 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionParameters", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2085 public partial class SetExecutionParametersRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2086
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2087 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2088 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2089
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2090 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2091 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2092
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2093 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2094 public SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2095
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2096 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2097 public string ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2098
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2099 public SetExecutionParametersRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2100 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2101
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2102 public SetExecutionParametersRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters, string ParameterLanguage) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2103 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2104 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2105 this.Parameters = Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2106 this.ParameterLanguage = ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2107 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2108 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2109
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2110 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2111 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2112 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2113 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionParametersResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2114 public partial class SetExecutionParametersResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2115
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2116 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2117 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2118
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2119 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2120 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2121
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2122 public SetExecutionParametersResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2123 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2124
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2125 public SetExecutionParametersResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2126 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2127 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2128 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2129 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2130
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2131 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2132 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2133 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2134 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionParameters2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2135 public partial class SetExecutionParameters2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2136
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2137 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2138 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2139
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2140 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2141 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2142
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2143 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2144 public SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2145
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2146 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2147 public string ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2148
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2149 public SetExecutionParameters2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2150 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2151
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2152 public SetExecutionParameters2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters, string ParameterLanguage) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2153 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2154 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2155 this.Parameters = Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2156 this.ParameterLanguage = ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2157 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2158 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2159
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2160 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2161 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2162 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2163 [System.ServiceModel.MessageContractAttribute(WrapperName="SetExecutionParameters2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2164 public partial class SetExecutionParameters2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2165
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2166 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2167 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2168
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2169 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2170 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2171
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2172 public SetExecutionParameters2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2173 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2174
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2175 public SetExecutionParameters2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2176 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2177 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2178 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2179 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2180
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2181 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2182 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2183 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2184 [System.ServiceModel.MessageContractAttribute(WrapperName="ResetExecution", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2185 public partial class ResetExecutionRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2186
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2187 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2188 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2189
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2190 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2191 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2192
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2193 public ResetExecutionRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2194 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2195
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2196 public ResetExecutionRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2197 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2198 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2199 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2200 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2201
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2202 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2203 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2204 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2205 [System.ServiceModel.MessageContractAttribute(WrapperName="ResetExecutionResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2206 public partial class ResetExecutionResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2207
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2208 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2209 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2210
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2211 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2212 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2213
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2214 public ResetExecutionResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2215 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2216
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2217 public ResetExecutionResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2218 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2219 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2220 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2221 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2222
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2223 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2224 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2225 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2226 [System.ServiceModel.MessageContractAttribute(WrapperName="ResetExecution2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2227 public partial class ResetExecution2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2228
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2229 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2230 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2231
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2232 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2233 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2234
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2235 public ResetExecution2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2236 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2237
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2238 public ResetExecution2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2239 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2240 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2241 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2242 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2243
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2244 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2245 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2246 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2247 [System.ServiceModel.MessageContractAttribute(WrapperName="ResetExecution2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2248 public partial class ResetExecution2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2249
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2250 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2251 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2252
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2253 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2254 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2255
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2256 public ResetExecution2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2257 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2258
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2259 public ResetExecution2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2260 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2261 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2262 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2263 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2264
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2265 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2266 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2267 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2268 [System.ServiceModel.MessageContractAttribute(WrapperName="Render", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2269 public partial class RenderRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2270
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2271 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2272 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2273
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2274 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2275 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2276
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2277 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2278 public string Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2279
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2280 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2281 public string DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2282
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2283 public RenderRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2284 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2285
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2286 public RenderRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2287 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2288 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2289 this.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2290 this.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2291 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2292 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2293
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2294 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2295 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2296 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2297 [System.ServiceModel.MessageContractAttribute(WrapperName="RenderResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2298 public partial class RenderResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2299
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2300 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2301 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2302
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2303 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2304 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2305 public byte[] Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2306
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2307 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2308 public string Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2309
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2310 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2311 public string MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2312
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2313 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2314 public string Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2315
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2316 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2317 public SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2318
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2319 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=5)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2320 public string[] StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2321
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2322 public RenderResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2323 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2324
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2325 public RenderResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Result, string Extension, string MimeType, string Encoding, SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings, string[] StreamIds) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2326 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2327 this.Result = Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2328 this.Extension = Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2329 this.MimeType = MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2330 this.Encoding = Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2331 this.Warnings = Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2332 this.StreamIds = StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2333 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2334 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2335
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2336 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2337 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2338 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2339 [System.ServiceModel.MessageContractAttribute(WrapperName="Render2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2340 public partial class Render2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2341
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2342 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2343 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2344
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2345 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2346 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2347
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2348 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2349 public string Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2350
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2351 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2352 public string DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2353
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2354 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2355 public SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2356
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2357 public Render2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2358 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2359
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2360 public Render2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo, SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2361 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2362 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2363 this.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2364 this.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2365 this.PaginationMode = PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2366 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2367 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2368
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2369 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2370 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2371 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2372 [System.ServiceModel.MessageContractAttribute(WrapperName="Render2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2373 public partial class Render2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2374
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2375 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2376 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2377
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2378 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2379 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2380 public byte[] Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2381
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2382 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2383 public string Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2384
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2385 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2386 public string MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2387
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2388 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2389 public string Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2390
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2391 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=4)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2392 public SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2393
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2394 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=5)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2395 public string[] StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2396
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2397 public Render2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2398 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2399
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2400 public Render2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Result, string Extension, string MimeType, string Encoding, SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings, string[] StreamIds) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2401 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2402 this.Result = Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2403 this.Extension = Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2404 this.MimeType = MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2405 this.Encoding = Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2406 this.Warnings = Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2407 this.StreamIds = StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2408 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2409 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2410
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2411 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2412 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2413 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2414 [System.ServiceModel.MessageContractAttribute(WrapperName="RenderStream", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2415 public partial class RenderStreamRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2416
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2417 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2418 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2419
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2420 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2421 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2422
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2423 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2424 public string Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2425
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2426 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2427 public string StreamID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2428
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2429 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2430 public string DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2431
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2432 public RenderStreamRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2433 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2434
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2435 public RenderStreamRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string StreamID, string DeviceInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2436 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2437 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2438 this.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2439 this.StreamID = StreamID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2440 this.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2441 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2442 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2443
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2444 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2445 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2446 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2447 [System.ServiceModel.MessageContractAttribute(WrapperName="RenderStreamResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2448 public partial class RenderStreamResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2449
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2450 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2451 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2452
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2453 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2454 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2455 public byte[] Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2456
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2457 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2458 public string Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2459
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2460 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2461 public string MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2462
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2463 public RenderStreamResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2464 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2465
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2466 public RenderStreamResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Result, string Encoding, string MimeType) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2467 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2468 this.Result = Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2469 this.Encoding = Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2470 this.MimeType = MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2471 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2472 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2473
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2474 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2475 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2476 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2477 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionInfo", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2478 public partial class GetExecutionInfoRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2479
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2480 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2481 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2482
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2483 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2484 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2485
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2486 public GetExecutionInfoRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2487 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2488
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2489 public GetExecutionInfoRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2490 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2491 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2492 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2493 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2494
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2495 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2496 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2497 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2498 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionInfoResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2499 public partial class GetExecutionInfoResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2500
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2501 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2502 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2503
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2504 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2505 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2506
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2507 public GetExecutionInfoResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2508 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2509
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2510 public GetExecutionInfoResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2511 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2512 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2513 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2514 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2515
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2516 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2517 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2518 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2519 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionInfo2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2520 public partial class GetExecutionInfo2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2521
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2522 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2523 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2524
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2525 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2526 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2527
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2528 public GetExecutionInfo2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2529 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2530
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2531 public GetExecutionInfo2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2532 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2533 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2534 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2535 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2536
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2537 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2538 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2539 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2540 [System.ServiceModel.MessageContractAttribute(WrapperName="GetExecutionInfo2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2541 public partial class GetExecutionInfo2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2542
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2543 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2544 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2545
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2546 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2547 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2548
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2549 public GetExecutionInfo2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2550 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2551
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2552 public GetExecutionInfo2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2553 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2554 this.executionInfo = executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2555 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2556 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2557
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2558 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2559 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2560 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2561 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDocumentMap", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2562 public partial class GetDocumentMapRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2563
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2564 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2565 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2566
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2567 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2568 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2569
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2570 public GetDocumentMapRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2571 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2572
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2573 public GetDocumentMapRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2574 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2575 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2576 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2577 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2578
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2579 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2580 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2581 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2582 [System.ServiceModel.MessageContractAttribute(WrapperName="GetDocumentMapResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2583 public partial class GetDocumentMapResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2584
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2585 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2586 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2587
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2588 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2589 public SSRS.Services.ReportExecutionServiceReference.DocumentMapNode result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2590
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2591 public GetDocumentMapResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2592 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2593
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2594 public GetDocumentMapResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.DocumentMapNode result) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2595 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2596 this.result = result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2597 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2598 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2599
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2600 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2601 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2602 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2603 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadDrillthroughTarget", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2604 public partial class LoadDrillthroughTargetRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2605
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2606 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2607 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2608
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2609 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2610 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2611
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2612 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2613 public string DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2614
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2615 public LoadDrillthroughTargetRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2616 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2617
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2618 public LoadDrillthroughTargetRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DrillthroughID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2619 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2620 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2621 this.DrillthroughID = DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2622 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2623 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2624
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2625 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2626 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2627 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2628 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadDrillthroughTargetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2629 public partial class LoadDrillthroughTargetResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2630
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2631 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2632 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2633
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2634 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2635 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2636
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2637 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2638 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2639
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2640 public LoadDrillthroughTargetResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2641 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2642
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2643 public LoadDrillthroughTargetResponse(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2644 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2645 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2646 this.ExecutionInfo = ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2647 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2648 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2649
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2650 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2651 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2652 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2653 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadDrillthroughTarget2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2654 public partial class LoadDrillthroughTarget2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2655
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2656 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2657 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2658
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2659 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2660 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2661
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2662 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2663 public string DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2664
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2665 public LoadDrillthroughTarget2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2666 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2667
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2668 public LoadDrillthroughTarget2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DrillthroughID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2669 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2670 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2671 this.DrillthroughID = DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2672 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2673 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2674
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2675 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2676 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2677 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2678 [System.ServiceModel.MessageContractAttribute(WrapperName="LoadDrillthroughTarget2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2679 public partial class LoadDrillthroughTarget2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2680
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2681 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2682 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2683
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2684 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2685 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2686
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2687 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2688 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2689
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2690 public LoadDrillthroughTarget2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2691 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2692
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2693 public LoadDrillthroughTarget2Response(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2694 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2695 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2696 this.ExecutionInfo = ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2697 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2698 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2699
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2700 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2701 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2702 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2703 [System.ServiceModel.MessageContractAttribute(WrapperName="ToggleItem", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2704 public partial class ToggleItemRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2705
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2706 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2707 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2708
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2709 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2710 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2711
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2712 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2713 public string ToggleID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2714
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2715 public ToggleItemRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2716 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2717
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2718 public ToggleItemRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string ToggleID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2719 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2720 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2721 this.ToggleID = ToggleID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2722 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2723 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2724
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2725 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2726 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2727 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2728 [System.ServiceModel.MessageContractAttribute(WrapperName="ToggleItemResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2729 public partial class ToggleItemResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2730
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2731 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2732 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2733
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2734 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2735 public bool Found;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2736
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2737 public ToggleItemResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2738 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2739
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2740 public ToggleItemResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, bool Found) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2741 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2742 this.Found = Found;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2743 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2744 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2745
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2746 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2747 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2748 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2749 [System.ServiceModel.MessageContractAttribute(WrapperName="NavigateDocumentMap", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2750 public partial class NavigateDocumentMapRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2751
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2752 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2753 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2754
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2755 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2756 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2757
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2758 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2759 public string DocMapID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2760
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2761 public NavigateDocumentMapRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2762 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2763
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2764 public NavigateDocumentMapRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DocMapID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2765 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2766 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2767 this.DocMapID = DocMapID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2768 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2769 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2770
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2771 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2772 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2773 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2774 [System.ServiceModel.MessageContractAttribute(WrapperName="NavigateDocumentMapResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2775 public partial class NavigateDocumentMapResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2776
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2777 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2778 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2779
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2780 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2781 public int PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2782
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2783 public NavigateDocumentMapResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2784 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2785
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2786 public NavigateDocumentMapResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, int PageNumber) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2787 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2788 this.PageNumber = PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2789 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2790 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2791
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2792 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2793 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2794 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2795 [System.ServiceModel.MessageContractAttribute(WrapperName="NavigateBookmark", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2796 public partial class NavigateBookmarkRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2797
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2798 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2799 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2800
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2801 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2802 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2803
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2804 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2805 public string BookmarkID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2806
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2807 public NavigateBookmarkRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2808 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2809
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2810 public NavigateBookmarkRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string BookmarkID) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2811 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2812 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2813 this.BookmarkID = BookmarkID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2814 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2815 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2816
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2817 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2818 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2819 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2820 [System.ServiceModel.MessageContractAttribute(WrapperName="NavigateBookmarkResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2821 public partial class NavigateBookmarkResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2822
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2823 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2824 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2825
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2826 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2827 public int PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2828
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2829 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2830 public string UniqueName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2831
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2832 public NavigateBookmarkResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2833 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2834
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2835 public NavigateBookmarkResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, int PageNumber, string UniqueName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2836 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2837 this.PageNumber = PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2838 this.UniqueName = UniqueName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2839 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2840 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2841
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2842 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2843 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2844 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2845 [System.ServiceModel.MessageContractAttribute(WrapperName="FindString", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2846 public partial class FindStringRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2847
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2848 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2849 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2850
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2851 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2852 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2853
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2854 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2855 public int StartPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2856
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2857 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2858 public int EndPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2859
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2860 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2861 public string FindValue;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2862
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2863 public FindStringRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2864 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2865
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2866 public FindStringRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, int StartPage, int EndPage, string FindValue) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2867 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2868 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2869 this.StartPage = StartPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2870 this.EndPage = EndPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2871 this.FindValue = FindValue;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2872 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2873 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2874
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2875 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2876 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2877 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2878 [System.ServiceModel.MessageContractAttribute(WrapperName="FindStringResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2879 public partial class FindStringResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2880
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2881 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2882 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2883
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2884 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2885 public int PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2886
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2887 public FindStringResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2888 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2889
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2890 public FindStringResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, int PageNumber) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2891 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2892 this.PageNumber = PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2893 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2894 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2895
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2896 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2897 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.17379")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2898 [System.SerializableAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2899 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2900 public enum SortDirectionEnum {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2901
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2902 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2903 None,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2904
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2905 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2906 Ascending,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2907
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2908 /// <remarks/>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2909 Descending,
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2910 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2911
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2912 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2913 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2914 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2915 [System.ServiceModel.MessageContractAttribute(WrapperName="Sort", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2916 public partial class SortRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2917
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2918 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2919 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2920
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2921 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2922 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2923
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2924 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2925 public string SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2926
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2927 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2928 public SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2929
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2930 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2931 public bool Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2932
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2933 public SortRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2934 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2935
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2936 public SortRequest(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string SortItem, SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction, bool Clear) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2937 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2938 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2939 this.SortItem = SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2940 this.Direction = Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2941 this.Clear = Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2942 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2943 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2944
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2945 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2946 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2947 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2948 [System.ServiceModel.MessageContractAttribute(WrapperName="SortResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2949 public partial class SortResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2950
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2951 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2952 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2953
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2954 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2955 public int PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2956
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2957 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2958 public string ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2959
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2960 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2961 public int NumPages;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2962
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2963 public SortResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2964 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2965
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2966 public SortResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, int PageNumber, string ReportItem, int NumPages) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2967 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2968 this.PageNumber = PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2969 this.ReportItem = ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2970 this.NumPages = NumPages;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2971 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2972 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2973
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2974 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2975 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2976 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2977 [System.ServiceModel.MessageContractAttribute(WrapperName="Sort2", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2978 public partial class Sort2Request {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2979
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2980 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2981 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2982
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2983 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2984 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2985
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2986 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2987 public string SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2988
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2989 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2990 public SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2991
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2992 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2993 public bool Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2994
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2995 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=3)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2996 public SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2997
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2998 public Sort2Request() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2999 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3000
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3001 public Sort2Request(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string SortItem, SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction, bool Clear, SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3002 this.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3003 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3004 this.SortItem = SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3005 this.Direction = Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3006 this.Clear = Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3007 this.PaginationMode = PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3008 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3009 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3010
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3011 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3012 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3013 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3014 [System.ServiceModel.MessageContractAttribute(WrapperName="Sort2Response", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3015 public partial class Sort2Response {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3016
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3017 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3018 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3019
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3020 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3021 public int PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3022
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3023 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3024 public string ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3025
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3026 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3027 public SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3028
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3029 public Sort2Response() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3030 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3031
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3032 public Sort2Response(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, int PageNumber, string ReportItem, SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3033 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3034 this.PageNumber = PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3035 this.ReportItem = ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3036 this.ExecutionInfo = ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3037 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3038 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3039
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3040 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3041 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3042 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3043 [System.ServiceModel.MessageContractAttribute(WrapperName="GetRenderResource", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3044 public partial class GetRenderResourceRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3045
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3046 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3047 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3048
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3049 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3050 public string Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3051
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3052 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3053 public string DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3054
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3055 public GetRenderResourceRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3056 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3057
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3058 public GetRenderResourceRequest(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3059 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3060 this.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3061 this.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3062 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3063 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3064
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3065 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3066 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3067 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3068 [System.ServiceModel.MessageContractAttribute(WrapperName="GetRenderResourceResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3069 public partial class GetRenderResourceResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3070
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3071 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3072 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3073
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3074 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3075 [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3076 public byte[] Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3077
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3078 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3079 public string MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3080
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3081 public GetRenderResourceResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3082 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3083
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3084 public GetRenderResourceResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, byte[] Result, string MimeType) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3085 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3086 this.Result = Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3087 this.MimeType = MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3088 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3089 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3090
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3091 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3092 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3093 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3094 [System.ServiceModel.MessageContractAttribute(WrapperName="ListRenderingExtensions", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3095 public partial class ListRenderingExtensionsRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3096
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3097 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3098 public SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3099
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3100 public ListRenderingExtensionsRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3101 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3102
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3103 public ListRenderingExtensionsRequest(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3104 this.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3105 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3106 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3107
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3108 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3109 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3110 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3111 [System.ServiceModel.MessageContractAttribute(WrapperName="ListRenderingExtensionsResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3112 public partial class ListRenderingExtensionsResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3113
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3114 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3115 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3116
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3117 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3118 public SSRS.Services.ReportExecutionServiceReference.Extension[] Extensions;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3119
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3120 public ListRenderingExtensionsResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3121 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3122
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3123 public ListRenderingExtensionsResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, SSRS.Services.ReportExecutionServiceReference.Extension[] Extensions) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3124 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3125 this.Extensions = Extensions;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3126 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3127 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3128
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3129 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3130 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3131 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3132 [System.ServiceModel.MessageContractAttribute(WrapperName="LogonUser", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3133 public partial class LogonUserRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3134
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3135 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=0)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3136 public string userName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3137
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3138 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=1)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3139 public string password;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3140
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3141 [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Order=2)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3142 public string authority;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3143
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3144 public LogonUserRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3145 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3146
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3147 public LogonUserRequest(string userName, string password, string authority) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3148 this.userName = userName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3149 this.password = password;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3150 this.authority = authority;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3151 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3152 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3153
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3154 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3155 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3156 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3157 [System.ServiceModel.MessageContractAttribute(WrapperName="LogonUserResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3158 public partial class LogonUserResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3159
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3160 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3161 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3162
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3163 public LogonUserResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3164 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3165
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3166 public LogonUserResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3167 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3168 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3169 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3170
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3171 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3172 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3173 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3174 [System.ServiceModel.MessageContractAttribute(WrapperName="Logoff", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3175 public partial class LogoffRequest {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3176
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3177 public LogoffRequest() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3178 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3179 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3180
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3181 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3182 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3183 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3184 [System.ServiceModel.MessageContractAttribute(WrapperName="LogoffResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", IsWrapped=true)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3185 public partial class LogoffResponse {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3186
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3187 [System.ServiceModel.MessageHeaderAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3188 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3189
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3190 public LogoffResponse() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3191 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3192
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3193 public LogoffResponse(SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3194 this.ServerInfoHeader = ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3195 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3196 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3197
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3198 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3199 public interface ReportExecutionServiceSoapChannel : SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap, System.ServiceModel.IClientChannel {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3200 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3201
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3202 [System.Diagnostics.DebuggerStepThroughAttribute()]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3203 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3204 public partial class ReportExecutionServiceSoapClient : System.ServiceModel.ClientBase<SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap>, SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3205
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3206 public ReportExecutionServiceSoapClient() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3207 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3208
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3209 public ReportExecutionServiceSoapClient(string endpointConfigurationName) :
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3210 base(endpointConfigurationName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3211 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3212
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3213 public ReportExecutionServiceSoapClient(string endpointConfigurationName, string remoteAddress) :
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3214 base(endpointConfigurationName, remoteAddress) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3215 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3216
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3217 public ReportExecutionServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3218 base(endpointConfigurationName, remoteAddress) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3219 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3220
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3221 public ReportExecutionServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3222 base(binding, remoteAddress) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3223 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3224
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3225 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3226 SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.ListSecureMethods(SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3227 return base.Channel.ListSecureMethods(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3228 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3229
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3230 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ListSecureMethods(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out string[] ListSecureMethodsResult) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3231 SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsRequest inValue = new SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3232 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3233 SSRS.Services.ReportExecutionServiceReference.ListSecureMethodsResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).ListSecureMethods(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3234 ListSecureMethodsResult = retVal.ListSecureMethodsResult;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3235 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3236 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3237
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3238 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3239 SSRS.Services.ReportExecutionServiceReference.LoadReportResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadReport(SSRS.Services.ReportExecutionServiceReference.LoadReportRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3240 return base.Channel.LoadReport(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3241 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3242
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3243 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader LoadReport(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string HistoryID, out SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3244 SSRS.Services.ReportExecutionServiceReference.LoadReportRequest inValue = new SSRS.Services.ReportExecutionServiceReference.LoadReportRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3245 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3246 inValue.Report = Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3247 inValue.HistoryID = HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3248 SSRS.Services.ReportExecutionServiceReference.LoadReportResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadReport(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3249 ServerInfoHeader = retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3250 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3251 return retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3252 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3253
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3254 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3255 SSRS.Services.ReportExecutionServiceReference.LoadReport2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadReport2(SSRS.Services.ReportExecutionServiceReference.LoadReport2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3256 return base.Channel.LoadReport2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3257 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3258
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3259 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader LoadReport2(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Report, string HistoryID, out SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3260 SSRS.Services.ReportExecutionServiceReference.LoadReport2Request inValue = new SSRS.Services.ReportExecutionServiceReference.LoadReport2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3261 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3262 inValue.Report = Report;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3263 inValue.HistoryID = HistoryID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3264 SSRS.Services.ReportExecutionServiceReference.LoadReport2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadReport2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3265 ServerInfoHeader = retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3266 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3267 return retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3268 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3269
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3270 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3271 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadReportDefinition(SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3272 return base.Channel.LoadReportDefinition(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3273 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3274
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3275 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader LoadReportDefinition(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, byte[] Definition, out SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo, out SSRS.Services.ReportExecutionServiceReference.Warning[] warnings) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3276 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionRequest inValue = new SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3277 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3278 inValue.Definition = Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3279 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinitionResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadReportDefinition(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3280 ServerInfoHeader = retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3281 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3282 warnings = retVal.warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3283 return retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3284 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3285
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3286 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3287 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadReportDefinition2(SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3288 return base.Channel.LoadReportDefinition2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3289 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3290
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3291 public SSRS.Services.ReportExecutionServiceReference.ExecutionHeader LoadReportDefinition2(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, byte[] Definition, out SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ServerInfoHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo, out SSRS.Services.ReportExecutionServiceReference.Warning[] warnings) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3292 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Request inValue = new SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3293 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3294 inValue.Definition = Definition;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3295 SSRS.Services.ReportExecutionServiceReference.LoadReportDefinition2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadReportDefinition2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3296 ServerInfoHeader = retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3297 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3298 warnings = retVal.warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3299 return retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3300 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3301
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3302 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3303 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.SetExecutionCredentials(SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3304 return base.Channel.SetExecutionCredentials(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3305 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3306
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3307 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader SetExecutionCredentials(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3308 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsRequest inValue = new SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3309 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3310 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3311 inValue.Credentials = Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3312 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentialsResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).SetExecutionCredentials(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3313 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3314 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3315 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3316
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3317 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3318 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.SetExecutionCredentials2(SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3319 return base.Channel.SetExecutionCredentials2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3320 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3321
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3322 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader SetExecutionCredentials2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.DataSourceCredentials[] Credentials, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3323 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Request inValue = new SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3324 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3325 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3326 inValue.Credentials = Credentials;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3327 SSRS.Services.ReportExecutionServiceReference.SetExecutionCredentials2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).SetExecutionCredentials2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3328 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3329 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3330 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3331
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3332 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3333 SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.SetExecutionParameters(SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3334 return base.Channel.SetExecutionParameters(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3335 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3336
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3337 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader SetExecutionParameters(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters, string ParameterLanguage, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3338 SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersRequest inValue = new SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3339 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3340 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3341 inValue.Parameters = Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3342 inValue.ParameterLanguage = ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3343 SSRS.Services.ReportExecutionServiceReference.SetExecutionParametersResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).SetExecutionParameters(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3344 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3345 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3346 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3347
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3348 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3349 SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.SetExecutionParameters2(SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3350 return base.Channel.SetExecutionParameters2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3351 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3352
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3353 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader SetExecutionParameters2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, SSRS.Services.ReportExecutionServiceReference.ParameterValue[] Parameters, string ParameterLanguage, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3354 SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Request inValue = new SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3355 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3356 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3357 inValue.Parameters = Parameters;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3358 inValue.ParameterLanguage = ParameterLanguage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3359 SSRS.Services.ReportExecutionServiceReference.SetExecutionParameters2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).SetExecutionParameters2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3360 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3361 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3362 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3363
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3364 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3365 SSRS.Services.ReportExecutionServiceReference.ResetExecutionResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.ResetExecution(SSRS.Services.ReportExecutionServiceReference.ResetExecutionRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3366 return base.Channel.ResetExecution(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3367 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3368
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3369 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ResetExecution(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3370 SSRS.Services.ReportExecutionServiceReference.ResetExecutionRequest inValue = new SSRS.Services.ReportExecutionServiceReference.ResetExecutionRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3371 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3372 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3373 SSRS.Services.ReportExecutionServiceReference.ResetExecutionResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).ResetExecution(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3374 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3375 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3376 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3377
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3378 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3379 SSRS.Services.ReportExecutionServiceReference.ResetExecution2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.ResetExecution2(SSRS.Services.ReportExecutionServiceReference.ResetExecution2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3380 return base.Channel.ResetExecution2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3381 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3382
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3383 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ResetExecution2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3384 SSRS.Services.ReportExecutionServiceReference.ResetExecution2Request inValue = new SSRS.Services.ReportExecutionServiceReference.ResetExecution2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3385 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3386 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3387 SSRS.Services.ReportExecutionServiceReference.ResetExecution2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).ResetExecution2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3388 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3389 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3390 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3391
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3392 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3393 SSRS.Services.ReportExecutionServiceReference.RenderResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.Render(SSRS.Services.ReportExecutionServiceReference.RenderRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3394 return base.Channel.Render(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3395 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3396
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3397 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader Render(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo, out byte[] Result, out string Extension, out string MimeType, out string Encoding, out SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings, out string[] StreamIds) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3398 SSRS.Services.ReportExecutionServiceReference.RenderRequest inValue = new SSRS.Services.ReportExecutionServiceReference.RenderRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3399 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3400 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3401 inValue.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3402 inValue.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3403 SSRS.Services.ReportExecutionServiceReference.RenderResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).Render(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3404 Result = retVal.Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3405 Extension = retVal.Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3406 MimeType = retVal.MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3407 Encoding = retVal.Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3408 Warnings = retVal.Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3409 StreamIds = retVal.StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3410 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3411 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3412
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3413 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3414 SSRS.Services.ReportExecutionServiceReference.Render2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.Render2(SSRS.Services.ReportExecutionServiceReference.Render2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3415 return base.Channel.Render2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3416 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3417
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3418 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader Render2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo, SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode, out byte[] Result, out string Extension, out string MimeType, out string Encoding, out SSRS.Services.ReportExecutionServiceReference.Warning[] Warnings, out string[] StreamIds) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3419 SSRS.Services.ReportExecutionServiceReference.Render2Request inValue = new SSRS.Services.ReportExecutionServiceReference.Render2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3420 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3421 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3422 inValue.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3423 inValue.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3424 inValue.PaginationMode = PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3425 SSRS.Services.ReportExecutionServiceReference.Render2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).Render2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3426 Result = retVal.Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3427 Extension = retVal.Extension;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3428 MimeType = retVal.MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3429 Encoding = retVal.Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3430 Warnings = retVal.Warnings;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3431 StreamIds = retVal.StreamIds;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3432 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3433 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3434
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3435 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3436 SSRS.Services.ReportExecutionServiceReference.RenderStreamResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.RenderStream(SSRS.Services.ReportExecutionServiceReference.RenderStreamRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3437 return base.Channel.RenderStream(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3438 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3439
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3440 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader RenderStream(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string StreamID, string DeviceInfo, out byte[] Result, out string Encoding, out string MimeType) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3441 SSRS.Services.ReportExecutionServiceReference.RenderStreamRequest inValue = new SSRS.Services.ReportExecutionServiceReference.RenderStreamRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3442 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3443 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3444 inValue.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3445 inValue.StreamID = StreamID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3446 inValue.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3447 SSRS.Services.ReportExecutionServiceReference.RenderStreamResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).RenderStream(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3448 Result = retVal.Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3449 Encoding = retVal.Encoding;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3450 MimeType = retVal.MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3451 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3452 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3453
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3454 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3455 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.GetExecutionInfo(SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3456 return base.Channel.GetExecutionInfo(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3457 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3458
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3459 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader GetExecutionInfo(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3460 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoRequest inValue = new SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3461 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3462 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3463 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfoResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).GetExecutionInfo(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3464 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3465 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3466 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3467
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3468 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3469 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.GetExecutionInfo2(SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3470 return base.Channel.GetExecutionInfo2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3471 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3472
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3473 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader GetExecutionInfo2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 executionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3474 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Request inValue = new SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3475 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3476 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3477 SSRS.Services.ReportExecutionServiceReference.GetExecutionInfo2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).GetExecutionInfo2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3478 executionInfo = retVal.executionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3479 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3480 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3481
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3482 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3483 SSRS.Services.ReportExecutionServiceReference.GetDocumentMapResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.GetDocumentMap(SSRS.Services.ReportExecutionServiceReference.GetDocumentMapRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3484 return base.Channel.GetDocumentMap(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3485 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3486
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3487 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader GetDocumentMap(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.DocumentMapNode result) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3488 SSRS.Services.ReportExecutionServiceReference.GetDocumentMapRequest inValue = new SSRS.Services.ReportExecutionServiceReference.GetDocumentMapRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3489 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3490 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3491 SSRS.Services.ReportExecutionServiceReference.GetDocumentMapResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).GetDocumentMap(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3492 result = retVal.result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3493 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3494 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3495
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3496 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3497 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadDrillthroughTarget(SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3498 return base.Channel.LoadDrillthroughTarget(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3499 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3500
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3501 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader LoadDrillthroughTarget(ref SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DrillthroughID, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3502 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetRequest inValue = new SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3503 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3504 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3505 inValue.DrillthroughID = DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3506 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTargetResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadDrillthroughTarget(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3507 ExecutionHeader = retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3508 ExecutionInfo = retVal.ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3509 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3510 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3511
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3512 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3513 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LoadDrillthroughTarget2(SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3514 return base.Channel.LoadDrillthroughTarget2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3515 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3516
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3517 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader LoadDrillthroughTarget2(ref SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DrillthroughID, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3518 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Request inValue = new SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3519 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3520 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3521 inValue.DrillthroughID = DrillthroughID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3522 SSRS.Services.ReportExecutionServiceReference.LoadDrillthroughTarget2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LoadDrillthroughTarget2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3523 ExecutionHeader = retVal.ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3524 ExecutionInfo = retVal.ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3525 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3526 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3527
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3528 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3529 SSRS.Services.ReportExecutionServiceReference.ToggleItemResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.ToggleItem(SSRS.Services.ReportExecutionServiceReference.ToggleItemRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3530 return base.Channel.ToggleItem(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3531 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3532
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3533 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ToggleItem(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string ToggleID, out bool Found) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3534 SSRS.Services.ReportExecutionServiceReference.ToggleItemRequest inValue = new SSRS.Services.ReportExecutionServiceReference.ToggleItemRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3535 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3536 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3537 inValue.ToggleID = ToggleID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3538 SSRS.Services.ReportExecutionServiceReference.ToggleItemResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).ToggleItem(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3539 Found = retVal.Found;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3540 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3541 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3542
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3543 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3544 SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.NavigateDocumentMap(SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3545 return base.Channel.NavigateDocumentMap(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3546 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3547
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3548 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader NavigateDocumentMap(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string DocMapID, out int PageNumber) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3549 SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapRequest inValue = new SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3550 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3551 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3552 inValue.DocMapID = DocMapID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3553 SSRS.Services.ReportExecutionServiceReference.NavigateDocumentMapResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).NavigateDocumentMap(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3554 PageNumber = retVal.PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3555 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3556 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3557
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3558 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3559 SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.NavigateBookmark(SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3560 return base.Channel.NavigateBookmark(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3561 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3562
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3563 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader NavigateBookmark(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string BookmarkID, out int PageNumber, out string UniqueName) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3564 SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkRequest inValue = new SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3565 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3566 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3567 inValue.BookmarkID = BookmarkID;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3568 SSRS.Services.ReportExecutionServiceReference.NavigateBookmarkResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).NavigateBookmark(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3569 PageNumber = retVal.PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3570 UniqueName = retVal.UniqueName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3571 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3572 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3573
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3574 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3575 SSRS.Services.ReportExecutionServiceReference.FindStringResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.FindString(SSRS.Services.ReportExecutionServiceReference.FindStringRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3576 return base.Channel.FindString(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3577 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3578
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3579 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader FindString(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, int StartPage, int EndPage, string FindValue, out int PageNumber) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3580 SSRS.Services.ReportExecutionServiceReference.FindStringRequest inValue = new SSRS.Services.ReportExecutionServiceReference.FindStringRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3581 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3582 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3583 inValue.StartPage = StartPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3584 inValue.EndPage = EndPage;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3585 inValue.FindValue = FindValue;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3586 SSRS.Services.ReportExecutionServiceReference.FindStringResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).FindString(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3587 PageNumber = retVal.PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3588 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3589 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3590
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3591 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3592 SSRS.Services.ReportExecutionServiceReference.SortResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.Sort(SSRS.Services.ReportExecutionServiceReference.SortRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3593 return base.Channel.Sort(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3594 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3595
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3596 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader Sort(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string SortItem, SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction, bool Clear, out int PageNumber, out string ReportItem, out int NumPages) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3597 SSRS.Services.ReportExecutionServiceReference.SortRequest inValue = new SSRS.Services.ReportExecutionServiceReference.SortRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3598 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3599 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3600 inValue.SortItem = SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3601 inValue.Direction = Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3602 inValue.Clear = Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3603 SSRS.Services.ReportExecutionServiceReference.SortResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).Sort(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3604 PageNumber = retVal.PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3605 ReportItem = retVal.ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3606 NumPages = retVal.NumPages;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3607 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3608 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3609
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3610 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3611 SSRS.Services.ReportExecutionServiceReference.Sort2Response SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.Sort2(SSRS.Services.ReportExecutionServiceReference.Sort2Request request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3612 return base.Channel.Sort2(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3613 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3614
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3615 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader Sort2(SSRS.Services.ReportExecutionServiceReference.ExecutionHeader ExecutionHeader, SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string SortItem, SSRS.Services.ReportExecutionServiceReference.SortDirectionEnum Direction, bool Clear, SSRS.Services.ReportExecutionServiceReference.PageCountMode PaginationMode, out int PageNumber, out string ReportItem, out SSRS.Services.ReportExecutionServiceReference.ExecutionInfo2 ExecutionInfo) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3616 SSRS.Services.ReportExecutionServiceReference.Sort2Request inValue = new SSRS.Services.ReportExecutionServiceReference.Sort2Request();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3617 inValue.ExecutionHeader = ExecutionHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3618 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3619 inValue.SortItem = SortItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3620 inValue.Direction = Direction;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3621 inValue.Clear = Clear;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3622 inValue.PaginationMode = PaginationMode;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3623 SSRS.Services.ReportExecutionServiceReference.Sort2Response retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).Sort2(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3624 PageNumber = retVal.PageNumber;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3625 ReportItem = retVal.ReportItem;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3626 ExecutionInfo = retVal.ExecutionInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3627 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3628 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3629
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3630 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3631 SSRS.Services.ReportExecutionServiceReference.GetRenderResourceResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.GetRenderResource(SSRS.Services.ReportExecutionServiceReference.GetRenderResourceRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3632 return base.Channel.GetRenderResource(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3633 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3634
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3635 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader GetRenderResource(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, string Format, string DeviceInfo, out byte[] Result, out string MimeType) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3636 SSRS.Services.ReportExecutionServiceReference.GetRenderResourceRequest inValue = new SSRS.Services.ReportExecutionServiceReference.GetRenderResourceRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3637 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3638 inValue.Format = Format;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3639 inValue.DeviceInfo = DeviceInfo;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3640 SSRS.Services.ReportExecutionServiceReference.GetRenderResourceResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).GetRenderResource(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3641 Result = retVal.Result;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3642 MimeType = retVal.MimeType;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3643 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3644 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3645
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3646 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3647 SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.ListRenderingExtensions(SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3648 return base.Channel.ListRenderingExtensions(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3649 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3650
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3651 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader ListRenderingExtensions(SSRS.Services.ReportExecutionServiceReference.TrustedUserHeader TrustedUserHeader, out SSRS.Services.ReportExecutionServiceReference.Extension[] Extensions) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3652 SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsRequest inValue = new SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3653 inValue.TrustedUserHeader = TrustedUserHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3654 SSRS.Services.ReportExecutionServiceReference.ListRenderingExtensionsResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).ListRenderingExtensions(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3655 Extensions = retVal.Extensions;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3656 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3657 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3658
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3659 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3660 SSRS.Services.ReportExecutionServiceReference.LogonUserResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.LogonUser(SSRS.Services.ReportExecutionServiceReference.LogonUserRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3661 return base.Channel.LogonUser(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3662 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3663
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3664 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader LogonUser(string userName, string password, string authority) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3665 SSRS.Services.ReportExecutionServiceReference.LogonUserRequest inValue = new SSRS.Services.ReportExecutionServiceReference.LogonUserRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3666 inValue.userName = userName;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3667 inValue.password = password;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3668 inValue.authority = authority;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3669 SSRS.Services.ReportExecutionServiceReference.LogonUserResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).LogonUser(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3670 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3671 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3672
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3673 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3674 SSRS.Services.ReportExecutionServiceReference.LogoffResponse SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap.Logoff(SSRS.Services.ReportExecutionServiceReference.LogoffRequest request) {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3675 return base.Channel.Logoff(request);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3676 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3677
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3678 public SSRS.Services.ReportExecutionServiceReference.ServerInfoHeader Logoff() {
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3679 SSRS.Services.ReportExecutionServiceReference.LogoffRequest inValue = new SSRS.Services.ReportExecutionServiceReference.LogoffRequest();
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3680 SSRS.Services.ReportExecutionServiceReference.LogoffResponse retVal = ((SSRS.Services.ReportExecutionServiceReference.ReportExecutionServiceSoap)(this)).Logoff(inValue);
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3681 return retVal.ServerInfoHeader;
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3682 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3683 }
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3684 }