Propriedade Corner
Gets the upper left corner area of the tablix.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Corner As TablixCorner
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixCorner
A TablixCorner object.
Consulte também