ChartAnnotation.RelativeSize Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates whether the annotation size is relative to the component to which it is clipped.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RelativeSize As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.