Skip to content

Commit 1ac5b86

Browse files
committed
Fixed report UI
1 parent 0d57445 commit 1ac5b86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/features/machine-learning-services/ssms-custom-reports/ML Services - Execution Statistics.rdl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
254254
</TablixMembers>
255255
</TablixMember>
256256
<TablixMember>
257-
<Group Name="counter_name1">
258257
<Group Name="counter_name_stats">
259258
<GroupExpressions>
259+
<GroupExpression>=Fields!language.Value</GroupExpression>
260260
<GroupExpression>=Fields!counter_name.Value</GroupExpression>
261261
</GroupExpressions>
262262
</Group>
@@ -265,6 +265,7 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
265265
<CellContents>
266266
<Textbox Name="language">
267267
<CanGrow>true</CanGrow>
268+
<HideDuplicates>ml_statistics</HideDuplicates>
268269
<KeepTogether>true</KeepTogether>
269270
<Paragraphs>
270271
<Paragraph>
@@ -576,6 +577,7 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
576577
<rd:WatermarkTextbox>Title</rd:WatermarkTextbox>
577578
<rd:DefaultName>ReportTitle</rd:DefaultName>
578579
<Height>0.4in</Height>
580+
<Width>8.625in</Width>
579581
<ZIndex>2</ZIndex>
580582
<Style>
581583
<Border>

0 commit comments

Comments
 (0)