CategoryAxisName-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The name of the category axis to use for placing the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CategoryAxisName As ReportExpression
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.