Propriété TablixCorner
The region that contains the elements of the upper left corner area of the Tablix.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property TablixCorner As TablixCorner
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .TablixCorner
A TablixCorner object.