Share via


Tablix.Corner Property

Gets the upper left corner area of the tablix.

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

Syntax

'Declaration
Public ReadOnly Property Corner As TablixCorner 
    Get
'Usage
Dim instance As Tablix 
Dim value As TablixCorner 

value = instance.Corner
public TablixCorner Corner { get; }
public:
property TablixCorner^ Corner {
    TablixCorner^ get ();
}
member Corner : TablixCorner
function get Corner () : TablixCorner

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixCorner
A TablixCorner object.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace