Web view="Execution details of " + First(Fields!TaskSequence.Value, "DataSet1") + " on " +...

34
<?xml version="1.0" encoding="utf-8"?> <Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesig ner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/ componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/report definition"> <AutoRefresh>0</AutoRefresh> <DataSources> </DataSources> <DataSets> <DataSet Name="DataSet1"> <Query> <DataSourceName></DataSourceName> <QueryParameters> <QueryParameter Name="@Name0"> <Value>=Parameters!Name0.Value</Value> </QueryParameter> <QueryParameter Name="@AdvertisementID"> <Value>=Parameters!AdvertisementID.Value</Value> </QueryParameter> </QueryParameters> <CommandText>select tse.AdvertisementID , a.AdvertisementName , tsp.PackageID , tsp.Name as TaskSequence , tsp.Description

Transcript of Web view="Execution details of " + First(Fields!TaskSequence.Value, "DataSet1") + " on " +...

<?xml version="1.0" encoding="utf-8"?>

<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">

<AutoRefresh>0</AutoRefresh>

<DataSources>

</DataSources>

<DataSets>

<DataSet Name="DataSet1">

<Query>

<DataSourceName></DataSourceName>

<QueryParameters>

<QueryParameter Name="@Name0">

<Value>=Parameters!Name0.Value</Value>

</QueryParameter>

<QueryParameter Name="@AdvertisementID">

<Value>=Parameters!AdvertisementID.Value</Value>

</QueryParameter>

</QueryParameters>

<CommandText>select

tse.AdvertisementID

, a.AdvertisementName

, tsp.PackageID

, tsp.Name as TaskSequence

, tsp.Description

, tse.Step

, tse.ActionName

, case

when tse.ActionOutput like '%UserPassword%' then 'Action Output suppressed for security' else tse.ActionOutput end as ActionOutput

, tse.LastStatusMessageID

, tse.LastStatusMessageIDName

, tse.ExitCode

, case

when tse.ExitCode = 0 then ''

else master.dbo.fn_varbintohexstr(tse.ExitCode) end

as HexExitCode

, DATEADD(HH, DATEDIFF (hh, GETUTCDATE(),GETDATE()), tse.ExecutionTime) as ExecutionTime

, s.Name0

from v_R_System s

inner join v_TaskExecutionStatus tse on s.ResourceID = tse.ResourceID

left join v_Advertisement a on a.AdvertisementID = tse.AdvertisementID

left join v_TaskSequencePackage tsp on a.PackageID = tsp.PackageID

where s.Name0 = @Name0 and tse.AdvertisementID = @AdvertisementID

order by tse.ExecutionTime desc</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="Step">

<DataField>Step</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

<Field Name="ActionName">

<DataField>ActionName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

<Field Name="ActionOutput">

<DataField>ActionOutput</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

<Field Name="LastStatusMessageID">

<DataField>LastStatusMessageID</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

<Field Name="LastStatusMessageIDName">

<DataField>LastStatusMessageIDName</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

<Field Name="ExitCode">

<DataField>ExitCode</DataField>

<rd:TypeName>System.Int32</rd:TypeName>

</Field>

<Field Name="HexExitCode">

<DataField>HexExitCode</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

<Field Name="ExecutionTime">

<DataField>ExecutionTime</DataField>

<rd:TypeName>System.DateTime</rd:TypeName>

</Field>

<Field Name="Name0">

<DataField>Name0</DataField>

<rd:TypeName>System.String</rd:TypeName>

</Field>

</Fields>

</DataSet>

</DataSets>

<ReportSections>

<ReportSection>

<Body>

<ReportItems>

<Tablix Name="Tablix1">

<TablixBody>

<TablixColumns>

<TablixColumn>

<Width>1.88542in</Width>

</TablixColumn>

<TablixColumn>

<Width>0.45833in</Width>

</TablixColumn>

<TablixColumn>

<Width>1in</Width>

</TablixColumn>

<TablixColumn>

<Width>1.22917in</Width>

</TablixColumn>

<TablixColumn>

<Width>2.70833in</Width>

</TablixColumn>

<TablixColumn>

<Width>7.5in</Width>

</TablixColumn>

<TablixColumn>

<Width>0.82292in</Width>

</TablixColumn>

