[This is preliminary documentation and is subject to change.]

The MetaReportInfo type exposes the following members.

Constructors

  NameDescription
Public methodMetaReportInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributes
Gets all the attributes
Public methodGetFilterInfo
Gets the filter object
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsExtFilter
Is the filter an external filter
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCreatedByUserId
The unique id of the created by user
Public propertyCriteria
The criteria object
Public propertyDescription
The description of the report
Public propertyEntityId
The unique id of the entity
Public propertyExtFilter
The external filter object
Public propertyFilter
The filter object
Public propertyIsOwner
True if the current user is the owner
Public propertyIsPrivate
True if the report is private
Public propertyMetaId
The meta or external id (usually the group id)
Public propertyName
The name of the report
Public propertyReportId
The unique id of the report

See Also