Partager via


Propriété Corner

Gets the upper left corner area of the tablix.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Corner As TablixCorner
    Get
'Utilisation
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