<TablixColumn>

<Width>6.51041in</Width>

</TablixColumn>

</TablixColumns>

<TablixRows>

<TablixRow>

<Height>0.25in</Height>

<TablixCells>

<TablixCell>

<CellContents>

<Textbox Name="Textbox1">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Execution Time</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<FontSize>11pt</FontSize>

<FontWeight>Bold</FontWeight>

<Color>White</Color>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox1</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="Textbox2">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Step</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="Textbox22">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Exit Code</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>Textbox11</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="Textbox23">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Hex Exit Code</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>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="Textbox3">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Action Name</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="Textbox5">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Action Output</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="Textbox7">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Status Message ID</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>Textbox7</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>Status Message</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>

</TablixCells>

</TablixRow>

<TablixRow>

<Height>0.25in</Height>

<TablixCells>

<TablixCell>

<CellContents>

<Textbox Name="ExecutionTime2">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!ExecutionTime.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>ExecutionTime2</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="Step">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!Step.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>Step</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="ExitCode2">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!ExitCode.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style>

<TextAlign>Right</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>ExitCode</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="HexExitCode2">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!HexExitCode.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style>

<TextAlign>Right</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>HexExitCode</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="ActionName">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!ActionName.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>ActionName</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="ActionOutput">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!ActionOutput.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>ActionOutput</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="LastStatusMessageID">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>=Fields!LastStatusMessageID.Value</Value>

<Style>

<FontFamily>Tahoma</FontFamily>

<Color>#4d4d4d</Color>

</Style>

</TextRun>

</TextRuns>

<Style>

<TextAlign>Right</TextAlign>

</Style>

</Paragraph>

</Paragraphs>

<rd:DefaultName>LastStatusMessageID</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>

</TablixCells>

</TablixRow>

</TablixRows>

</TablixBody>

<TablixColumnHierarchy>

<TablixMembers>

<TablixMember />

<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>0.775in</Top>

<Height>0.5in</Height>

<Width>22.11458in</Width>

<Style>

<Border>

<Style>None</Style>

</Border>

</Style>

</Tablix>

<Textbox Name="ReportTitle">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>="Execution details of " + First(Fields!TaskSequence.Value, "DataSet1") + " on " + UCase(Parameters!Name0.Value)</Value>

<Style>

<FontFamily>Verdana</FontFamily>

<FontSize>20pt</FontSize>

</Style>

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:WatermarkTextbox>Title</rd:WatermarkTextbox>

<rd:DefaultName>ReportTitle</rd:DefaultName>

<Height>0.4in</Height>

<Width>11.66667in</Width>

<ZIndex>1</ZIndex>

<Style>

<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>

<Textbox Name="Textbox4">

<CanGrow>true</CanGrow>

<KeepTogether>true</KeepTogether>

<Paragraphs>

<Paragraph>

<TextRuns>

<TextRun>

<Value>Steps are listed in reverse chronological order</Value>

<Style />

</TextRun>

</TextRuns>

<Style />

</Paragraph>

</Paragraphs>

<rd:DefaultName>Textbox4</rd:DefaultName>

<Top>0.46944in</Top>

<Height>0.25in</Height>

<Width>11.66667in</Width>

<ZIndex>2</ZIndex>

<Style>

<Border>

<Style>None</Style>

</Border>

<PaddingLeft>2pt</PaddingLeft>

<PaddingRight>2pt</PaddingRight>

<PaddingTop>2pt</PaddingTop>

<PaddingBottom>2pt</PaddingBottom>

</Style>

</Textbox>

</ReportItems>

<Height>2.25in</Height>

<Style>

<Border>

<Style>None</Style>

</Border>

</Style>

</Body>

<Width>22.11458in</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>Right</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>Name0</Prompt>

</ReportParameter>

<ReportParameter Name="AdvertisementID">

<DataType>String</DataType>

<Prompt>Advertisement ID</Prompt>

</ReportParameter>

</ReportParameters>

<rd:ReportUnitType>Inch</rd:ReportUnitType>

<rd:ReportServerUrl>http://server.domain.name/ReportServer</rd:ReportServerUrl>

<rd:ReportID>a118bf65-8c15-4ce6-aec1-b6188eaabd26</rd:ReportID>

</Report>