Proprietà Tablix.TablixCorner
Gets or sets the region that contains the elements of the upper left corner area of the Tablix.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property TablixCorner As TablixCorner
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.TablixCorner
A TablixCorner object.