RelativeSize propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Indicates whether the annotation size is relative to the component to which it is clipped.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property RelativeSize As ReportExpression(Of Boolean)
Get
Set
'Utilisation
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of Boolean)
value = instance.RelativeSize
instance.RelativeSize = value
public ReportExpression<bool> RelativeSize { get; set; }
public:
property ReportExpression<bool> RelativeSize {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member RelativeSize : ReportExpression<bool> with get, set
function get RelativeSize () : ReportExpression<boolean>
function set RelativeSize (value : ReportExpression<boolean>)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.