PageName 屬性
Gets or sets the page name for the data region.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property PageName As ReportExpression
Get
Set
'用途
Dim instance As DataRegion
Dim value As ReportExpression
value = instance.PageName
instance.PageName = value
public ReportExpression PageName { get; set; }
public:
property ReportExpression PageName {
ReportExpression get ();
void set (ReportExpression value);
}
member PageName : ReportExpression with get, set
function get PageName () : ReportExpression
function set PageName (value : ReportExpression)