Resizing Column wide in HTML

I am using Aspose to convert report to html but it resizes the table columns to fit the content I also attached PDF and html appearances

Hi Ken,

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>


Hello

I attached the sample reports.

Thanks for quick response

Hi Ken,

Thanks for sharing the RDL files. 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-220. 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 Tahir
I just wondering is there any update for this issue
Thank you

Hi Ken,

Thanks
for your inquiry. I would like to share with you that issues are
addressed and resolved based on first come first serve basis. Currently,
your issue is under analysis phase. I am afraid, we can’t provide you any
reliable estimate at the moment. Once your issue is analyzed, we will
then be able to provide you an estimate.

Thank you for your patience and understanding.

The issues you have found earlier (filed as WORDSRPT-220) have been fixed in this Aspose.Words for Reporting Services 4.6.0 update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.