Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace