Proprietà CategoryAxisName
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
The name of the category axis to use for placing the annotation.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property CategoryAxisName As ReportExpression
Get
Set
'Utilizzo
Dim instance As ChartAnnotation
Dim value As ReportExpression
value = instance.CategoryAxisName
instance.CategoryAxisName = value
public ReportExpression CategoryAxisName { get; set; }
public:
property ReportExpression CategoryAxisName {
ReportExpression get ();
void set (ReportExpression value);
}
member CategoryAxisName : ReportExpression with get, set
function get CategoryAxisName () : ReportExpression
function set CategoryAxisName (value : ReportExpression)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Vedere anche