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 | |
---|---|---|
DataSets | Infrastructure. The collection of datasets. | |
DataSources | Infrastructure. The collection of data sources. | |
Fields | Infrastructure. The collection of fields. | |
Globals | Infrastructure. The globals collection. | |
Parameters | Infrastructure. The collection of fields. | |
ReportItems | Infrastructure. The collection of report items. | |
User | Infrastructure. The collection of user. | |
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.