Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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