Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Determines where the range should be placed relative to the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Placement As ReportExpression(Of Placements)
Get
Set
'Usage
Dim instance As ScaleRange
Dim value As ReportExpression(Of Placements)
value = instance.Placement
instance.Placement = value
public ReportExpression<Placements> Placement { get; set; }
public:
property ReportExpression<Placements> Placement {
ReportExpression<Placements> get ();
void set (ReportExpression<Placements> value);
}
member Placement : ReportExpression<Placements> with get, set
function get Placement () : ReportExpression<Placements>
function set Placement (value : ReportExpression<Placements>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Placements>
A ReportExpression<T> object.