Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
QuestionVideo Merging using Splicer Lib Pin
Kasun Lee5-Mar-24 17:36
Kasun Lee5-Mar-24 17:36 
AnswerRe: Video Merging using Splicer Lib Pin
Dave Kreskowiak5-Mar-24 18:41
mveDave Kreskowiak5-Mar-24 18:41 
AnswerRe: Video Merging using Splicer Lib Pin
OriginalGriff5-Mar-24 20:49
mveOriginalGriff5-Mar-24 20:49 
GeneralRe: Video Merging using Splicer Lib Pin
Kasun Lee6-Mar-24 3:36
Kasun Lee6-Mar-24 3:36 
GeneralRe: Video Merging using Splicer Lib Pin
OriginalGriff6-Mar-24 4:37
mveOriginalGriff6-Mar-24 4:37 
QuestionConnecting To SharePoint Very Slow Pin
Kevin Marois2-Mar-24 8:10
professionalKevin Marois2-Mar-24 8:10 
AnswerRe: Connecting To SharePoint Very Slow Pin
Pete O'Hanlon3-Mar-24 20:20
mvePete O'Hanlon3-Mar-24 20:20 
QuestionCrystal Reports is generating very poor HTML output Pin
PhilMcGahan28-Feb-24 9:49
PhilMcGahan28-Feb-24 9:49 
--When crystal reports is used to create HTML the output is poorly formatted.
--The same report will create a nice looking RTF file.
--I have tried all the options I can find, but the resulting HTML is too poor to be used in email unless the report rpt only produces very simple text output. Poor results if formatting uses underlining or tables.
Can you suggest an approach?

Dim htmlOpts As HTMLFormatOptions = ExportOptions.CreateHTMLFormatOptions()
htmlOpts.HTMLBaseFolderName = Path.GetTempPath()
htmlOpts.HTMLFileName = ReportFileName + randomPartOfFileName + "Html"
htmlOpts.HTMLHasPageNavigator = False
htmlOpts.HTMLEnableSeparatedPages = False

Dim exportOpts As ExportOptions = New ExportOptions()
exportOpts.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.HTML40 << creates really bad html
exportOpts.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.HTML32 << creates readable but poorly formatted in gmail or outlook
exportOpts.ExportDestinationType = ExportDestinationType.DiskFile
exportOpts.FormatOptions = htmlOpts
exportOpts.ExportDestinationOptions = diskopts
oReport.Export(exportOpts)
AnswerRe: Crystal Reports is generating very poor HTML output Pin
jschell28-Feb-24 12:30
jschell28-Feb-24 12:30 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
PhilMcGahan29-Feb-24 2:32
PhilMcGahan29-Feb-24 2:32 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
jschell29-Feb-24 12:21
jschell29-Feb-24 12:21 
AnswerRe: Crystal Reports is generating very poor HTML output Pin
PhilMcGahan1-Mar-24 2:24
PhilMcGahan1-Mar-24 2:24 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
Richard Andrew x641-Mar-24 5:36
professionalRichard Andrew x641-Mar-24 5:36 
RantRe: Crystal Reports is generating very poor HTML output Pin
Richard Deeming3-Mar-24 21:48
mveRichard Deeming3-Mar-24 21:48 
QuestionSave an SSRS Report in html format. Pin
PhilMcGahan28-Feb-24 9:18
PhilMcGahan28-Feb-24 9:18 
AnswerRe: Save an SSRS Report in html format. Pin
jschell28-Feb-24 12:37
jschell28-Feb-24 12:37 
GeneralRe: Save an SSRS Report in html format. Pin
PhilMcGahan29-Feb-24 2:44
PhilMcGahan29-Feb-24 2:44 
AnswerRe: Save an SSRS Report in html format. Pin
Richard Deeming28-Feb-24 21:12
mveRichard Deeming28-Feb-24 21:12 
GeneralRe: Save an SSRS Report in html format. Pin
PhilMcGahan29-Feb-24 2:44
PhilMcGahan29-Feb-24 2:44 
QuestionSecurity Considerations of Markdown in an Blazor WASM Pin
HobbyProggy26-Feb-24 19:41
professionalHobbyProggy26-Feb-24 19:41 
QuestionToggle HDR mode in C#? Pin
MrCrane19-Feb-24 11:53
MrCrane19-Feb-24 11:53 
AnswerRe: Toggle HDR mode in C#? Pin
OriginalGriff19-Feb-24 20:12
mveOriginalGriff19-Feb-24 20:12 
GeneralRe: Toggle HDR mode in C#? Pin
MrCrane22-Feb-24 7:35
MrCrane22-Feb-24 7:35 
AnswerRe: Toggle HDR mode in C#? Pin
Ron Nicholson20-Feb-24 1:33
professionalRon Nicholson20-Feb-24 1:33 
QuestionNuget Dependency Problem (NServiceBus) Pin
jochance14-Feb-24 15:25
jochance14-Feb-24 15:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.