TablixInstance Class

Represents an instance type of the Tablix class, and contains the calculated values of the properties in Tablix.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TablixInstance _
    Inherits DataRegionInstance
'Usage
Dim instance As TablixInstance
public sealed class TablixInstance : DataRegionInstance
public ref class TablixInstance sealed : public DataRegionInstance
[<SealedAttribute>]
type TablixInstance =  
    class
        inherit DataRegionInstance
    end
public final class TablixInstance extends DataRegionInstance

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.