Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the percent of perspective.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Perspective As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of Integer)
value = instance.Perspective
instance.Perspective = value
public ReportExpression<int> Perspective { get; set; }
public:
property ReportExpression<int> Perspective {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member Perspective : ReportExpression<int> with get, set
function get Perspective () : ReportExpression<int>
function set Perspective (value : ReportExpression<int>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.