Proprietà GaugeMember.Parent
Gets the parent of this gauge member.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As GaugeMember
Get
'Utilizzo
Dim instance As GaugeMember
Dim value As GaugeMember
value = instance.Parent
public GaugeMember Parent { get; }
public:
property GaugeMember^ Parent {
GaugeMember^ get ();
}
member Parent : GaugeMember
function get Parent () : GaugeMember
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering