This topic has not yet been rated - Rate this topic

List Class

SQL Server 2005

Represents a list data region. This class cannot be inherited.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")] 
public sealed class List : DataRegion
/** @attribute PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust") */ 
public final class List extends DataRegion
public final class List extends DataRegion

List data regions are represented as a collection of ListContent objects, each of which represents a repeat of the list. The height of a list represented is the height of a single repetition. To find the total height of a list, multiply by the value of ListContentCollection.Count. This assumes that there are no growing or shrinking items inside the list.


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

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.