ReportDefinition Class
Allows you to retrieve all of the ReportObjects, and Sections in a report.
Namespace CrystalDecisions.CrystalReports.Engine Assembly CrystalDecisions.CrystalReports.Engine (CrystalDecisions.CrystalReports.Engine.dll)
Syntax
'Declaration
Public Class ReportDefinition
Inherits EngineObjectBase
Implements IDisposable
public class ReportDefinition : EngineObjectBase, IDisposable
Remarks
Retrieve a ReportDefinition object through the ReportDefinition Property of the ReportDocument object.
Inheritance Hierarchy
Object
EngineObjectBase
ReportDefinition
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports for Visual Studio .NET 2002
See Also
Reference
ReportDefinition Members
CrystalDecisions.CrystalReports.Engine Namespace