Propriedade AxesView
Indicates the chart areas should align on axes views.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AxesView As ReportBoolProperty
Get
'Uso
Dim instance As ChartAlignType
Dim value As ReportBoolProperty
value = instance.AxesView
public ReportBoolProperty AxesView { get; }
public:
property ReportBoolProperty^ AxesView {
ReportBoolProperty^ get ();
}
member AxesView : ReportBoolProperty
function get AxesView () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também