Share via


ReportExpression.Collections Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Enumerates the collection of report expressions.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Collections

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class Collections
'Usage
public static class Collections
public ref class Collections abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Collections =  class end
public final class Collections

The ReportExpression.Collections type exposes the following members.

Fields

  Name Description
Public fieldStatic member DataSets Infrastructure. The collection of datasets.
Public fieldStatic member DataSources Infrastructure. The collection of data sources.
Public fieldStatic member Fields Infrastructure. The collection of fields.
Public fieldStatic member Globals Infrastructure. The globals collection.
Public fieldStatic member Parameters Infrastructure. The collection of fields.
Public fieldStatic member ReportItems Infrastructure. The collection of report items.
Public fieldStatic member User Infrastructure. The collection of user.
Public fieldStatic member Variables Infrastructure. The collection of variables.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace