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 or sets the region that contains the elements of the upper left corner area of the Tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixCorner As TablixCorner
Get
Set
'Usage
Dim instance As Tablix
Dim value As TablixCorner
value = instance.TablixCorner
instance.TablixCorner = value
public TablixCorner TablixCorner { get; set; }
public:
property TablixCorner^ TablixCorner {
TablixCorner^ get ();
void set (TablixCorner^ value);
}
member TablixCorner : TablixCorner with get, set
function get TablixCorner () : TablixCorner
function set TablixCorner (value : TablixCorner)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixCorner
A TablixCorner object.