Page Break property with Disabled expression in rdl 2010 schema (SSRS 2012)

Hi All,


I want create page break after table with some expression but it doesnt work with aspose render. :frowning:
My table has group and i set page break expression into this group:
Tablix Member(Group) property - Group - PageBreak:
BreakLocation: End
Disabled: My expression
ResetPageNumber: False

After investigate, looks like aspose renderer does not see this expression. Can somebody clarify this logic? I use Aspose.Words for RS 4.1.0 with AWDOC render.

Thanks in advance.

Hi Sviatoslav,


Thanks for your inquiry. It would be great
If you please use the select statement (to populate the data) inside your
RDL file and share that RDL file with us. I will investigate the issue
on my side and provide you more information.

Please see the following DataSet example with select statement for your kind reference:

<DataSets>

<DataSet Name=DataSet1>

<Query>

<DataSourceName>DataSource1</DataSourceName>

<CommandText>select 1 as value, ‘label1’ as label

union all

select 2 as value, ‘label2’ as label

union all

select 3 as value, ‘label3’ as label

union all

select 4 as value, ‘label4’ as label

</CommandText>

</Query>

<Fields>

<Field Name=value>

<DataField>value</DataField>

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

</Field>

<Field Name=label>

<DataField>label</DataField>

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

</Field>

</Fields>

</DataSet>

</DataSets>

Hi Tahir,


Thank you for your help!

I attached sample rdl and xml dataset. Expression you can find in ‘Group_with_PageBreak_expression’ group.
For that you need:
1.click on tablix
2. In Row Groups choose ‘Group_with_PageBreak_expression’
3. Open ‘Tablix Member’ properties
4. Group - PageBreak - Disabled

Screen attached!

Thanks.

Hi Sviatoslav,

Thanks for sharing the detail.

I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSRPT-155. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Aspose Team,


Are you going to fix this issue?
It was raised at 12-05-2013…

Thanks,
Sviatoslav
Hi Sviatoslav,

Thanks for your inquiry. Your issue WORDSRPT-155 has been postponed due to a missing feature WORDSRPT-162 (Implement Expression Evaluator) which is related to your issue.

After the fix of WORDSRPT-162, our product team will look into your issue. We will be sure to inform you via this forum thread as soon as this feature is available.

Thanks for your patience and understanding.

The issues you have found earlier (WORDSRS-155) have been fixed in this Aspose.Words for Reporting Services 22.8 update