diff --git a/Exporting-PDF-Datagrid/Horizontal_overflow/Components/App.razor b/Exporting-PDF-Datagrid/Horizontal_overflow/Components/App.razor index ee23a96..d94e234 100644 --- a/Exporting-PDF-Datagrid/Horizontal_overflow/Components/App.razor +++ b/Exporting-PDF-Datagrid/Horizontal_overflow/Components/App.razor @@ -15,7 +15,7 @@ - + diff --git a/Exporting-PDF-Datagrid/Horizontal_overflow/Horizontal_overflow.csproj b/Exporting-PDF-Datagrid/Horizontal_overflow/Horizontal_overflow.csproj index 5263445..988580a 100644 --- a/Exporting-PDF-Datagrid/Horizontal_overflow/Horizontal_overflow.csproj +++ b/Exporting-PDF-Datagrid/Horizontal_overflow/Horizontal_overflow.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/Exporting-PDF-Datagrid/Rotate_header/Components/Pages/Home.razor b/Exporting-PDF-Datagrid/Rotate_header/Components/Pages/Home.razor index 9e22ba1..d4c5a1d 100644 --- a/Exporting-PDF-Datagrid/Rotate_header/Components/Pages/Home.razor +++ b/Exporting-PDF-Datagrid/Rotate_header/Components/Pages/Home.razor @@ -30,7 +30,7 @@ ExportProperties.BeginCellLayout = new PdfGridBeginCellLayoutEventHandler(BeginCellEvent); ExportProperties.FileName = "test.pdf"; ExportProperties.IsRepeatHeader = true; - await this.DefaultGrid.PdfExport(ExportProperties); + await this.DefaultGrid.ExportToPdfAsync(ExportProperties); } } diff --git a/Exporting-PDF-Datagrid/Rotate_header/Rotate_header.csproj b/Exporting-PDF-Datagrid/Rotate_header/Rotate_header.csproj index 24ea8c8..decedef 100644 --- a/Exporting-PDF-Datagrid/Rotate_header/Rotate_header.csproj +++ b/Exporting-PDF-Datagrid/Rotate_header/Rotate_header.csproj @@ -7,9 +7,9 @@ - - - + + +