mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed report UI
This commit is contained in:
+3
-1
@@ -254,9 +254,9 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
|
|||||||
</TablixMembers>
|
</TablixMembers>
|
||||||
</TablixMember>
|
</TablixMember>
|
||||||
<TablixMember>
|
<TablixMember>
|
||||||
<Group Name="counter_name1">
|
|
||||||
<Group Name="counter_name_stats">
|
<Group Name="counter_name_stats">
|
||||||
<GroupExpressions>
|
<GroupExpressions>
|
||||||
|
<GroupExpression>=Fields!language.Value</GroupExpression>
|
||||||
<GroupExpression>=Fields!counter_name.Value</GroupExpression>
|
<GroupExpression>=Fields!counter_name.Value</GroupExpression>
|
||||||
</GroupExpressions>
|
</GroupExpressions>
|
||||||
</Group>
|
</Group>
|
||||||
@@ -265,6 +265,7 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
|
|||||||
<CellContents>
|
<CellContents>
|
||||||
<Textbox Name="language">
|
<Textbox Name="language">
|
||||||
<CanGrow>true</CanGrow>
|
<CanGrow>true</CanGrow>
|
||||||
|
<HideDuplicates>ml_statistics</HideDuplicates>
|
||||||
<KeepTogether>true</KeepTogether>
|
<KeepTogether>true</KeepTogether>
|
||||||
<Paragraphs>
|
<Paragraphs>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
@@ -576,6 +577,7 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
|
|||||||
<rd:WatermarkTextbox>Title</rd:WatermarkTextbox>
|
<rd:WatermarkTextbox>Title</rd:WatermarkTextbox>
|
||||||
<rd:DefaultName>ReportTitle</rd:DefaultName>
|
<rd:DefaultName>ReportTitle</rd:DefaultName>
|
||||||
<Height>0.4in</Height>
|
<Height>0.4in</Height>
|
||||||
|
<Width>8.625in</Width>
|
||||||
<ZIndex>2</ZIndex>
|
<ZIndex>2</ZIndex>
|
||||||
<Style>
|
<Style>
|
||||||
<Border>
|
<Border>
|
||||||
|
|||||||
Reference in New Issue
Block a user