Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
I want to know how to set seperatepages=false in wpf crystal report viewer. i couldn't find the property in this. now my viewer having next/previous button insted on continuous pages.
below mentioned the sample code of my xaml. help me to fix that.
HTML
<Grid>      
        <Viewer:CrystalReportsViewer x:Name="reportView"  
                                     ShowRefreshButton="False"  ShowLogo="False" ShowOpenFileButton="False" ShowToggleSidePanelButton="False" ToggleSidePanel="None" >           
        </Viewer:CrystalReportsViewer>       
        
    </Grid>


What I have tried:

tried below code

crvDetail.SeparatePages = false;

this will hide prev./next button from the toolbar and page header of the report apears first time only.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900