This method makes the necessary processing to serve barcode images used in a Crystal Reports report. It should be called in the Page's Load event on the webform that contains a Crystal Reports viewer.

[Visual Basic]
Overloads Public Shared Sub ProcessReport( _
   ByVal page As Page, _
   ByVal renderingMethod As RenderingMethod _
)
[C#]
public static void ProcessReport(
   Page page,
   RenderingMethod renderingMethod
);

Parameters

page
The Page object that represents the webform that contains a Crystal Reports viewer.
renderingMethod
The rendering method to use.

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace | BarcodeProfessional.ProcessReport Overload List