Freigeben über


Tablix.Corner-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

Tablix Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace