Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets 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.