Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / QueryVariableTextEventArgs Class
Properties


In This Topic
    QueryVariableTextEventArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryVariableTextEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryVariableTextEventArgs class specifying the information necessary to evaulate the variable.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the value of the variable's "format" parameter.  
    Public PropertyGets the Format Provider that will be used to format the string representation of the variable.  
    Public PropertyGets the current page number.  
    Public PropertyGets the total number of pages in the report.  
    Public PropertyGets the name of the variable.  
    Public PropertyGets or sets the string representation of the variable.  
    Top
    See Also