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 a value that indicates whether to use a generic designer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property UseGenericDesigner As Boolean
Get
Set
'Utilisation
Dim instance As QueryBase
Dim value As Boolean
value = instance.UseGenericDesigner
instance.UseGenericDesigner = value
public bool UseGenericDesigner { get; set; }
public:
property bool UseGenericDesigner {
bool get ();
void set (bool value);
}
member UseGenericDesigner : bool with get, set
function get UseGenericDesigner () : boolean
function set UseGenericDesigner (value : boolean)
Valeur de propriété
Type : System.Boolean
true to use a generic designer; otherwise, false.