cebdff63-8609-4119-9275-e0643b844bb2 SQL 11in String LocaleCode Integer Start Integer End String PoolName String PoolID String ParamLabels String ParamValues Integer UTCOffset true 8.5in true 1in 1in true 8.25in true 0.125in 0.25in =Code.GetLabel("LBL_VM_MOTION_HISTORY") + ": " + Parameters!PoolName.Value 0.375in true 1in f036bf6b-97cc-4c92-956d-af76056f0e0b 7.71in day System.DateTime hour System.String id System.Int32 vmname System.String to_hostname System.String from_hostname System.String recommendation_id System.Int32 reason System.Int32 move_time System.DateTime KirkwoodDBConnectionString true Cloud Software Group Function GetLabel(Label as String) as String Dim i As Integer Dim Names() As String Dim Values() As String Dim Param As Parameter = Report.Parameters!ParamLabels Dim ParamVal As Parameter = Report.Parameters!ParamValues Names = Split(Param.Value.ToString(), "|") Values = Split(ParamVal.Value.ToString(), "|") For i = 0 to Ubound(Names) If (Names(i) = Label) Then Return Values(i) Next i Return Label End Function Function GetDateFromOffset(Offset as Integer) As String Dim currentDate As DateTime = Now Return DateAdd( "D", Offset, Now).ToShortDateString() End Function Function GetPageNumberText() As String Dim strPageFormatString As String = String.Empty strPageFormatString = System.String.Format(GetLabel("LBL_FOOTER_PAGE"), Report.Globals!PageNumber, Report.Globals!TotalPages) Return strPageFormatString End Function 8.5in 1KirkwoodDBDataSetLocal3.225in =Fields!day.Value =Fields!day.Value Ascending
6 18 true =Format(Fields!day.Value,"d") 2 17 true =Count(Fields!id.Value) 0.2875in true Row1Column1 8 16 0.0575in true Row1Column1 15 14 =Code.GetLabel("LBL_VM_NAME") textbox1 13 true =Code.GetLabel("LBL_OPTIMIZATION") textbox3 12 true =Code.GetLabel("LBL_REASON") 11 =Code.GetLabel("LBL_FROM_HOST") 10 =Code.GetLabel("LBL_TO_HOST") 9 =Code.GetLabel("LBL_TIME") 8 0.23in
=Fields!id.Value =IsNothing(Fields!id.Value) NotEqual =true =Fields!move_time.Value Ascending true Row1Column1
7 6 true =Fields!vmname.Value textbox2 5 true =Iif(Fields!recommendation_id.Value > 0, "Yes", "No") textbox4 4 true =Switch(Fields!reason.Value = 0, "", Fields!reason.Value = 1, "CPU",Fields!reason.Value = 2, "Memory",Fields!reason.Value = 3, "Disk",Fields!reason.Value = 4, "Network",Fields!reason.Value = 5, "Consolidation",Fields!reason.Value = 6, "Disk Reads",Fields!reason.Value = 7, "Disk Writes",Fields!reason.Value = 8, "Network Reads",Fields!reason.Value = 9, "Network Writes",Fields!reason.Value = 10, "Load Average") 3 true =Fields!from_hostname.Value 2 true =Fields!to_hostname.Value 1 true =Format(Fields!move_time.Value,"t") 0.2875in
8.25in
6 20 true =Fields!day.Value TableGroup0 =Code.GetLabel("LBL_DATE") 2 19 true =Count(Fields!id.Value) TableGroup0 =Code.GetLabel("LBL_TOTAL_VM_MOVES") 0.2875in true
0.07801in 2.62271in 0.80166in 0.80166in 1.38427in 1.45977in 1.01061in 0.09131in 1.15in0.125in
true BottomCenter Row <Style> <FontSize>8pt</FontSize> <Format>d</Format> </Style> <MajorGridLines> <ShowGridLines>true</ShowGridLines> <Style> <BorderColor> <Default>Gray</Default> </BorderColor> <BorderStyle> <Default>Dotted</Default> </BorderStyle> </Style> </MajorGridLines> <MinorGridLines> <Style> <BorderStyle> <Default>Solid</Default> </BorderStyle> </Style> </MinorGridLines> <MajorTickMarks>Outside</MajorTickMarks> <Min>0</Min> <Visible>true</Visible> <Scalar>true</Scalar> </Axis> </CategoryAxis> <NoRows>No Data</NoRows> <DataSetName>KirkwoodDBDataSetLocal</DataSetName> <PlotArea> <Style> <BackgroundColor>White</BackgroundColor> <BorderStyle> <Default>Solid</Default> </BorderStyle> </Style> </PlotArea> <ThreeDProperties /> <PointWidth>0</PointWidth> <SeriesGroupings> <SeriesGrouping> <StaticSeries> <StaticMember> <Label>=Code.GetLabel("LBL_TOTAL_VM_MOVES")</Label> </StaticMember> </StaticSeries> </SeriesGrouping> </SeriesGroupings> <Subtype>Plain</Subtype> <ValueAxis> <Axis> <Title /> <Style> <FontSize>8pt</FontSize> </Style> <MajorGridLines> <ShowGridLines>true</ShowGridLines> <Style> <BorderColor> <Default>Gray</Default> </BorderColor> <BorderStyle> <Default>Dotted</Default> </BorderStyle> </Style> </MajorGridLines> <MinorGridLines> <Style> <BorderColor> <Default>DarkGray</Default> </BorderColor> <BorderStyle> <Default>Dashed</Default> </BorderStyle> </Style> </MinorGridLines> <MajorTickMarks>Outside</MajorTickMarks> <Min>0</Min> <Margin>true</Margin> <Visible>true</Visible> <Scalar>true</Scalar> </Axis> </ValueAxis> <Type>Line</Type> <Width>8.25in</Width> <CategoryGroupings> <CategoryGrouping> <DynamicCategories> <Grouping Name="LineChartGroup1"> <GroupExpressions> <GroupExpression>=Fields!day.Value</GroupExpression> </GroupExpressions> </Grouping> <Sorting> <SortBy> <SortExpression>=Fields!day.Value</SortExpression> <Direction>Ascending</Direction> </SortBy> </Sorting> <Label>=Format(Fields!day.Value,"d")</Label> </DynamicCategories> </CategoryGrouping> </CategoryGroupings> <Palette>Default</Palette> <ChartData> <ChartSeries> <DataPoints> <DataPoint> <DataValues> <DataValue> <Value>=Iif(Count(Fields!id.Value) > 0, Count(Fields!id.Value), 0)</Value> </DataValue> </DataValues> <DataLabel /> <Style> <BorderColor> <Default>RoyalBlue</Default> </BorderColor> <BorderStyle> <Default>Solid</Default> </BorderStyle> <FontFamily>Verdana</FontFamily> <FontSize>8pt</FontSize> </Style> <Marker> <Type>Diamond</Type> <Size>4pt</Size> </Marker> </DataPoint> </DataPoints> </ChartSeries> </ChartData> <Style> <BackgroundColor>#dedede</BackgroundColor> <BorderStyle> <Default>Solid</Default> </BorderStyle> <FontFamily>Verdana</FontFamily> <TextAlign>Center</TextAlign> <PaddingTop>100pt</PaddingTop> </Style> <Title /> <Height>3.125in</Height> <Left>0.125in</Left> </Chart> </ReportItems> <Height>4.5in</Height> <Style> <BackgroundColor>#ffffff</BackgroundColor> </Style> </Body> <Language>=User!Language</Language> <PageFooter> <PrintOnFirstPage>true</PrintOnFirstPage> <ReportItems> <Line Name="line1"> <Top>0.125in</Top> <Width>8.25in</Width> <Style> <BorderStyle> <Default>Solid</Default> </BorderStyle> </Style> <ZIndex>2</ZIndex> <Left>0.125in</Left> <Height>0in</Height> </Line> <Textbox Name="textbox11"> <Top>0.125in</Top> <Width>1.75in</Width> <Style> <FontFamily>Verdana</FontFamily> <FontSize>7pt</FontSize> <TextAlign>Right</TextAlign> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> <ZIndex>1</ZIndex> <CanGrow>true</CanGrow> <Left>6.625in</Left> <Height>0.2125in</Height> <Value>=Code.GetPageNumberText()</Value> </Textbox> <Textbox Name="ReportingInfo"> <Top>0.125in</Top> <Width>6.5in</Width> <Style> <FontFamily>Verdana</FontFamily> <FontSize>7pt</FontSize> <TextAlign>Left</TextAlign> <PaddingLeft>2pt</PaddingLeft> <PaddingRight>2pt</PaddingRight> <PaddingTop>2pt</PaddingTop> <PaddingBottom>2pt</PaddingBottom> </Style> <CanGrow>true</CanGrow> <Left>0.125in</Left> <Height>0.2125in</Height> <Value>=String.Format(Code.GetLabel("LBL_FOOTER_LEFT"), Code.GetLabel("LBL_VM_MOTION_HISTORY"), Code.GetDateFromOffset(Parameters!Start.Value), Code.GetDateFromOffset(Parameters!End.Value)) + " | Cloud Software Group, Inc."</Value> </Textbox> </ReportItems> <Height>0.375in</Height> <PrintOnLastPage>true</PrintOnLastPage> </PageFooter> <PageHeight>9.5in</PageHeight> </Report>