2014-11-23 74 views
1

我想將此列在Rdlc報告中顯示爲最後Rdlc報告列重新排列我想將第一列移到最後。請

在我的報告中有四列,我想將第一個分組列放在報告的最後一列。在這個http://tinypic.com/r/2ezjndi/8

圖像鏈接,這是我的報告的XML文件。

<Tablix Name="Tablix6"> 
    <TablixCorner> 
     <TablixCornerRows> 
     <TablixCornerRow> 
      <TablixCornerCell> 
      <CellContents> 
       <Textbox Name="Textbox88"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value>Group1</Value> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Textbox88</rd:DefaultName> 
       <ZIndex>1</ZIndex> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixCornerCell> 
      <TablixCornerCell> 
      <CellContents> 
       <Textbox Name="Textbox80"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value>Participant Name</Value> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Textbox80</rd:DefaultName> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixCornerCell> 
     </TablixCornerRow> 
     </TablixCornerRows> 
    </TablixCorner> 
    <TablixBody> 
     <TablixColumns> 
     <TablixColumn> 
      <Width>1.10208in</Width> 
     </TablixColumn> 
     <TablixColumn> 
      <Width>1.10208in</Width> 
     </TablixColumn> 
     <TablixColumn> 
      <Width>1in</Width> 
     </TablixColumn> 
     </TablixColumns> 
     <TablixRows> 
     <TablixRow> 
      <Height>0.375in</Height> 
      <TablixCells> 
      <TablixCell> 
       <CellContents> 
       <Textbox Name="A"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value>=Sum(Fields!A.Value)</Value> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>A</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</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="B"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value>=Sum(Fields!B.Value)</Value> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>B</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</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="Notes1"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value>=Fields!Notes.Value</Value> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>Notes1</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</Color> 
         <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
        </Style> 
       </Textbox> 
       </CellContents> 
      </TablixCell> 
      </TablixCells> 
     </TablixRow> 
     <TablixRow> 
      <Height>0.375in</Height> 
      <TablixCells> 
      <TablixCell> 
       <CellContents> 
       <Textbox Name="A1"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value>=Sum(Fields!A.Value)</Value> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>A1</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</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="B1"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value>=Sum(Fields!B.Value)</Value> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>B1</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</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="Textbox141"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
        <Paragraph> 
         <TextRuns> 
         <TextRun> 
          <Value /> 
          <Style /> 
         </TextRun> 
         </TextRuns> 
         <Style /> 
        </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>Textbox141</rd:DefaultName> 
        <Style> 
        <Border> 
         <Color>LightGrey</Color> 
         <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
        </Style> 
       </Textbox> 
       <rd:Selected>true</rd:Selected> 
       </CellContents> 
      </TablixCell> 
      </TablixCells> 
     </TablixRow> 
     </TablixRows> 
    </TablixBody> 
    <TablixColumnHierarchy> 
     <TablixMembers> 
     <TablixMember> 
      <TablixHeader> 
      <Size>0.375in</Size> 
      <CellContents> 
       <Textbox Name="Textbox104"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value /> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Textbox104</rd:DefaultName> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixHeader> 
     </TablixMember> 
     <TablixMember> 
      <TablixHeader> 
      <Size>0.375in</Size> 
      <CellContents> 
       <Textbox Name="Textbox93"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value>B</Value> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Textbox93</rd:DefaultName> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixHeader> 
     </TablixMember> 
     <TablixMember> 
      <TablixHeader> 
      <Size>0.375in</Size> 
      <CellContents> 
       <Textbox Name="Textbox140"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value>Notes</Value> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Textbox140</rd:DefaultName> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixHeader> 
     </TablixMember> 
     </TablixMembers> 
    </TablixColumnHierarchy> 
    <TablixRowHierarchy> 
     <TablixMembers> 
     <TablixMember> 
      <Group Name="Group1"> 
      <GroupExpressions> 
       <GroupExpression>=Fields!CriteriaText.Value</GroupExpression> 
      </GroupExpressions> 
      <Parent>=Fields!CriteriaText.Value</Parent> 
      </Group> 
      <SortExpressions> 
      <SortExpression> 
       <Value>=Fields!CriteriaText.Value</Value> 
      </SortExpression> 
      </SortExpressions> 
      <TablixHeader> 
      <Size>1.10208in</Size> 
      <CellContents> 
       <Textbox Name="Notes"> 
       <CanGrow>true</CanGrow> 
       <KeepTogether>true</KeepTogether> 
       <Paragraphs> 
        <Paragraph> 
        <TextRuns> 
         <TextRun> 
         <Value>=Fields!Notes.Value</Value> 
         <Style /> 
         </TextRun> 
        </TextRuns> 
        <Style /> 
        </Paragraph> 
       </Paragraphs> 
       <rd:DefaultName>Notes</rd:DefaultName> 
       <ZIndex>2</ZIndex> 
       <Style> 
        <Border> 
        <Color>LightGrey</Color> 
        <Style>Solid</Style> 
        </Border> 
        <PaddingLeft>2pt</PaddingLeft> 
        <PaddingRight>2pt</PaddingRight> 
        <PaddingTop>2pt</PaddingTop> 
        <PaddingBottom>2pt</PaddingBottom> 
       </Style> 
       </Textbox> 
      </CellContents> 
      </TablixHeader> 
      <TablixMembers> 
      <TablixMember> 
       <TablixHeader> 
       <Size>1.10208in</Size> 
       <CellContents> 
        <Textbox Name="CriteriaText"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
         <Paragraph> 
         <TextRuns> 
          <TextRun> 
          <Value>=Fields!CriteriaText.Value</Value> 
          <Style /> 
          </TextRun> 
         </TextRuns> 
         <Style /> 
         </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>CriteriaText</rd:DefaultName> 
        <Style> 
         <Border> 
         <Color>LightGrey</Color> 
         <Style>Solid</Style> 
         </Border> 
         <PaddingLeft>2pt</PaddingLeft> 
         <PaddingRight>2pt</PaddingRight> 
         <PaddingTop>2pt</PaddingTop> 
         <PaddingBottom>2pt</PaddingBottom> 
        </Style> 
        </Textbox> 
       </CellContents> 
       </TablixHeader> 
       <KeepWithGroup>After</KeepWithGroup> 
      </TablixMember> 
      <TablixMember> 
       <Group Name="ParticipantName"> 
       <GroupExpressions> 
        <GroupExpression>=Fields!ParticipantName.Value</GroupExpression> 
       </GroupExpressions> 
       </Group> 
       <SortExpressions> 
       <SortExpression> 
        <Value>=Fields!ParticipantName.Value</Value> 
       </SortExpression> 
       </SortExpressions> 
       <TablixHeader> 
       <Size>1.10208in</Size> 
       <CellContents> 
        <Textbox Name="ParticipantName"> 
        <CanGrow>true</CanGrow> 
        <KeepTogether>true</KeepTogether> 
        <Paragraphs> 
         <Paragraph> 
         <TextRuns> 
          <TextRun> 
          <Value>=Fields!ParticipantName.Value</Value> 
          <Style /> 
          </TextRun> 
         </TextRuns> 
         <Style /> 
         </Paragraph> 
        </Paragraphs> 
        <rd:DefaultName>ParticipantName</rd:DefaultName> 
        <Style> 
         <Border> 
         <Color>LightGrey</Color> 
         <Style>Solid</Style> 
         </Border> 
         <PaddingLeft>2pt</PaddingLeft> 
         <PaddingRight>2pt</PaddingRight> 
         <PaddingTop>2pt</PaddingTop> 
         <PaddingBottom>2pt</PaddingBottom> 
        </Style> 
        </Textbox> 
       </CellContents> 
       </TablixHeader> 
      </TablixMember> 
      </TablixMembers> 
     </TablixMember> 
     </TablixMembers> 
    </TablixRowHierarchy> 
    <DataSetName>DataSet1</DataSetName> 
    <Top>0.41333in</Top> 
    <Left>0.65292in</Left> 
    <Height>1.125in</Height> 
    <Width>5.40833in</Width> 
    <Style> 
     <Border> 
     <Style>None</Style> 
     </Border> 
    </Style> 
    </Tablix> 

回答

0

只需使用您的XML文件 - 應該是簡單的剪切+粘貼。

+0

我試了很多,但沒有得到成功。我嘗試從第一個到最終取代,但不能取得成功 – user1310554 2014-11-24 04:26:46

+0

如果您將您的rdlc XML中的Tablix部分添加到您的問題中,也許我們可以弄明白。 – InitK 2014-11-24 14:45:03

+0

主要是我想合併垂直列。 – user1310554 2014-11-24 18:05:17