WordPress.com



<?xml version="1.0" encoding="utf-8"?><Report xmlns:rd="" xmlns:cl="" xmlns=""> <Description>Provides information about a client - collections, deployment status, etc.</Description> <AutoRefresh>0</AutoRefresh> <DataSources> </DataSources> <DataSets> <DataSet Name="DataSet1"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>SELECT c.CollectionID + ' - ' + c.Name CollectionName, ai.PackageID + ' - ' + ai.PackageName PackageName, ai.ProgramName, ai.AdvertisementSourceSite, cas.LastStatusMessageIDName, cas.LastStateName, DATEADD (HOUR, CAST (LEFT (RIGHT (SYSDATETIMEOFFSET(), 6), 3) AS int), cas.LastStatusTime) as LastStatusTime, cas.LastExecutionContextFROM v_AdvertisementInfo aiLEFT JOIN v_ClientAdvertisementStatus cas ON cas.AdvertisementID = ai.AdvertisementIDLEFT JOIN v_R_System vrs ON vrs.ResourceID = cas.ResourceIDLEFT JOIN v_Collection c ON c.CollectionID = ai.CollectionIDLEFT JOIN v_ServiceWindow sw ON sw.CollectionID = c.CollectionIDWHERE vrs.Name0 = @Name0 and vrs.Obsolete0 = 0 and /* Eliminate the Task Sequences */ ai.ProgramName &lt;&gt; '*'</CommandText> <rd:UseGenericDesigner>true</rd:UseGenericDesigner> </Query> <Fields> <Field Name="CollectionName"> <DataField>CollectionName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="PackageName"> <DataField>PackageName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ProgramName"> <DataField>ProgramName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="AdvertisementSourceSite"> <DataField>AdvertisementSourceSite</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastStatusMessageIDName"> <DataField>LastStatusMessageIDName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastStateName"> <DataField>LastStateName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastStatusTime"> <DataField>LastStatusTime</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastExecutionContext"> <DataField>LastExecutionContext</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet2"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select cia.AssignmentName, cia.CollectionID + ' - ' + cia.CollectionName CollectionName, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), sc.StateTime) as StateTime, sn.StateNamefrom v_AssignmentState_Combined scinner join v_R_System vrs on vrs.ResourceID = sc.ResourceIDinner join v_CIAssignment cia on cia.AssignmentID = sc.AssignmentIDinner join v_StateNames sn on icType = sc.StateType and sn.StateID = sc.StateIDwhere vrs.Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="AssignmentName"> <DataField>AssignmentName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="CollectionName"> <DataField>CollectionName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="StateTime"> <DataField>StateTime</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="StateName"> <DataField>StateName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet3"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select c.SiteID + ' - ' + c.CollectionName CollectionName, c.CollectionComment as Comment, LimitToCollectionID + ' - ' + LimitToCollectionName LimitingCollection, case fcm.IsDirect when 1 then 'Yes' when 2 then 'No' else '' end as DirectMembership, sw.[Description] as ServiceWindow, sw.Duration as ServiceWindowDuration, case sw.IsEnabled when 1 then 'Yes' when 2 then 'No' else '' end as ServiceWindowEnabled, case sw.ServiceWindowType when 1 then 'All Deployments' when 4 then 'Software Updates' when 5 then 'Task Sequences' else cast (sw.ServiceWindowType as varchar) end as ServiceWindowType, case c.PowerConfigsCount when 1 then 'Yes' when 2 then 'No' else '' end as PowerConfigfrom v_R_System sinner join v_FullCollectionMembership fcm on s.ResourceID = fcm.ResourceIDinner join v_Collections c on c.SiteID = fcm.CollectionIDLEFT JOIN v_ServiceWindow sw ON sw.CollectionID = c.SiteID WHERE s.Name0 = @Name0 and (fcm.IsObsolete = 0 or fcm.IsObsolete is null)</CommandText> </Query> <Fields> <Field Name="CollectionName"> <DataField>CollectionName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Comment"> <DataField>Comment</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LimitingCollection"> <DataField>LimitingCollection</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="DirectMembership"> <DataField>DirectMembership</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ServiceWindow"> <DataField>ServiceWindow</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ServiceWindowDuration"> <DataField>ServiceWindowDuration</DataField> <rd:TypeName>System.Int32</rd:TypeName> </Field> <Field Name="ServiceWindowEnabled"> <DataField>ServiceWindowEnabled</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="PowerConfig"> <DataField>PowerConfig</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ServiceWindowType"> <DataField>ServiceWindowType</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet4"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>SELECT ds.SoftwareName AS SoftwareName, ds.CollectionID + ' - ' + ds.CollectionName as CollectionName,ad.MachineName,ad.UserName,CASE dbo.fn_GetAppState(plianceState, ad.EnforcementState, cia.OfferTypeID, 1, ad.DesiredState, ad.IsApplicable)WHEN 1000 THEN 'Success'WHEN 4000 THEN 'Unknown'ELSE NULLENDAS EnforcementStateFROM v_R_System sdINNER JOIN v_FullCollectionMembership cm ON cm.ResourceID = sd.ResourceIDINNER JOIN v_DeploymentSummary ds ON ds.CollectionID = cm.CollectionID AND ds.FeatureType = 1LEFT JOIN v_AppIntentAssetData ad ON ad.MachineID = cm.ResourceID AND ad.AssignmentID = ds.AssignmentIDINNER JOIN v_CIAssignment cia ON cia.AssignmentID = ds.AssignmentIDWHERE Client0 = 1 AND bios_Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="SoftwareName"> <DataField>SoftwareName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="CollectionName"> <DataField>CollectionName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="MachineName"> <DataField>MachineName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="UserName"> <DataField>UserName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="EnforcementState"> <DataField>EnforcementState</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet5"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select s.Client_Version0, s.OperatingSystem0, s.Creation_Date0, s.Last_Logon_Timestamp0 as LastLogonTimestamp, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastOnline) as LastOnline, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastDDR) as LastDDR, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastHW) as LastHW, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastSW) as LastSW, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastStatusMessage) as LastStatusMessage, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastPolicyRequest) as LastPolicyRequest, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastHealthEvaluation) as LastHealthEvaluation, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.LastActiveTime) as LastActiveTime, cs.ClientStateDescription, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), cs.ExpectedNextPolicyRequest) as ExpectedNextPolicyRequest,os.OSArchitecture0 from v_r_system sinner join v_CH_ClientSummary cs on cs.ResourceID = s.ResourceIDleft join v_GS_OPERATING_SYSTEM os on os.ResourceID = s.ResourceIDwhere s.Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="Client_Version0"> <DataField>Client_Version0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastOnline"> <DataField>LastOnline</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="Creation_Date0"> <DataField>Creation_Date0</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="OperatingSystem0"> <DataField>OperatingSystem0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastLogonTimestamp"> <DataField>LastLogonTimestamp</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastDDR"> <DataField>LastDDR</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastHW"> <DataField>LastHW</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastSW"> <DataField>LastSW</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastStatusMessage"> <DataField>LastStatusMessage</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastPolicyRequest"> <DataField>LastPolicyRequest</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastHealthEvaluation"> <DataField>LastHealthEvaluation</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="LastActiveTime"> <DataField>LastActiveTime</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="ClientStateDescription"> <DataField>ClientStateDescription</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ExpectedNextPolicyRequest"> <DataField>ExpectedNextPolicyRequest</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="OSArchitecture0"> <DataField>OSArchitecture0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet7"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select tse.AdvertisementID, a.AdvertisementName, tsp.PackageID, tsp.Name as TaskSequence, tsp.Description, max (DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), tse.ExecutionTime)) as LastExecutionTime, count (*) as NumberofExecutionsfrom v_R_System sinner join v_TaskExecutionStatus tse on s.ResourceID = tse.ResourceIDleft join v_Advertisement a on a.AdvertisementID = tse.AdvertisementIDleft join v_TaskSequencePackage tsp on a.PackageID = tsp.PackageIDwhere s.Name0 = @Name0 and LastStatusMessageID = 11140 and Step = 0group by tse.AdvertisementID, a.AdvertisementName, tsp.PackageID, tsp.Name, tsp.Descriptionorder by max (tse.ExecutionTime)</CommandText> <rd:UseGenericDesigner>true</rd:UseGenericDesigner> </Query> <Fields> <Field Name="AdvertisementID"> <DataField>AdvertisementID</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="AdvertisementName"> <DataField>AdvertisementName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="PackageID"> <DataField>PackageID</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="TaskSequence"> <DataField>TaskSequence</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Description"> <DataField>Description</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="LastExecutionTime"> <DataField>LastExecutionTime</DataField> <rd:TypeName>System.DateTime</rd:TypeName> </Field> <Field Name="NumberofExecutions"> <DataField>NumberofExecutions</DataField> <rd:TypeName>System.Int32</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet6"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>selects.Name0, left (nac.IPAddress0, casewhen charindex (',', nac.ipaddress0, 1) &gt; 0 then charindex (',', nac.ipaddress0, 1) - 1else len (nac.IPAddress0) end) as IPAddress0, nac.DefaultIPGateway0, left (nac.IPSubnet0, casewhen charindex (',', nac.IPSubnet0, 1) &gt; 0 then charindex (',', nac.IPSubnet0, 1) - 1else len (nac.IPSubnet0) end) as IPSubnet0, nac.MACAddress0from v_R_System sleft join v_GS_NETWORK_ADAPTER_CONFIGUR nac on nac.ResourceID = s.ResourceIDwhere nac.IPAddress0 is not null and nac.DefaultIPGateway0 is not null and s.Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="Name0"> <DataField>Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="IPAddress0"> <DataField>IPAddress0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="MACAddress0"> <DataField>MACAddress0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="DefaultIPGateway0"> <DataField>DefaultIPGateway0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="IPSubnet0"> <DataField>IPSubnet0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet8"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select Manufacturer0, Model0, Full_Domain_Name0 from v_R_System sinner join v_GS_COMPUTER_SYSTEM cs on cs.ResourceID = s.ResourceIDwhere s.Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="Manufacturer0"> <DataField>Manufacturer0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Model0"> <DataField>Model0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Full_Domain_Name0"> <DataField>Full_Domain_Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet9"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> <rd:UserDefined>true</rd:UserDefined> </QueryParameter> </QueryParameters> <CommandText>select s.Name0, b.Value, 'IP Subnet' as BoundaryType, bg.Name, dp.ServerName, case when bgss.Flags = 0 then 'Fast' else 'Slow' end as Speedfrom v_R_System sinner join v_GS_NETWORK_ADAPTER_CONFIGUR nac on nac.ResourceID = s.ResourceIDinner join vSMS_Boundary b onCM_Supplemental.dbo.ipstringtonumber (b.Value) = CM_Supplemental.dbo.ipstringtonumber (left (nac.IPAddress0, case when charindex (',', nac.ipaddress0, 1) &gt; 0 then charindex (',', nac.ipaddress0, 1) - 1 else len (nac.IPAddress0) end))&amp; CM_Supplemental.dbo.ipstringtonumber (left (nac.IPSubnet0, case when charindex (',', nac.IPSubnet0, 1) &gt; 0 then charindex (',', nac.IPSubnet0, 1) - 1 else len (nac.IPSubnet0) end)) and BoundaryType = 0inner join vSMS_BoundaryGroupMembers bgm on bgm.BoundaryID = b.BoundaryIDinner join vSMS_BoundaryGroup bg on bg.GroupID = bgm.GroupIDinner join vSMS_BoundaryGroupSiteSystems bgss on bgss.GroupID = bgm.GroupIDinner join vDistributionPoints dp on dp.NALPath = bgss.ServerNALPathwhere nac.IPAddress0 is not null and s.Name0 = @Name0union allselect s.Name0, b.Value, 'Active Directory Site' as BoundaryType, bg.Name, dp.ServerName, case when bgss.Flags = 0 then 'Fast' else 'Slow' end as Speedfrom v_R_System sinner join vSMS_Boundary b on s.AD_Site_Name0 = b.Valueinner join vSMS_BoundaryGroupMembers bgm on bgm.BoundaryID = b.BoundaryIDinner join vSMS_BoundaryGroup bg on bg.GroupID = bgm.GroupIDinner join vSMS_BoundaryGroupSiteSystems bgss on bgss.GroupID = bgm.GroupIDinner join vDistributionPoints dp on dp.NALPath = bgss.ServerNALPathwhere s.Name0 = @Name0union allselect s.Name0, b.Value, 'IP Address Range' as BoundaryType, bg.Name, dp.ServerName, case when bgss.Flags = 0 then 'Fast' else 'Slow' end as Speedfrom v_R_System sinner join v_GS_NETWORK_ADAPTER_CONFIGUR nac on nac.ResourceID = s.ResourceIDinner join BoundaryEx b on(CM_Supplemental.dbo.ipstringtonumber (left (nac.IPAddress0, case when charindex (',', nac.ipaddress0, 1) &gt; 0 then charindex (',', nac.ipaddress0, 1) - 1 else len (nac.IPAddress0) end)) between b.NumericValueLow and b.NumericValueHigh)and BoundaryType = 3inner join vSMS_BoundaryGroupMembers bgm on bgm.BoundaryID = b.BoundaryIDinner join vSMS_BoundaryGroup bg on bg.GroupID = bgm.GroupIDinner join vSMS_BoundaryGroupSiteSystems bgss on bgss.GroupID = bgm.GroupIDinner join vDistributionPoints dp on dp.NALPath = bgss.ServerNALPathwhere nac.IPAddress0 is not null and s.Name0 = @Name0order by 6, 5</CommandText> </Query> <Fields> <Field Name="Name0"> <DataField>Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Value"> <DataField>Value</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="BoundaryType"> <DataField>BoundaryType</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Name"> <DataField>Name</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ServerName"> <DataField>ServerName</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Speed"> <DataField>Speed</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> <DataSet Name="DataSet10"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select Name0, ResourceID, SMBIOS_GUID0, SMS_Unique_Identifier0, Distinguished_Name0, User_Domain0, User_Name0 from v_R_System where Name0 = @Name0</CommandText> </Query> <Fields> <Field Name="Name0"> <DataField>Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="ResourceID"> <DataField>ResourceID</DataField> <rd:TypeName>System.Int32</rd:TypeName> </Field> <Field Name="SMBIOS_GUID0"> <DataField>SMBIOS_GUID0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="SMS_Unique_Identifier0"> <DataField>SMS_Unique_Identifier0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="Distinguished_Name0"> <DataField>Distinguished_Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="User_Domain0"> <DataField>User_Domain0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> <Field Name="User_Name0"> <DataField>User_Name0</DataField> <rd:TypeName>System.String</rd:TypeName> </Field> </Fields> </DataSet> </DataSets> <ReportSections> <ReportSection> <Body> <ReportItems> <Tablix Name="Tablix5"> <TablixBody> <TablixColumns> <TablixColumn> <Width>2.19792in</Width> </TablixColumn> <TablixColumn> <Width>2.0126in</Width> </TablixColumn> <TablixColumn> <Width>5.23959in</Width> </TablixColumn> <TablixColumn> <Width>2.80208in</Width> </TablixColumn> <TablixColumn> <Width>0.67708in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox40"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Boundary Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox40</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox64"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Boundary Type</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox64</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox42"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Boundary Group Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox42</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox46"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Server Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox46</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox69"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Speed</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox69</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Value"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!Value.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Value</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="BoundaryType"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!BoundaryType.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>BoundaryType</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Name"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!Name.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Name</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ServerName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ServerName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>ServerName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Speed"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!Speed.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Speed</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details4" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <DataSetName>DataSet9</DataSetName> <Top>4.67999in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>12.92927in</Width> <Style> <Border> <Style>None</Style> </Border> </Style> </Tablix> <Tablix Name="Tablix6"> <TablixBody> <TablixColumns> <TablixColumn> <Width>1.21626in</Width> </TablixColumn> <TablixColumn> <Width>4.96082in</Width> </TablixColumn> <TablixColumn> <Width>0.77083in</Width> </TablixColumn> <TablixColumn> <Width>3.29168in</Width> </TablixColumn> <TablixColumn> <Width>3.53126in</Width> </TablixColumn> <TablixColumn> <Width>1.59375in</Width> </TablixColumn> <TablixColumn> <Width>1.15625in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox3"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Advertisement ID</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox3</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox6"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Advertisement Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox6</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox8"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Package ID</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox8</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox18"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Task Sequence</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox18</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox36"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Description</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox36</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox41"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Execution Time</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox41</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox44"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Number of Executions</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox44</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="AdvertisementID"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!AdvertisementID.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>AdvertisementID</rd:DefaultName> <ActionInfo> <Actions> <Action> <Drillthrough> <ReportName>/ConfigMgr_XXX/_Custom/OITS/Task Sequence Execution Detail</ReportName> <Parameters> <Parameter Name="Name0"> <Value>=Parameters!Name0.Value</Value> </Parameter> <Parameter Name="AdvertisementID"> <Value>=Fields!AdvertisementID.Value</Value> </Parameter> </Parameters> </Drillthrough> </Action> </Actions> </ActionInfo> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="AdvertisementName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!AdvertisementName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>AdvertisementName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="PackageID"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!PackageID.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>PackageID</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="TaskSequence1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!TaskSequence.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>TaskSequence1</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Description1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!Description.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Description1</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LastExecutionTime"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LastExecutionTime.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>LastExecutionTime</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="NumberofExecutions"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Sum(Fields!NumberofExecutions.Value)</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>NumberofExecutions</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details5" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <KeepTogether>true</KeepTogether> <DataSetName>DataSet7</DataSetName> <Top>8.79457in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>16.52085in</Width> <ZIndex>1</ZIndex> <Style> <Border> <Style>None</Style> </Border> </Style> </Tablix> <Tablix Name="Tablix4"> <TablixBody> <TablixColumns> <TablixColumn> <Width>4.76042in</Width> </TablixColumn> <TablixColumn> <Width>5.98959in</Width> </TablixColumn> <TablixColumn> <Width>2.51042in</Width> </TablixColumn> <TablixColumn> <Width>1.9375in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox25"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!CollectionName.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Collection ID - Collection Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox25</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox26"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!AssignmentName.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Deployment Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox24</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox29"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!StateName.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>State Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox29</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox37"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!StateTime.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>State Time</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox37</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="CollectionName1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!CollectionName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>CollectionName1</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="AssignmentName2"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!AssignmentName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>AssignmentName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="StateName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!StateName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>StateName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox38"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!StateTime.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox38</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details1" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <KeepTogether>true</KeepTogether> <DataSetName>DataSet2</DataSetName> <Top>7.93124in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>15.19793in</Width> <ZIndex>2</ZIndex> <Style> <Border> <Style>None</Style> </Border> </Style> <cl:ComponentMetadata> <cl:ComponentId>5cc419d2-2e26-4f25-9eae-0d40bcb450ed</cl:ComponentId> <cl:SourcePath>/Report Parts/Tablix4</cl:SourcePath> <cl:SyncDate>2015-02-06T07:55:51.7517204-05:00</cl:SyncDate> </cl:ComponentMetadata> </Tablix> <Tablix Name="Tablix1"> <TablixBody> <TablixColumns> <TablixColumn> <Width>4.76042in</Width> </TablixColumn> <TablixColumn> <Width>3.96875in</Width> </TablixColumn> <TablixColumn> <Width>3in</Width> </TablixColumn> <TablixColumn> <Width>2.32293in</Width> </TablixColumn> <TablixColumn> <Width>1.3125in</Width> </TablixColumn> <TablixColumn> <Width>1.80208in</Width> </TablixColumn> <TablixColumn> <Width>1.90625in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox2"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!CollectionName.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Collection ID - Collection Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox2</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox5"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!PackageName.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Package ID - Package Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox5</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox9"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Program Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox9</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox13"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Status Message</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox13</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox15"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last State</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox15</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox17"> <CanGrow>true</CanGrow> <UserSort> <SortExpression>=Fields!LastStatusTime.Value</SortExpression> </UserSort> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Status Time</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox17</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox19"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Execution Context</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox19</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="CollectionName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!CollectionName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>CollectionName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="PackageName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!PackageName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>PackageName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ProgramName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ProgramName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>ProgramName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LastStatusMessageIDName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LastStatusMessageIDName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>LastStatusMessageIDName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LastStateName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LastStateName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>LastStateName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LastStatusTime"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LastStatusTime.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>LastStatusTime</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LastExecutionContext"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LastExecutionContext.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>LastExecutionContext</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <KeepTogether>true</KeepTogether> <DataSetName>DataSet1</DataSetName> <Top>7.13332in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>19.07293in</Width> <ZIndex>3</ZIndex> <Style> <Border> <Style>None</Style> </Border> </Style> <cl:ComponentMetadata> <cl:ComponentId>47cfcf48-287d-476e-9445-e98eb672372d</cl:ComponentId> <cl:SourcePath>/Report Parts/Tablix1</cl:SourcePath> <cl:SyncDate>2015-02-06T07:55:52.3767334-05:00</cl:SyncDate> </cl:ComponentMetadata> </Tablix> <Textbox Name="ReportTitle"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Deployments</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>20pt</FontSize> <TextDecoration>Underline</TextDecoration> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Height>0.4in</Height> <Width>2.25916in</Width> <ZIndex>4</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ReportTitle2"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Collections and Service Windows</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>5.18471in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>3.90625in</Width> <ZIndex>5</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Tablix Name="Tablix2"> <TablixBody> <TablixColumns> <TablixColumn> <Width>3.93875in</Width> </TablixColumn> <TablixColumn> <Width>3.28125in</Width> </TablixColumn> <TablixColumn> <Width>4.90625in</Width> </TablixColumn> <TablixColumn> <Width>1.08085in</Width> </TablixColumn> <TablixColumn> <Width>0.845in</Width> </TablixColumn> <TablixColumn> <Width>3.27084in</Width> </TablixColumn> <TablixColumn> <Width>1in</Width> </TablixColumn> <TablixColumn> <Width>0.92709in</Width> </TablixColumn> <TablixColumn> <Width>0.90625in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox45"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Collection Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox45</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox47"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Comment</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox47</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox52"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Limiting Collection</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox52</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox49"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Direct Membership</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox49</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox4"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Power Config Enabled</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox4</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox51"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Service Window</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox51</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox67"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Service Window Type</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox67</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox53"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Service Window Duration</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox53</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox55"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Service Window Enabled</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox55</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="CollectionName2"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!CollectionName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>CollectionName2</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Comment"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!Comment.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Comment</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="LimitingCollection"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!LimitingCollection.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LimitingCollection</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="DirectMembership"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!DirectMembership.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>DirectMembership</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="PowerConfig"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!PowerConfig.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>PowerConfig</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ServiceWindow"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ServiceWindow.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ServiceWindow</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ServiceWindowType"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ServiceWindowType.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ServiceWindowType</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ServiceWindowDuration"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ServiceWindowDuration.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ServiceWindowDuration</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="ServiceWindowEnabled"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!ServiceWindowEnabled.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ServiceWindowEnabled</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details2" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <KeepTogether>true</KeepTogether> <DataSetName>DataSet3</DataSetName> <Top>5.47013in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>20.15628in</Width> <ZIndex>6</ZIndex> <Style> <Border> <Style>None</Style> </Border> </Style> <cl:ComponentMetadata> <cl:ComponentId>81350384-d722-4bd4-aac1-cb295686f504</cl:ComponentId> <cl:SourcePath>/Report Parts/Tablix2</cl:SourcePath> <cl:SyncDate>2015-02-06T07:55:52.7673590-05:00</cl:SyncDate> </cl:ComponentMetadata> </Tablix> <Textbox Name="ReportTitle3"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Package Deployments</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>6.81978in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>3.90625in</Width> <ZIndex>7</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ReportTitle4"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Software Update Deployments</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>7.63541in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>3.90625in</Width> <ZIndex>8</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Tablix Name="Tablix3"> <TablixBody> <TablixColumns> <TablixColumn> <Width>4.76042in</Width> </TablixColumn> <TablixColumn> <Width>3.96875in</Width> </TablixColumn> <TablixColumn> <Width>1.26042in</Width> </TablixColumn> <TablixColumn> <Width>1.73958in</Width> </TablixColumn> </TablixColumns> <TablixRows> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="Textbox28"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Collection Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox28</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox31"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Software Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox31</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox33"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>User Name</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox33</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="Textbox35"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Enforcement State</Value> <Style> <FontFamily>Tahoma</FontFamily> <FontSize>11pt</FontSize> <FontWeight>Bold</FontWeight> <Color>White</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox35</rd:DefaultName> <Style> <Border> <Color>#7292cc</Color> <Style>Solid</Style> </Border> <BackgroundColor>#4c68a2</BackgroundColor> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> <TablixRow> <Height>0.25in</Height> <TablixCells> <TablixCell> <CellContents> <Textbox Name="CollectionName4"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!CollectionName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>CollectionName4</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="SoftwareName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!SoftwareName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>SoftwareName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="UserName"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!UserName.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>UserName</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> <TablixCell> <CellContents> <Textbox Name="EnforcementState"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Fields!EnforcementState.Value</Value> <Style> <FontFamily>Tahoma</FontFamily> <Color>#4d4d4d</Color> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>EnforcementState</rd:DefaultName> <Style> <Border> <Color>#e5e5e5</Color> <Style>Solid</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </CellContents> </TablixCell> </TablixCells> </TablixRow> </TablixRows> </TablixBody> <TablixColumnHierarchy> <TablixMembers> <TablixMember /> <TablixMember /> <TablixMember /> <TablixMember /> </TablixMembers> </TablixColumnHierarchy> <TablixRowHierarchy> <TablixMembers> <TablixMember> <KeepWithGroup>After</KeepWithGroup> </TablixMember> <TablixMember> <Group Name="Details3" /> </TablixMember> </TablixMembers> </TablixRowHierarchy> <KeepTogether>true</KeepTogether> <DataSetName>DataSet4</DataSetName> <Top>6.30154in</Top> <Left>0.27211in</Left> <Height>0.5in</Height> <Width>11.72917in</Width> <ZIndex>9</ZIndex> <Style> <Border> <Style>None</Style> </Border> </Style> <cl:ComponentMetadata> <cl:ComponentId>47cfcf48-287d-476e-9445-e98eb672372d</cl:ComponentId> <cl:SourcePath>/Report Parts/Tablix1</cl:SourcePath> <cl:SyncDate>2015-02-06T07:55:52.3767334-05:00</cl:SyncDate> </cl:ComponentMetadata> </Tablix> <Textbox Name="ReportTitle5"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Application Deployments</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>5.988in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>3.90625in</Width> <ZIndex>10</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ReportTitle6"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Client Summary</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>0.505in</Top> <Left>0.25in</Left> <Height>0.29583in</Height> <Width>2.00916in</Width> <ZIndex>11</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Client_Version0"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Client_Version0.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Client_Version0</rd:DefaultName> <Top>3.18277in</Top> <Left>2.2743in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>12</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="operatingSystem0"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!OperatingSystem0.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>operatingSystem0</rd:DefaultName> <Top>3.68276in</Top> <Left>2.2743in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>13</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ClientStateDescription"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!ClientStateDescription.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>ClientStateDescription</rd:DefaultName> <Top>3.43277in</Top> <Left>2.2743in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>14</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox12"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>ConfigMgr Client Version</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.18277in</Top> <Left>0.50347in</Left> <Height>0.25in</Height> <Width>1.77083in</Width> <ZIndex>15</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox14"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Operating System</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.68276in</Top> <Left>0.50347in</Left> <Height>0.25in</Height> <Width>1.77083in</Width> <ZIndex>16</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox16"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Client State Description</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox16</rd:DefaultName> <Top>3.43277in</Top> <Left>0.50347in</Left> <Height>0.25in</Height> <Width>1.77083in</Width> <ZIndex>17</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox21"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Data Discovery</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.43277in</Top> <Left>4.49431in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>18</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox22"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Hardware Inventory</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.68276in</Top> <Left>4.49431in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>19</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox23"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Software Inventory</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.93276in</Top> <Left>4.49431in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>20</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox24"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Status Message</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.18277in</Top> <Left>7.81723in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>21</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox27"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Policy Request</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.43277in</Top> <Left>7.81723in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>22</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox30"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Health Evaluation</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.68276in</Top> <Left>7.81723in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>23</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox32"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Active Time</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.93276in</Top> <Left>7.81723in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>24</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastDDR"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastDDR.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastDDR</rd:DefaultName> <Top>3.43277in</Top> <Left>6.01861in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>25</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastHW"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastHW.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastHW</rd:DefaultName> <Top>3.68276in</Top> <Left>6.01861in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>26</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastSW"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastSW.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastSW</rd:DefaultName> <Top>3.93276in</Top> <Left>6.01861in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>27</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastStatusMessage"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastStatusMessage.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastStatusMessage</rd:DefaultName> <Top>3.18277in</Top> <Left>9.34153in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>28</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastPolicyRequest"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastPolicyRequest.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastPolicyRequest</rd:DefaultName> <Top>3.43277in</Top> <Left>9.34153in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>29</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastHealthEvaluation"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastHealthEvaluation.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastHealthEvaluation</rd:DefaultName> <Top>3.68276in</Top> <Left>9.34153in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>30</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="LastActiveTime"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastActiveTime.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>LastActiveTime</rd:DefaultName> <Top>3.93276in</Top> <Left>9.34153in</Left> <Height>0.25in</Height> <Width>1.69792in</Width> <ZIndex>31</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ReportTitle7"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Task Sequences (click Advertisement ID for execution details)</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>8.47097in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>7.08333in</Width> <ZIndex>32</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>IP Address</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox1</rd:DefaultName> <Top>1.92583in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>0.78125in</Width> <ZIndex>33</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="IPAddress0"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!IPAddress0.Value, "DataSet6")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>IPAddress0</rd:DefaultName> <Top>1.92583in</Top> <Left>2.28in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>34</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox7"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Manufacturer</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox7</rd:DefaultName> <Top>1.67583in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>35</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox10"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Model</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox10</rd:DefaultName> <Top>1.67583in</Top> <Left>4.50001in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>36</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox11"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Manufacturer0.Value, "DataSet8")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox11</rd:DefaultName> <Top>1.67583in</Top> <Left>2.28in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>37</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox20"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Model0.Value, "DataSet8")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox20</rd:DefaultName> <Top>1.67583in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>2.71875in</Width> <ZIndex>38</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox34"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Domain Name</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox34</rd:DefaultName> <Top>2.55083in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.36583in</Width> <ZIndex>39</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Full_Domain_Name0"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Full_Domain_Name0.Value, "DataSet8")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Full_Domain_Name0</rd:DefaultName> <Top>2.55083in</Top> <Left>2.28in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>40</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ReportTitle8"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Boundaries and Boundary Groups</Value> <Style> <FontFamily>Verdana</FontFamily> <FontSize>16pt</FontSize> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:WatermarkTextbox>Title</rd:WatermarkTextbox> <rd:DefaultName>ReportTitle</rd:DefaultName> <Top>4.38416in</Top> <Left>0.27211in</Left> <Height>0.29583in</Height> <Width>3.90625in</Width> <ZIndex>41</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Client_Version1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Creation_Date0.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Right</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Client_Version0</rd:DefaultName> <Top>3.18277in</Top> <Left>6.00472in</Left> <Height>0.25in</Height> <Width>1.71181in</Width> <ZIndex>42</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox39"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Creation Date</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.18277in</Top> <Left>4.49431in</Left> <Height>0.25in</Height> <Width>1.51041in</Width> <ZIndex>43</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox43"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=UCase(First(Fields!Name0.Value, "DataSet10")) + " exists in database"</Value> <Style> <FontStyle>Italic</FontStyle> </Style> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox43</rd:DefaultName> <Top>0.15in</Top> <Left>2.36333in</Left> <Height>0.25in</Height> <Width>3.13667in</Width> <ZIndex>44</ZIndex> <Visibility> <Hidden>=IsNothing(First(Fields!Name0.Value, "DataSet10"))</Hidden> </Visibility> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox48"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Last Seen by Domain</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox34</rd:DefaultName> <Top>2.55083in</Top> <Left>4.50001in</Left> <Height>0.25in</Height> <Width>1.45486in</Width> <ZIndex>45</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Full_Domain_Name1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!LastLogonTimestamp.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Full_Domain_Name0</rd:DefaultName> <Top>2.55083in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>2.71875in</Width> <ZIndex>46</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="ResourceID"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Sum(Fields!ResourceID.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ResourceID</rd:DefaultName> <Top>0.80083in</Top> <Left>2.28in</Left> <Height>0.25in</Height> <Width>1.655in</Width> <ZIndex>47</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox50"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Resource ID</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>0.80083in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.44916in</Width> <ZIndex>48</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="SMBIOS_GUID0"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!SMBIOS_GUID0.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>SMBIOS_GUID0</rd:DefaultName> <Top>1.05083in</Top> <Left>2.2857in</Left> <Height>0.25in</Height> <Width>3.66917in</Width> <ZIndex>49</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox54"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>SMBIOS GUID</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>1.05083in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.45486in</Width> <ZIndex>50</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox56"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>MAC Address</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox1</rd:DefaultName> <Top>1.92583in</Top> <Left>4.50001in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>51</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="IPAddress1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!MACAddress0.Value, "DataSet6")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>IPAddress0</rd:DefaultName> <Top>1.92583in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>2.71875in</Width> <ZIndex>52</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="SMBIOS_GUID1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!SMS_Unique_Identifier0.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>SMBIOS_GUID0</rd:DefaultName> <Top>1.30083in</Top> <Left>2.2857in</Left> <Height>0.25in</Height> <Width>3.66917in</Width> <ZIndex>53</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox57"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>SMS Unique Identifier</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>1.30083in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.45486in</Width> <ZIndex>54</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="operatingSystem1"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!OSArchitecture0.Value, "DataSet5")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>operatingSystem0</rd:DefaultName> <Top>3.93276in</Top> <Left>2.2743in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>55</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox58"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>OS Architecture</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>3.93276in</Top> <Left>0.50347in</Left> <Height>0.25in</Height> <Width>1.77083in</Width> <ZIndex>56</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox59"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>User Domain</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox7</rd:DefaultName> <Top>1.05083in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>57</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox60"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>User Name</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox10</rd:DefaultName> <Top>1.30083in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>58</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox61"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!User_Domain0.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox11</rd:DefaultName> <Top>1.05083in</Top> <Left>6.95487in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>59</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox62"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!User_Name0.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox20</rd:DefaultName> <Top>1.30083in</Top> <Left>6.95487in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>60</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="SMBIOS_GUID2"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!Distinguished_Name0.Value, "DataSet10")</Value> <Style /> </TextRun> </TextRuns> <Style /> </Paragraph> </Paragraphs> <rd:DefaultName>SMBIOS_GUID0</rd:DefaultName> <Top>2.82166in</Top> <Left>2.2743in</Left> <Height>0.25in</Height> <Width>10.25in</Width> <ZIndex>61</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox63"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Distinguished Name</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox12</rd:DefaultName> <Top>2.82166in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.45486in</Width> <ZIndex>62</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox65"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Default Gateway</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox1</rd:DefaultName> <Top>2.18972in</Top> <Left>0.50917in</Left> <Height>0.25in</Height> <Width>1.14583in</Width> <ZIndex>63</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="IPAddress2"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!DefaultIPGateway0.Value, "DataSet6")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>IPAddress0</rd:DefaultName> <Top>2.18972in</Top> <Left>2.28in</Left> <Height>0.25in</Height> <Width>2.20833in</Width> <ZIndex>64</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="Textbox66"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>Subnet Mask</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>Textbox1</rd:DefaultName> <Top>2.18972in</Top> <Left>4.50001in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>65</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> <Textbox Name="IPAddress3"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=First(Fields!IPSubnet0.Value, "DataSet6")</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>IPAddress0</rd:DefaultName> <Top>2.18972in</Top> <Left>5.95487in</Left> <Height>0.25in</Height> <Width>2.71875in</Width> <ZIndex>66</ZIndex> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </ReportItems> <Height>9.64874in</Height> <Style> <Border> <Style>None</Style> </Border> </Style> </Body> <Width>20.42839in</Width> <Page> <PageFooter> <Height>0.45in</Height> <PrintOnFirstPage>true</PrintOnFirstPage> <PrintOnLastPage>true</PrintOnLastPage> <ReportItems> <Textbox Name="ExecutionTime"> <CanGrow>true</CanGrow> <KeepTogether>true</KeepTogether> <Paragraphs> <Paragraph> <TextRuns> <TextRun> <Value>=Globals!ExecutionTime</Value> <Style /> </TextRun> </TextRuns> <Style> <TextAlign>Left</TextAlign> </Style> </Paragraph> </Paragraphs> <rd:DefaultName>ExecutionTime</rd:DefaultName> <Top>0.2in</Top> <Height>0.25in</Height> <Width>2in</Width> <Style> <Border> <Style>None</Style> </Border> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> </Textbox> </ReportItems> <Style> <Border> <Style>None</Style> </Border> </Style> </PageFooter> <LeftMargin>1in</LeftMargin> <RightMargin>1in</RightMargin> <TopMargin>1in</TopMargin> <BottomMargin>1in</BottomMargin> <Style /> </Page> </ReportSection> </ReportSections> <ReportParameters> <ReportParameter Name="Name0"> <DataType>String</DataType> <Prompt>Computer Name</Prompt> <cl:ComponentMetadata> <cl:ComponentId>29620274-6c3b-49a5-85e1-6f2643abee68</cl:ComponentId> <cl:SourcePath>/Report Parts/Name0</cl:SourcePath> <cl:SyncDate>2015-02-06T07:55:50.9548345-05:00</cl:SyncDate> </cl:ComponentMetadata> </ReportParameter> </ReportParameters> <rd:ReportUnitType>Inch</rd:ReportUnitType> <rd:ReportServerUrl>; <rd:ReportID>984498fd-c97e-47c3-b5c6-f0ea8dac4789</rd:ReportID></Report> ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download