AltReportItem 屬性
Report item to render instead of the custom report item, if the custom item type is not supported natively.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property AltReportItem As AltReportItem
Get
Set
'用途
Dim instance As CustomReportItem
Dim value As AltReportItem
value = instance.AltReportItem
instance.AltReportItem = value
public AltReportItem AltReportItem { get; set; }
public:
property AltReportItem^ AltReportItem {
AltReportItem^ get ();
void set (AltReportItem^ value);
}
member AltReportItem : AltReportItem with get, set
function get AltReportItem () : AltReportItem
function set AltReportItem (value : AltReportItem)