cancel
Showing results for 
Search instead for 
Did you mean: 

Reportheaderarea BlobObjectField is not displaying?

Former Member
0 Kudos

Hi to all,

I'm using Crystal Report 11.5, Asp.net2.0 C#.

I dynamically add some records to the report it's working fine.

If i add BlobObject in the ReportheaderArea then image not displaying. Here is my code

CrystalDecisions.ReportAppServer.ReportDefModel.BlobFieldObject boLogo = new CrystalDecisions.ReportAppServer.ReportDefModel.BlobFieldObject();

CrystalDecisions.ReportAppServer.ReportDefModel.Section boHeader;

boHeader = boReportClientDocument.ReportDefController.ReportDefinition.ReportHeaderArea.Sections[0];

boLogo.DataSourceName = "{HeaderLogo.Logo}";

boLogo.Height = 2000;

boLogo.Width = 2000;

boLogo.Left = 200;

boLogo.Top = 200;

boReportClientDocument.ReportDefController.ReportObjectController.Add(boLogo, boHeader, 1);

Before this work i added my DataSet to the ReportClientDocument.

What is the problems and how to solve it, experts please explin.

THanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

ASP.NET is not Legacy SDK.

Please post your questions in the

Thank you

Answers (0)