Proprietà Corner
Gets the upper left corner area of the tablix.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Corner As TablixCorner
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixCorner
A TablixCorner object.
Vedere anche