Share via


ObjectScope Enumeration

Specifies the object scope for the ReportDocument SetCSSClass method.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration ObjectScope
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration ObjectScope : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
AllReportObjects All report objects in a report.
AllReportObjectsInDetailSections All report objects in every detail section of a report.
AllReportObjectsInGroupFooterSections All report objects in every group footer section of a report.
AllReportObjectsInGroupHeaderSections All report objects in every group header section of a report.
AllReportObjectsInPageFooterSections All report objects in every page footer section of a report.
AllReportObjectsInPageHeaderSections All report objects in every page header section of a report.
AllReportObjectsInReportFooterSections All report objects in every report footer section of a report.
AllReportObjectsInReportHeaderSections All report objects in every report header section of a report.
AllSections All sections of a report.
AllSummaryObjects All summary objects in a report.
DetailSections All detail sections of a report.
GroupFooterSections All group footer sections of a report.
GroupHeaderSections All group header sections of a report.
PageFooterSections All page footer sections of a report.
PageHeaderSections All page header sections of a report.
ReportFooterSections All report footer sections of a report.
ReportHeaderSections All report header sections of a report.

Inheritance Hierarchy

Object
   ValueType
      Enum
         ObjectScope

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace