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.
Defines group, sort and filter behavior for the data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeMember As GaugeMember
Get
'Usage
Dim instance As GaugePanel
Dim value As GaugeMember
value = instance.GaugeMember
public GaugeMember GaugeMember { get; }
public:
property GaugeMember^ GaugeMember {
GaugeMember^ get ();
}
member GaugeMember : GaugeMember
function get GaugeMember () : GaugeMember
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace